|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsrmSink
This interfaces outlines the functionality of a WSRM sink.
Method Summary | |
---|---|
EndpointReferenceType |
getEndpointReference()
|
CreateSequenceResponseDocument |
processCreateSequence(CreateSequenceDocument createSequenceDocument)
Process a create sequence request received from the source |
void |
processTerminateSequence(TerminateSequenceDocument terminateSequenceDocument)
Process the terminate sequence message received from the source (over the network) |
void |
processWsrmMessageFromSource(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
Process wsrm message received over the network, from the source |
void |
setEndpointReference(EndpointReferenceType endpointReference)
Retrieves the endpoint reference associated with this node |
Method Detail |
---|
CreateSequenceResponseDocument processCreateSequence(CreateSequenceDocument createSequenceDocument) throws WsFaultException, MessageFlowException
WsFaultException
MessageFlowException
void processWsrmMessageFromSource(EnvelopeDocument envelopeDocument, AddressingHeaders addressingHeaders) throws WsFaultException, MessageFlowException, WsrmStorageException
WsFaultException
MessageFlowException
WsrmStorageException
void processTerminateSequence(TerminateSequenceDocument terminateSequenceDocument) throws WsFaultException, MessageFlowException
WsFaultException
MessageFlowException
EndpointReferenceType getEndpointReference()
void setEndpointReference(EndpointReferenceType endpointReference)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |