cgl.narada.wsinfra.wse
Class WseActions

java.lang.Object
  extended bycgl.narada.wsinfra.wse.WseActions

public class WseActions
extends Object

This class provides a one-stop for all the URIs related to WS-Addressing Action URIs used within 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.


Method Summary
 String getGetStatus()
          Retrieve the String action associated with the exchange
 ActionDocument getGetStatusAction()
          Retrieve the ActionDocument associated with the exchange
 String getGetStatusResponse()
          Retrieve the String action associated with the exchange
 ActionDocument getGetStatusResponseAction()
          Retrieve the ActionDocument associated with the exchange
static WseActions getInstance()
          Retrieves the instance
 String getRenew()
          Retrieve the String action associated with the exchange
 ActionDocument getRenewAction()
          Retrieve the ActionDocument associated with the exchange
 String getRenewResponse()
          Retrieve the String action associated with the exchange
 ActionDocument getRenewResponseAction()
          Retrieve the ActionDocument associated with the exchange
 String getSubscribe()
          Retrieve the String action associated with the exchange
 ActionDocument getSubscribeAction()
          Retrieve the ActionDocument associated with the exchange
 String getSubscribeResponse()
          Retrieve the String action associated with the exchange
 ActionDocument getSubscribeResponseAction()
          Retrieve the ActionDocument associated with the exchange
 String getSubscriptionEnd()
          Retrieve the String action associated with the exchange
 ActionDocument getSubscriptionEndAction()
          Retrieve the ActionDocument associated with the exchange
 String getUnsubscribe()
          Retrieve the String action associated with the exchange
 ActionDocument getUnsubscribeAction()
          Retrieve the ActionDocument associated with the exchange
 String getUnsubscribeResponse()
          Retrieve the String action associated with the exchange
 ActionDocument getUnsubscribeResponseAction()
          Retrieve the ActionDocument associated with the exchange
 boolean isValidEventingAction(String actionToCheck)
          Check to see if this is one of the registered WS-Eventing actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WseActions getInstance()
Retrieves the instance


getSubscribe

public String getSubscribe()
Retrieve the String action associated with the exchange


getSubscribeResponse

public String getSubscribeResponse()
Retrieve the String action associated with the exchange


getRenew

public String getRenew()
Retrieve the String action associated with the exchange


getRenewResponse

public String getRenewResponse()
Retrieve the String action associated with the exchange


getGetStatus

public String getGetStatus()
Retrieve the String action associated with the exchange


getGetStatusResponse

public String getGetStatusResponse()
Retrieve the String action associated with the exchange


getUnsubscribe

public String getUnsubscribe()
Retrieve the String action associated with the exchange


getUnsubscribeResponse

public String getUnsubscribeResponse()
Retrieve the String action associated with the exchange


getSubscriptionEnd

public String getSubscriptionEnd()
Retrieve the String action associated with the exchange


isValidEventingAction

public boolean isValidEventingAction(String actionToCheck)
Check to see if this is one of the registered WS-Eventing actions


getSubscribeAction

public ActionDocument getSubscribeAction()
Retrieve the ActionDocument associated with the exchange


getSubscribeResponseAction

public ActionDocument getSubscribeResponseAction()
Retrieve the ActionDocument associated with the exchange


getRenewAction

public ActionDocument getRenewAction()
Retrieve the ActionDocument associated with the exchange


getRenewResponseAction

public ActionDocument getRenewResponseAction()
Retrieve the ActionDocument associated with the exchange


getGetStatusAction

public ActionDocument getGetStatusAction()
Retrieve the ActionDocument associated with the exchange


getGetStatusResponseAction

public ActionDocument getGetStatusResponseAction()
Retrieve the ActionDocument associated with the exchange


getUnsubscribeAction

public ActionDocument getUnsubscribeAction()
Retrieve the ActionDocument associated with the exchange


getUnsubscribeResponseAction

public ActionDocument getUnsubscribeResponseAction()
Retrieve the ActionDocument associated with the exchange


getSubscriptionEndAction

public ActionDocument getSubscriptionEndAction()
Retrieve the ActionDocument associated with the exchange