Apache CXF API

Uses of Class
org.apache.cxf.Bus.BusState

Packages that use Bus.BusState
org.apache.cxf   
org.apache.cxf.bus.extension   
 

Uses of Bus.BusState in org.apache.cxf
 

Methods in org.apache.cxf that return Bus.BusState
 Bus.BusState Bus.getState()
           
static Bus.BusState Bus.BusState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Bus.BusState[] Bus.BusState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Bus.BusState in org.apache.cxf.bus.extension
 

Methods in org.apache.cxf.bus.extension that return Bus.BusState
 Bus.BusState ExtensionManagerBus.getState()
           
 

Methods in org.apache.cxf.bus.extension with parameters of type Bus.BusState
protected  void ExtensionManagerBus.setState(Bus.BusState state)
           
 


Apache CXF API

Apache CXF