Uses of Class
org.jboss.remoting.AbstractInvoker

Packages that use AbstractInvoker
org.jboss.remoting   
org.jboss.remoting.transport.async   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.mock   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.soap.axis   
org.jboss.remoting.transport.socket   
 

Uses of AbstractInvoker in org.jboss.remoting
 

Subclasses of AbstractInvoker in org.jboss.remoting
 class ClientInvoker
          ClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
 class RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
 class ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Uses of AbstractInvoker in org.jboss.remoting.transport.async
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.async
 class AsyncClientInvoker
          AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
 class AsyncServerInvoker
          AsyncServerInvoker allows the remoting system to start up the server side of the 'async' protocol.
 

Uses of AbstractInvoker in org.jboss.remoting.transport.local
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.local
 class LocalClientInvoker
          LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally.
 

Uses of AbstractInvoker in org.jboss.remoting.transport.mock
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.mock
 class MockClientInvoker
          MockClientInvoker
 class MockServerInvoker
          MockServerInvoker
 

Uses of AbstractInvoker in org.jboss.remoting.transport.rmi
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.rmi
 class RMIClientInvoker
          RMIClientInvoker
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of AbstractInvoker in org.jboss.remoting.transport.soap.axis
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.soap.axis
 class SOAPClientInvoker
          SOAPClientInvoker is the client side invoker to a remote SOAP transport
 class SOAPServerInvoker
          SOAPServerInvoker is the Server-side of a SOAP transport
 

Uses of AbstractInvoker in org.jboss.remoting.transport.socket
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.socket
 class SocketClientInvoker
          SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker.
 class SocketServerInvoker
          SocketServerInvoker is the server-side of a SOCKET based transport
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.