org.apache.cxf.jbi.se.state
Class AbstractServiceEngineStateMachine
java.lang.Object
org.apache.cxf.jbi.se.state.AbstractServiceEngineStateMachine
- All Implemented Interfaces:
- ServiceEngineStateMachine
- Direct Known Subclasses:
- ServiceEngineShutdown, ServiceEngineStart, ServiceEngineStop
public abstract class AbstractServiceEngineStateMachine
- extends Object
- implements ServiceEngineStateMachine
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceEngineStateMachine
public AbstractServiceEngineStateMachine()
changeState
public void changeState(ServiceEngineStateMachine.SEOperation operation,
javax.jbi.component.ComponentContext context)
throws javax.jbi.JBIException
- Specified by:
changeState in interface ServiceEngineStateMachine
- Throws:
javax.jbi.JBIException
getSUManager
public static CXFServiceUnitManager getSUManager()
getTransportFactory
protected org.apache.cxf.transport.jbi.JBITransportFactory getTransportFactory()
throws javax.jbi.JBIException,
org.apache.cxf.BusException
- Returns:
-
- Throws:
javax.jbi.JBIException
org.apache.cxf.BusException
Apache CXF