Apache CXF API

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

Packages that use BusState
org.apache.cxf.bus   
 

Uses of BusState in org.apache.cxf.bus
 

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

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


Apache CXF API

Apache CXF