org.apache.cxf.jbi.se.state
Class ServiceEngineStart

java.lang.Object
  extended by org.apache.cxf.jbi.se.state.AbstractServiceEngineStateMachine
      extended by org.apache.cxf.jbi.se.state.ServiceEngineStart
All Implemented Interfaces:
ServiceEngineStateMachine

public class ServiceEngineStart
extends AbstractServiceEngineStateMachine


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cxf.jbi.se.state.ServiceEngineStateMachine
ServiceEngineStateMachine.SEOperation
 
Constructor Summary
ServiceEngineStart()
           
 
Method Summary
 void changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 
Methods inherited from class org.apache.cxf.jbi.se.state.AbstractServiceEngineStateMachine
getSUManager, getTransportFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceEngineStart

public ServiceEngineStart()
Method Detail

changeState

public void changeState(ServiceEngineStateMachine.SEOperation operation,
                        javax.jbi.component.ComponentContext context)
                 throws javax.jbi.JBIException
Specified by:
changeState in interface ServiceEngineStateMachine
Overrides:
changeState in class AbstractServiceEngineStateMachine
Throws:
javax.jbi.JBIException


Apache CXF