|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.portal.serviceinterface.RequestCycle
lumis.lptf.portal.serviceinterface.ActionRequestCycle
public class ActionRequestCycle
Represents the action request cycle - containing mocks for request and response and process actions.
Field Summary |
---|
Fields inherited from class lumis.lptf.portal.serviceinterface.RequestCycle |
---|
serviceInterface |
Constructor Summary | |
---|---|
ActionRequestCycle()
|
Method Summary | |
---|---|
IMockServiceInterfaceActionRequest |
getRequest()
Return the request used when processing this request cycle. |
IMockServiceInterfaceActionResponse |
getResponse()
Return the response used when processing this request cycle. |
void |
processAction()
Call the processAction
method of a service interface using this cycle's request and response objects. |
Methods inherited from class lumis.lptf.portal.serviceinterface.RequestCycle |
---|
init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionRequestCycle()
Method Detail |
---|
public IMockServiceInterfaceActionRequest getRequest()
RequestCycle
getRequest
in interface IActionRequestCycle
getRequest
in interface IRequestCycle
getRequest
in class RequestCycle
public IMockServiceInterfaceActionResponse getResponse()
RequestCycle
getResponse
in interface IActionRequestCycle
getResponse
in interface IRequestCycle
getResponse
in class RequestCycle
public void processAction() throws PortalException
IActionRequestCycle
processAction
method of a service interface using this cycle's request and response objects.
processAction
in interface IActionRequestCycle
PortalException
- if the
processAction
method throws it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |