|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int SOAP_11
static final int SOAP_12
Method Detail |
---|
void setTargetEndpointUri(java.lang.String providerEndPoint)
providerEndPoint
- The target service endpoint URIvoid setUseOfferedSequenceId()
void setSoapVersion(int soapVersion)
soapVersion
- void useAsyncTransport()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |