Uses of Enum
org.apache.cxf.Bus.BusState
Packages that use 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
Methods in org.apache.cxf that return Bus.BusStateModifier 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
Methods in org.apache.cxf.bus.extension that return Bus.BusStateMethods in org.apache.cxf.bus.extension with parameters of type Bus.BusStateModifier and TypeMethodDescriptionprotected final void
ExtensionManagerBus.setState
(Bus.BusState state)