Apache CXF API

org.apache.cxf.ws.rm
Class Servant

java.lang.Object
  extended by org.apache.cxf.ws.rm.Servant
All Implemented Interfaces:
Invoker

public class Servant
extends Object
implements Invoker


Method Summary
 Object closeSequence(Message message)
           
 void createSequenceResponse(CreateSequenceResponseType createResponse, ProtocolVariation protocol)
           
 Object invoke(Exchange exchange, Object o)
           
 Object terminateSequence(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public Object invoke(Exchange exchange,
                     Object o)
Specified by:
invoke in interface Invoker

createSequenceResponse

public void createSequenceResponse(CreateSequenceResponseType createResponse,
                                   ProtocolVariation protocol)

terminateSequence

public Object terminateSequence(Message message)

closeSequence

public Object closeSequence(Message message)

Apache CXF API

Apache CXF