public class ActionRequestCycle extends RequestCycle implements IActionRequestCycle
serviceInterface
Constructor and Description |
---|
ActionRequestCycle() |
Modifier and Type | Method and Description |
---|---|
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. |
init
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.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.