|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.WsrQNames
public class WsrQNames
This class provides a one-stop for all the QNames related to WSR. This eliminates the need to hard-code this in several places. Furthermore, if the spec changes the impact of this change will be felt at far fewer places.
| Method Summary | |
|---|---|
QName |
getExpiryTime()
Get QName associated with MessagExpiryTime element |
QName |
getGroupExpiryTime()
Get QName associated with WSR-Ext GroupExpiryTime |
QName |
getGroupId()
Get QName associated with WSR-Ext GroupId |
QName |
getGroupMaxIdleDuration()
Get QName associated with WSR-Ext GroupMaxIdleDuration |
static WsrQNames |
getInstance()
|
QName |
getLastMessage()
Returns the QName associated with the properietary LastMessage indicator that applications can add to SOAP messages. |
QName |
getMessageExchangePattern()
Get QName associated with WSR-Ext |
QName |
getMessageId()
Get QName associated with MessageID element |
QName |
getMExpiryTime()
Get QName associated with WSR-Ext Message Expiry Time |
QName |
getPollRequest()
Get QName associated with Protocol element |
QName |
getProcessPollRequest()
Get QName associated with exchange |
QName |
getProcessRequest()
Get QName associated with exchange |
QName |
getProcessResponse()
Get QName associated with exchange |
QName |
getRefToMessageIds()
Get QName associated with RefToMessageIds element |
QName |
getReplyPattern()
Get QName associated with ReplyPattern element |
QName |
getReplyTo()
Get QName associated with WSR-Ext ReplyTo |
QName |
getRequest()
Get QName associated with Protocol element |
QName |
getResponse()
Get QName associated with Protocol element |
QName |
getRPattern()
Get QName associated with WSR-Ext Reply Pattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrQNames getInstance()
public QName getProcessRequest()
public QName getProcessPollRequest()
public QName getProcessResponse()
public QName getRequest()
public QName getResponse()
public QName getPollRequest()
public QName getMessageId()
public QName getExpiryTime()
public QName getReplyPattern()
public QName getRefToMessageIds()
public QName getGroupId()
public QName getGroupExpiryTime()
public QName getGroupMaxIdleDuration()
public QName getMExpiryTime()
public QName getRPattern()
public QName getReplyTo()
public QName getMessageExchangePattern()
public QName getLastMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||