public interface WSRMSequenceProperties
Modifier and Type | Method and Description |
---|---|
void |
setSoapVersion(int soapVersion)
Set the Soap version for RM protocol messages.
|
void |
setTargetEndpointUri(java.lang.String providerEndPoint)
Sets the target provider endpoint.
|
void |
setUseOfferedSequenceId()
This is used to indicate that a response flow is required between the provider and requester and the response
flow will be established at create sequence time
By calling this method it will indicate that a response flow is required.
|
void |
useAsyncTransport()
If the Acknowledgement messages are to be sent back asynchronously call this method.
|
static final int SOAP_11
static final int SOAP_12
void setTargetEndpointUri(java.lang.String providerEndPoint)
providerEndPoint
- The target service endpoint URIvoid setUseOfferedSequenceId()
void setSoapVersion(int soapVersion)
soapVersion
- void useAsyncTransport()