@StableMinor(version="12.3", sinceVersion="5.6") public interface IActionRequestCycle extends IRequestCycle
Modifier and Type | Method and Description |
---|---|
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. |
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.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.