cgl.narada.wsinfra.wsrm.impl
Class WsrmResponseCreatorImpl
java.lang.Object
cgl.narada.wsinfra.wsrm.impl.WsrmResponseCreatorImpl
- All Implemented Interfaces:
- WsrmResponseCreator
- public class WsrmResponseCreatorImpl
- extends Object
- implements WsrmResponseCreator
A class which is responsible for creating WSRM requests.
|
Method Summary |
void |
addCreateSequenceResponse(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
String sequenceIdentifier)
Create a CreateSequenceResponse element and add to a previously
created envelope document. |
cgl.narada.wsinfra.schemas.soap.EnvelopeDocument |
getCreateSequenceResponse(cgl.narada.wsinfra.wsa.AddressingHeaders createSequenceRequestHeaders,
cgl.narada.wsinfra.schemas.addressing.EndpointReferenceType wsrmSinkEpr,
String sequenceIdentifier)
|
static WsrmResponseCreator |
getInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static WsrmResponseCreator getInstance()
getCreateSequenceResponse
public cgl.narada.wsinfra.schemas.soap.EnvelopeDocument getCreateSequenceResponse(cgl.narada.wsinfra.wsa.AddressingHeaders createSequenceRequestHeaders,
cgl.narada.wsinfra.schemas.addressing.EndpointReferenceType wsrmSinkEpr,
String sequenceIdentifier)
- Specified by:
getCreateSequenceResponse in interface WsrmResponseCreator
addCreateSequenceResponse
public void addCreateSequenceResponse(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
String sequenceIdentifier)
- Create a CreateSequenceResponse element and add to a previously
created envelope document.
- Specified by:
addCreateSequenceResponse in interface WsrmResponseCreator