What is org.jboss.remoting.ServerInvoker

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3245

This topic has not yet been written. The content below is from the topic description.
is the server side object that fields invocations and passes them to the appropriate ServerInvocationHandler. Each of EJB2, EJB3, and JBoss Messaging have their own ServerInvocationHandlers. ServerInvoker is subclassed for each transport; e.g., org.jboss.remoting.transport.socket.SocketServerInvoker, org.jboss.remoting.transport.bisocket.BisocketServerInvoker, etc.