Configure SSL RMI invoker

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2869

This topic has not yet been written. The content below is from the topic description.
This is essentially identical to the RMI invoker, except that it creates SSL socket and server socket factories by default. Note. The SSL RMI server invoker creates a socket factory and passes it to a client invoker along with the RMI stub, so the socket factory must be serializable. If the SSL RMI server invoker is allowed to create an SSLSocketFactory from SSL parameters, as discussed in section Socket factories and server socket factories, it will take care to create a serializable socket factory. However, if a socket factory is passed in to the server invoker (also discussed in section Socket factories and server socket factories), then the user is responsible for supplying a serializable socket factory. See sslrmi below for more information.