Celtix User APIs

Uses of Interface
org.objectweb.celtix.transports.ServerTransport

Packages that use ServerTransport
org.objectweb.celtix.bindings   
org.objectweb.celtix.transports   
 

Uses of ServerTransport in org.objectweb.celtix.bindings
 

Fields in org.objectweb.celtix.bindings declared as ServerTransport
protected  ServerTransport AbstractServerBinding.transport
           
 

Constructors in org.objectweb.celtix.bindings with parameters of type ServerTransport
ServerBindingCallback(InputStreamMessageContext ctx, ServerTransport t, AbstractServerBinding b)
           
 

Uses of ServerTransport in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports that return ServerTransport
 ServerTransport TransportFactory.createServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
           
 ServerTransport TransportFactory.createTransientServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
           
 

Methods in org.objectweb.celtix.transports with parameters of type ServerTransport
 void ServerTransportCallback.dispatch(InputStreamMessageContext ctx, ServerTransport transport)
          Used to dispatch a message from the ServerTransport to an servant.
 


Celtix User APIs