org.jboss.remoting
Interface Invoker

All Known Subinterfaces:
ClientInvoker
All Known Implementing Classes:
AbstractInvoker, CoyoteInvoker, HTTPClientInvoker, HTTPSClientInvoker, HTTPServerInvoker, HTTPSServerInvoker, LocalClientInvoker, MultiplexClientInvoker, MultiplexServerInvoker, RemoteClientInvoker, RMIClientInvoker, RMIServerInvoker, ServerInvoker, ServletServerInvoker, SocketClientInvoker, SocketServerInvoker, SSLMultiplexClientInvoker, SSLMultiplexServerInvoker, 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.