CXF API

Uses of Interface
org.apache.cxf.Bus

Packages that use Bus
org.apache.cxf   
 

Uses of Bus in org.apache.cxf
 

Methods in org.apache.cxf that return Bus
 Bus BusFactory.createBus()
          Creates a new bus.
 Bus BusFactory.getDefaultBus()
          Returns the default bus, creating it if necessary.
 

Methods in org.apache.cxf with parameters of type Bus
 void BusFactory.setDefaultBus(Bus bus)
          Sets the default bus.
 


CXF API

-