Uses of Class
org.jboss.remoting.transport.Connector

Packages that use Connector
org.jboss.remoting   
org.jboss.remoting.marshal   
 

Uses of Connector in org.jboss.remoting
 

Methods in org.jboss.remoting that return Connector
 Connector ServerInterceptorChain.getConnector()
          Get the Connector value.
 

Methods in org.jboss.remoting with parameters of type Connector
 void ServerInterceptorChain.setConnector(Connector newConnector)
          Set the Connector value.
 

Uses of Connector in org.jboss.remoting.marshal
 

Subclasses of Connector in org.jboss.remoting.marshal
 class MarshallLoaderConnector
           
 

Methods in org.jboss.remoting.marshal that return Connector
static Connector MarshallLoaderFactory.createMarshallLoader(InvokerLocator locator)
          Create a remoting server connector for a marshaller loader based on the specified locator.
 



Copyright © 2004 JBoss Inc. All Rights Reserved.