Celtix User APIs

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

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

Uses of TransportFactory in org.objectweb.celtix.bindings
 

Methods in org.objectweb.celtix.bindings that return TransportFactory
protected abstract  TransportFactory AbstractServerBinding.getDefaultTransportFactory(String address)
           
 

Uses of TransportFactory in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports that return TransportFactory
 TransportFactory TransportFactoryManager.getTransportFactory(String name)
          Returns the TransportFactory registered with the specified name, loading the appropriate plugin if necessary.
 

Methods in org.objectweb.celtix.transports with parameters of type TransportFactory
 void TransportFactoryManager.registerTransportFactory(String name, TransportFactory factory)
          Associates a name, often a URI, with a TransportFactory when registering with the Bus's TransportRegistry.
 


Celtix User APIs