|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="5.6") public interface IActionRequestCycle
Interface for action request cycle.
Method Summary | |
---|---|
IMockServiceInterfaceActionRequest |
getRequest()
Returns the request used when processing this request cycle. |
IMockServiceInterfaceActionResponse |
getResponse()
Returns 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. |
Method Detail |
---|
IMockServiceInterfaceActionRequest getRequest()
IRequestCycle
getRequest
in interface IRequestCycle
IMockServiceInterfaceActionResponse getResponse()
IRequestCycle
getResponse
in interface IRequestCycle
void processAction() throws PortalException
processAction
method of a service interface using this cycle's request and response objects.
PortalException
- if the
processAction
method throws it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |