cgl.narada.wsinfra.wse
Class WseQNames

java.lang.Object
  extended by cgl.narada.wsinfra.wse.WseQNames

public class WseQNames
extends Object

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

renewResponse

public static final QName renewResponse

getStatus

public static final QName getStatus

getStatusResponse

public static final QName getStatusResponse

unsubscribe

public static final QName unsubscribe

subscriptionEnd

public static final QName subscriptionEnd

identifier

public static final QName identifier

notifyTo

public static final QName notifyTo
Method Detail

getInstance

public static WseQNames getInstance()
Retrieves the instance


getSubscribe

public QName getSubscribe()
Retrieve the QName associated with the exchange


getSubscribeResponse

public QName getSubscribeResponse()
Retrieve the QName associated with the exchange


getRenew

public QName getRenew()
Retrieve the QName associated with the exchange


getRenewResponse

public QName getRenewResponse()
Retrieve the QName associated with the exchange


getGetStatus

public QName getGetStatus()
Retrieve the QName associated with the exchange


getGetStatusResponse

public QName getGetStatusResponse()
Retrieve the QName associated with the exchange


getUnsubscribe

public QName getUnsubscribe()
Retrieve the QName associated with the exchange


getSubscriptionEnd

public QName getSubscriptionEnd()
Retrieve the QName associated with the exchange


getIdentifier

public QName getIdentifier()
Retrieve the QName associated with the exchange


getNotifyTo

public QName getNotifyTo()
Retrieve the QName associated with the exchange


getTopicQNameNBX

public QName getTopicQNameNBX()
Retrives the QName associated with the NB topic names.



For comments and suggestions please send e-mail to The NaradaBrokering Project