|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsrNodeUtils
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 |
---|
RequestDocument getRequestDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
PollRequestDocument getPollRequestDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
ResponseDocument getResponseDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getGroupId(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getMessageExchangePattern(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getGroupExpiryTime(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getGroupMaxIdleDuration(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getMExpiryTime(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getRPattern(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getLastMessage(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
String getReplyTo(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
boolean hasMessageIDElement(RequestDocument requestDocument)
boolean hasGroupId(RequestDocument requestDocument)
boolean hasMessageExpiryTimeElement(RequestDocument requestDocument)
boolean hasReplyPatternElement(RequestDocument requestDocument)
boolean hasRefToMessageIdsElement(PollRequestDocument pollRequestDocument)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |