|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.WsrActions
public class WsrActions
This class provides a one-stop for all the Actions 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.
| Constructor Summary | |
|---|---|
WsrActions()
|
|
| Method Summary | |
|---|---|
static WsrActions |
getInstance()
|
String |
getProcessPollRequest()
gets ProcessPollRequest QName |
ActionDocument |
getProcessPollRequestAction()
gets processPollRequest Action Document |
String |
getProcessRequest()
gets ProcessRequest QName |
ActionDocument |
getProcessRequestAction()
gets ProcessRequest Action Document |
String |
getProcessResponse()
gets ProcessResponse QName |
ActionDocument |
getProcessResponseAction()
gets ProcessResponse Action Document |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrActions()
| Method Detail |
|---|
public static WsrActions getInstance()
public String getProcessRequest()
public String getProcessPollRequest()
public String getProcessResponse()
public ActionDocument getProcessRequestAction()
public ActionDocument getProcessPollRequestAction()
public ActionDocument getProcessResponseAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||