lumis.lptf.portal.serviceinterface
Interface IActionRequestCycle

Package class diagram package IActionRequestCycle
All Superinterfaces:
IRequestCycle
All Known Subinterfaces:
IDouiActionRequestCycle
All Known Implementing Classes:
ActionRequestCycle

@StableMinor(version="6.2",
             sinceVersion="5.6")
public interface IActionRequestCycle
extends IRequestCycle

Interface for action request cycle.

Since:
5.6.0

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

getRequest

IMockServiceInterfaceActionRequest getRequest()
Description copied from interface: IRequestCycle
Returns the request used when processing this request cycle.

Specified by:
getRequest in interface IRequestCycle
Returns:
the request.

getResponse

IMockServiceInterfaceActionResponse getResponse()
Description copied from interface: IRequestCycle
Returns the response used when processing this request cycle.

Specified by:
getResponse in interface IRequestCycle
Returns:
the response.

processAction

void processAction()
                   throws PortalException
Call the processAction method of a service interface using this cycle's request and response objects.

Throws:
PortalException - if the processAction method throws it.
Since:
5.6.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.