| Package | Description | 
|---|---|
| org.apache.cxf | Contains the Bus, which is the central touch point of CXF, and its related classes. | 
| org.apache.cxf.bus.extension | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus.BusState | ExtensionManagerBus. getState() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ExtensionManagerBus. setState(Bus.BusState state) | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.