org.jboss.remoting
Interface Invoker

All Known Subinterfaces:
BidirectionalClientInvoker, ClientInvoker
All Known Implementing Classes:
AbstractInvoker, BisocketClientInvoker, BisocketServerInvoker, CoyoteInvoker, HTTPClientInvoker, HTTPSClientInvoker, HTTPServerInvoker, HTTPSServerInvoker, LocalClientInvoker, LocalServerInvoker, MicroRemoteClientInvoker, MicroSocketClientInvoker, MultiplexClientInvoker, MultiplexServerInvoker, RemoteClientInvoker, RMIClientInvoker, RMIServerInvoker, ServerInvoker, ServletServerInvoker, SocketClientInvoker, SocketServerInvoker, SSLBisocketClientInvoker, SSLBisocketServerInvoker, SSLMultiplexClientInvoker, SSLMultiplexServerInvoker, SSLRMIClientInvoker, SSLRMIServerInvoker, SSLSocketClientInvoker, SSLSocketServerInvoker, WebServerInvoker

public interface Invoker

Author:
Tom Elrod

Method Summary
 InvokerLocator getLocator()
          return the locator this Invoker represents
 

Method Detail

getLocator

InvokerLocator getLocator()
return the locator this Invoker represents

Returns:


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