public class Servant extends Object implements org.apache.cxf.service.invoker.Invoker
Modifier and Type | Method and Description |
---|---|
Object |
closeSequence(org.apache.cxf.message.Message message) |
void |
createSequenceResponse(CreateSequenceResponseType createResponse,
ProtocolVariation protocol) |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object o) |
Object |
terminateSequence(org.apache.cxf.message.Message message) |
public Object invoke(org.apache.cxf.message.Exchange exchange, Object o)
invoke
in interface org.apache.cxf.service.invoker.Invoker
public void createSequenceResponse(CreateSequenceResponseType createResponse, ProtocolVariation protocol)
public Object terminateSequence(org.apache.cxf.message.Message message)
public Object closeSequence(org.apache.cxf.message.Message message)
Apache CXF