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.
 

Uses of Bus in org.objectweb.celtix.bindings
 

Fields in org.objectweb.celtix.bindings declared as Bus
protected  Bus AbstractServerBinding.bus
           
protected  Bus AbstractClientBinding.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
AbstractClientBinding(Bus b, org.objectweb.celtix.ws.addressing.EndpointReferenceType ref)
           
AbstractServerBinding(Bus b, org.objectweb.celtix.ws.addressing.EndpointReferenceType ref, javax.xml.ws.Endpoint ep, ServerBindingEndpointCallback sbcb)
           
 

Uses of Bus in org.objectweb.celtix.transports
 

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


Celtix User APIs