|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.WseQNames
public class WseQNames
This class provides a one-stop for all the QNames related to WS-Eventing. 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.
| Field Summary | |
|---|---|
static QName |
getStatus
|
static QName |
getStatusResponse
|
static QName |
identifier
|
static QName |
notifyTo
|
static QName |
renewResponse
|
static QName |
subscriptionEnd
|
static QName |
unsubscribe
|
| Method Summary | |
|---|---|
QName |
getGetStatus()
Retrieve the QName associated with the exchange |
QName |
getGetStatusResponse()
Retrieve the QName associated with the exchange |
QName |
getIdentifier()
Retrieve the QName associated with the exchange |
static WseQNames |
getInstance()
Retrieves the instance |
QName |
getNotifyTo()
Retrieve the QName associated with the exchange |
QName |
getRenew()
Retrieve the QName associated with the exchange |
QName |
getRenewResponse()
Retrieve the QName associated with the exchange |
QName |
getSubscribe()
Retrieve the QName associated with the exchange |
QName |
getSubscribeResponse()
Retrieve the QName associated with the exchange |
QName |
getSubscriptionEnd()
Retrieve the QName associated with the exchange |
QName |
getTopicQNameNBX()
Retrives the QName associated with the NB topic names. |
QName |
getUnsubscribe()
Retrieve the QName associated with the exchange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QName renewResponse
public static final QName getStatus
public static final QName getStatusResponse
public static final QName unsubscribe
public static final QName subscriptionEnd
public static final QName identifier
public static final QName notifyTo
| Method Detail |
|---|
public static WseQNames getInstance()
public QName getSubscribe()
public QName getSubscribeResponse()
public QName getRenew()
public QName getRenewResponse()
public QName getGetStatus()
public QName getGetStatusResponse()
public QName getUnsubscribe()
public QName getSubscriptionEnd()
public QName getIdentifier()
public QName getNotifyTo()
public QName getTopicQNameNBX()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||