Uses of Enum
org.apache.cxf.Bus.BusState
Package
Description
Contains the Bus, which is the central touch point of CXF, and its related classes.
-
Uses of Bus.BusState in org.apache.cxf
Modifier and TypeMethodDescriptionBus.getState()
static Bus.BusState
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
Modifier and TypeMethodDescriptionprotected final void
ExtensionManagerBus.setState
(Bus.BusState state)