com.ibm.wsspi.wsrm
Interface WSRMSequenceProperties
- public interface WSRMSequenceProperties
Field Summary
Modifier and Type | Field and Description |
---|---|
|
SOAP_11
|
|
SOAP_12
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
setSoapVersion(int soapVersion)
Set the Soap version for RM protocol messages.
|
|
setTargetEndpointUri(java.lang.String providerEndPoint)
Sets the target provider endpoint.
|
|
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.
|
|
useAsyncTransport()
If the Acknowledgement messages are to be sent back asynchronously call this method.
|
Field Detail
SOAP_11
- static final int SOAP_11
See Also:
SOAP_12
- static final int SOAP_12
See Also:
Method Detail
setTargetEndpointUri
- void setTargetEndpointUri(java.lang.String providerEndPoint)
Sets the target provider endpoint.
A null value will cause a NullPointerException when the WSRMSequenceProperties object is used.
Parameters:
providerEndPoint
- The target service endpoint URI setUseOfferedSequenceId
- 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.
setSoapVersion
- void setSoapVersion(int soapVersion)
Set the Soap version for RM protocol messages.
The default value for this property is WSRMSequenceProperties.SOAP_11
Parameters:
soapVersion
- useAsyncTransport
- void useAsyncTransport()
If the Acknowledgement messages are to be sent back asynchronously call this method.