|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.impl.WsrNodeUtilsImpl
public class WsrNodeUtilsImpl
This is a utility class which faciliates the retrieval of elements pertaining to WSRM 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 |
static WsrNodeUtils |
getInstance()
|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrNodeUtils getInstance()
public RequestDocument getRequestDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getRequestDocument in interface WsrNodeUtilsWsFaultException
public PollRequestDocument getPollRequestDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getPollRequestDocument in interface WsrNodeUtilsWsFaultException
public ResponseDocument getResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getResponseDocument in interface WsrNodeUtilsWsFaultException
public String getGroupId(EnvelopeDocument envelopeDocument)
throws WsFaultException
getGroupId in interface WsrNodeUtilsWsFaultException
public String getGroupExpiryTime(EnvelopeDocument envelopeDocument)
throws WsFaultException
getGroupExpiryTime in interface WsrNodeUtilsWsFaultException
public String getGroupMaxIdleDuration(EnvelopeDocument envelopeDocument)
throws WsFaultException
getGroupMaxIdleDuration in interface WsrNodeUtilsWsFaultException
public String getMExpiryTime(EnvelopeDocument envelopeDocument)
throws WsFaultException
getMExpiryTime in interface WsrNodeUtilsWsFaultException
public String getRPattern(EnvelopeDocument envelopeDocument)
throws WsFaultException
getRPattern in interface WsrNodeUtilsWsFaultException
public String getLastMessage(EnvelopeDocument envelopeDocument)
throws WsFaultException
getLastMessage in interface WsrNodeUtilsWsFaultException
public String getReplyTo(EnvelopeDocument envelopeDocument)
throws WsFaultException
getReplyTo in interface WsrNodeUtilsWsFaultException
public String getMessageExchangePattern(EnvelopeDocument envelopeDocument)
throws WsFaultException
getMessageExchangePattern in interface WsrNodeUtilsWsFaultExceptionpublic boolean hasMessageIDElement(RequestDocument requestDocument)
hasMessageIDElement in interface WsrNodeUtilspublic boolean hasGroupId(RequestDocument requestDocument)
hasGroupId in interface WsrNodeUtilspublic boolean hasMessageExpiryTimeElement(RequestDocument requestDocument)
hasMessageExpiryTimeElement in interface WsrNodeUtilspublic boolean hasReplyPatternElement(RequestDocument requestDocument)
hasReplyPatternElement in interface WsrNodeUtilspublic boolean hasRefToMessageIdsElement(PollRequestDocument pollRequestDocument)
hasRefToMessageIdsElement in interface WsrNodeUtils
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||