cgl.narada.wsinfra.wsrm
Interface WsrmResponseCreator

All Known Implementing Classes:
WsrmResponseCreatorImpl

public interface WsrmResponseCreator

A class which is responsible for creating WSRM requests.


Method Summary
 void addCreateSequenceResponse(EnvelopeDocument envelopeDocument, String sequenceIdentifier)
          Create a CreateSequenceResponse element and add to a previously created envelope document based on the specified sequenceIdentifier.
 EnvelopeDocument getCreateSequenceResponse(AddressingHeaders createSequenceRequestHeaders, EndpointReferenceType wsrmSinkEpr, String sequenceIdentifier)
           
 

Method Detail

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.