Apache CXF API

Uses of Interface
org.apache.cxf.Bus

Packages that use Bus
org.apache.cxf   
org.apache.cxf.endpoint   
 

Uses of Bus in org.apache.cxf
 

Fields in org.apache.cxf declared as Bus
protected static Bus BusFactory.defaultBus
           
 

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

Methods in org.apache.cxf with parameters of type Bus
static boolean BusFactory.possiblySetDefaultBus(Bus bus)
          Sets the default bus if a default bus is not already set.
static void BusFactory.setDefaultBus(Bus bus)
          Sets the default bus.
 

Uses of Bus in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint with parameters of type Bus
 void EndpointPublisher.buildEndpoint(Bus bus, java.lang.String implName, java.lang.String serviceName, java.net.URL wsdl, java.lang.String portName)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.