cgl.narada.wsinfra.wsrm.impl
Class WsrmRequestCreatorImpl
java.lang.Object
cgl.narada.wsinfra.wsrm.impl.WsrmRequestCreatorImpl
- All Implemented Interfaces:
- WsrmRequestCreator
- public class WsrmRequestCreatorImpl
- extends Object
- implements WsrmRequestCreator
A class which is responsible for creating WSRM requests.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static WsrmRequestCreator getInstance()
getCreateSequenceRequest
public EnvelopeDocument getCreateSequenceRequest(ToDocument to,
EndpointReferenceType wsrmSourceEpr)
- Create a CreateSequenceRequest based on the specified headers. The
To, From and ReplyTo, FaultTo are appropriately constructed.
- Specified by:
getCreateSequenceRequest in interface WsrmRequestCreator