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

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

public class ServiceEngineStop
extends AbstractServiceEngineStateMachine


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cxf.jbi.se.state.ServiceEngineStateMachine
ServiceEngineStateMachine.SEOperation
 
Constructor Summary
ServiceEngineStop()
           
 
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

ServiceEngineStop

public ServiceEngineStop()
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