Celtix User APIs

Uses of Class
org.objectweb.celtix.Bus

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

Uses of Bus in org.objectweb.celtix
 

Methods in org.objectweb.celtix that return Bus
static Bus Bus.getCurrent()
          Returns the current Bus on this thread.
static Bus Bus.init()
          Returns a newly created and fully initialised Bus.
static Bus Bus.init(String[] args)
          Returns a newly created and fully initialised Bus.
static Bus Bus.init(String[] args, Map<String,Object> properties)
          Returns a newly created and fully initialised Bus.
static Bus Bus.init(String[] args, Map<String,Object> properties, ClassLoader classLoader)
          Returns a newly created and fully initialised Bus.
 

Methods in org.objectweb.celtix with parameters of type Bus
static void Bus.setCurrent(Bus bus)
          Sets the current Bus This method has been added to make the association between a Service and a Bus - as a runtime environment for the Service more explicit.
 

Uses of Bus in org.objectweb.celtix.bindings
 

Fields in org.objectweb.celtix.bindings declared as Bus
protected  Bus GenericClientBinding.bus
           
protected  Bus AbstractServerBinding.bus
           
 

Methods in org.objectweb.celtix.bindings with parameters of type Bus
 void BindingFactory.init(Bus bus)
          Initialize the factory with a Bus reference.
 

Constructors in org.objectweb.celtix.bindings with parameters of type Bus
AbstractServerBinding(Bus b, org.objectweb.celtix.addressing.EndpointReferenceType ref, javax.xml.ws.Endpoint ep)
           
GenericClientBinding(Bus b, org.objectweb.celtix.addressing.EndpointReferenceType ref)
           
 

Uses of Bus in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports with parameters of type Bus
 void TransportFactory.init(Bus bus)
           
 


Celtix User APIs