cgl.narada.wsinfra.wsrm
Interface WsrmResponseCreator
- All Known Implementing Classes:
- WsrmResponseCreatorImpl
- public interface WsrmResponseCreator
A class which is responsible for creating WSRM requests.
getCreateSequenceResponse
public EnvelopeDocument getCreateSequenceResponse(AddressingHeaders createSequenceRequestHeaders,
EndpointReferenceType wsrmSinkEpr,
String sequenceIdentifier)
addCreateSequenceResponse
public void addCreateSequenceResponse(EnvelopeDocument envelopeDocument,
String sequenceIdentifier)
- Create a CreateSequenceResponse element and add to a previously
created envelope document based on the specified sequenceIdentifier.