What is org.jboss.remoting.RemoteClientInvoker

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3247

This topic has not yet been written. The content below is from the topic description.
is a client side object corresponding to a particular ServerInvoker. It is responsible for marshalling an invocation to the wire and unmarshalling the response. Each RemoteClientInvoker is subclassed for each transport; e.g., org.jboss.remoting.transport.socket.SocketClientInvoker, org.jboss.remoting.transport.bisocket.BisocketClientInvoker, etc.