lumis.lptf.portal.serviceinterface
Interface IRequestCycle

Package class diagram package IRequestCycle
All Known Subinterfaces:
IActionRequestCycle, IDouiActionRequestCycle, IDouiRenderRequestCycle, IDouiRequestCycle, IRenderRequestCycle
All Known Implementing Classes:
ActionRequestCycle, RenderRequestCycle, RequestCycle

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

A request cycle represents the processing of a request during which the response may have some data set.

Since:
5.6.0

Method Summary
 IMockServiceInterfaceRequest getRequest()
          Returns the request used when processing this request cycle.
 IMockServiceInterfaceResponse getResponse()
          Returns the response used when processing this request cycle.
 

Method Detail

getRequest

IMockServiceInterfaceRequest getRequest()
Returns the request used when processing this request cycle.

Returns:
the request.
Since:
5.6.0

getResponse

IMockServiceInterfaceResponse getResponse()
Returns the response used when processing this request cycle.

Returns:
the response.
Since:
5.6.0


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