|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.WseActions
public class WseActions
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 |
|---|
public static WseActions getInstance()
public String getSubscribe()
public String getSubscribeResponse()
public String getRenew()
public String getRenewResponse()
public String getGetStatus()
public String getGetStatusResponse()
public String getUnsubscribe()
public String getUnsubscribeResponse()
public String getSubscriptionEnd()
public boolean isValidEventingAction(String actionToCheck)
public ActionDocument getSubscribeAction()
public ActionDocument getSubscribeResponseAction()
public ActionDocument getRenewAction()
public ActionDocument getRenewResponseAction()
public ActionDocument getGetStatusAction()
public ActionDocument getGetStatusResponseAction()
public ActionDocument getUnsubscribeAction()
public ActionDocument getUnsubscribeResponseAction()
public ActionDocument getSubscriptionEndAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||