|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a utility class which faciliates the retrieval of elements pertaining to WSR that reside in the SOAP enevelope.
| Method Summary | |
String |
getGroupExpiryTime(EnvelopeDocument envelopeDocument)
Retrieves Group Expiry Time element from the Header of the SOAP Message |
String |
getGroupId(EnvelopeDocument envelopeDocument)
Retrieves GroupId Element from the Header of the SOAP message |
String |
getGroupMaxIdleDuration(EnvelopeDocument envelopeDocument)
Retrieves Group Max Idle Duration element from the Header of the SOAP Message |
String |
getLastMessage(EnvelopeDocument envelopeDocument)
Retrieves last Message element from the Header of the SOAP Message |
String |
getMessageExchangePattern(EnvelopeDocument envelopeDocument)
Retrieves Message Exchange Pattern from the Header of the SOAP Message |
String |
getMExpiryTime(EnvelopeDocument envelopeDocument)
Retrieves Message Expiry Time element from the Header of the SOAP Message |
PollRequestDocument |
getPollRequestDocument(EnvelopeDocument envelopeDocument)
Retrieves PollRequest Element from the Header of the SOAP message. |
String |
getReplyTo(EnvelopeDocument envelopeDocument)
Retrieves replyTo element from the Header of the SOAP Message |
RequestDocument |
getRequestDocument(EnvelopeDocument envelopeDocument)
Retrieves Request element from the Header of the SOAP message |
ResponseDocument |
getResponseDocument(EnvelopeDocument envelopeDocument)
Retrieves Response Element from the Header of the SOAP message. |
String |
getRPattern(EnvelopeDocument envelopeDocument)
Retrieves Reply Pattern element from the Header of the Soap Message |
boolean |
hasGroupId(RequestDocument requestDocument)
Checks whether GroupId Attribure to MessageId Element exists or not |
boolean |
hasMessageExpiryTimeElement(RequestDocument requestDocument)
Checks whether ExpiryTime element exists or not |
boolean |
hasMessageIDElement(RequestDocument requestDocument)
Checks whether MessageID element exists or not |
boolean |
hasRefToMessageIdsElement(PollRequestDocument pollRequestDocument)
Checks whether RefToMessageIds element exists or not |
boolean |
hasReplyPatternElement(RequestDocument requestDocument)
Checks whether ReplyPattern element exists or not |
| Method Detail |
public RequestDocument getRequestDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public PollRequestDocument getPollRequestDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public ResponseDocument getResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getGroupId(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getMessageExchangePattern(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getGroupExpiryTime(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getGroupMaxIdleDuration(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getMExpiryTime(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getRPattern(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getLastMessage(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultException
public String getReplyTo(EnvelopeDocument envelopeDocument)
throws WsFaultException
WsFaultExceptionpublic boolean hasMessageIDElement(RequestDocument requestDocument)
public boolean hasGroupId(RequestDocument requestDocument)
public boolean hasMessageExpiryTimeElement(RequestDocument requestDocument)
public boolean hasReplyPatternElement(RequestDocument requestDocument)
public boolean hasRefToMessageIdsElement(PollRequestDocument pollRequestDocument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||