What is the workflow of the Connector class

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2687

This topic has not yet been written. The content below is from the topic description.
On the server side, it is the Connector class that is used as the external point for configuration and control of the remoting server. The Connector class will call on the InvokerRegistry with its locator to create a server invoker. Once the server invoker is returned, the Connector will then register the invocation handlers on it. The server invoker will use the MarshalFactory to obtain the proper marshal instances as is done on the client side.