IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wsrm
Interface WSRMSequenceProperties


public interface WSRMSequenceProperties

The WSRMSequenceProperties instance contains the properties that will be applied to a new web services reliable messaging sequence between the requester and provider. By default a response sequence will not be established unless a offered sequence id (@see setUseOfferedSequenceId) is provided.


Field Summary
static int SOAP_11
           
static int SOAP_12
           
 
Method Summary
 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.
 

Field Detail

SOAP_11

static final int SOAP_11
See Also:
Constant Field Values

SOAP_12

static final int SOAP_12
See Also:
Constant Field Values
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.


IBM WebSphere Application ServerTM
Release 7