Uses of Interface
org.jboss.remoting.Invoker

Packages that use Invoker
org.jboss.remoting   
org.jboss.remoting.transport   
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.multiplex.ssl   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.socket.ssl   
org.jboss.remoting.transport.web   
 

Uses of Invoker in org.jboss.remoting
 

Classes in org.jboss.remoting that implement Invoker
 class AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
 class RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting 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 Invoker in org.jboss.remoting.transport
 

Subinterfaces of Invoker in org.jboss.remoting.transport
 interface ClientInvoker
          Interface to be used for calling on all the different invoker types (LocalClientInvoker and RemoteClientInvoker).
 

Uses of Invoker in org.jboss.remoting.transport.coyote
 

Classes in org.jboss.remoting.transport.coyote that implement Invoker
 class CoyoteInvoker
          Some of the code in this class was pulled from org.apache.coyote.tomcat4.CoyoteAdapter and hence will maintain the Apache License (and author credit from original source).
 

Uses of Invoker in org.jboss.remoting.transport.http
 

Classes in org.jboss.remoting.transport.http that implement Invoker
 class HTTPClientInvoker
          HTTP client invoker.
 class HTTPServerInvoker
          Server invoker implementation based on http protocol.
 

Uses of Invoker in org.jboss.remoting.transport.http.ssl
 

Classes in org.jboss.remoting.transport.http.ssl that implement Invoker
 class HTTPSClientInvoker
           
 class HTTPSServerInvoker
          Extension of the HTTPserverInvoker which uses a custom server socket which is created using custom server socket factory that can support SSL.
 

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

Classes in org.jboss.remoting.transport.local that implement Invoker
 class LocalClientInvoker
          LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally.
 

Uses of Invoker in org.jboss.remoting.transport.multiplex
 

Classes in org.jboss.remoting.transport.multiplex that implement Invoker
 class MultiplexClientInvoker
          See javadoc for MultiplexServerInvoker.
 class MultiplexServerInvoker
           
 

Uses of Invoker in org.jboss.remoting.transport.multiplex.ssl
 

Classes in org.jboss.remoting.transport.multiplex.ssl that implement Invoker
 class SSLMultiplexClientInvoker
          A SSLMultiplexClientInvoker.
 class SSLMultiplexServerInvoker
           
 

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

Classes in org.jboss.remoting.transport.rmi that implement Invoker
 class RMIClientInvoker
          RMIClientInvoker
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of Invoker in org.jboss.remoting.transport.servlet
 

Classes in org.jboss.remoting.transport.servlet that implement Invoker
 class ServletServerInvoker
          The servlet based server invoker that receives the original http request from the ServerInvokerServlet.
 

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

Classes in org.jboss.remoting.transport.socket that implement Invoker
 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
 

Uses of Invoker in org.jboss.remoting.transport.socket.ssl
 

Classes in org.jboss.remoting.transport.socket.ssl that implement Invoker
 class SSLSocketClientInvoker
           
 class SSLSocketServerInvoker
           
 

Uses of Invoker in org.jboss.remoting.transport.web
 

Classes in org.jboss.remoting.transport.web that implement Invoker
 class WebServerInvoker
           
 



Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.