|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.portal.serviceinterface.RequestCycle
public abstract class RequestCycle
Represents the request cycle.
Field Summary | |
---|---|
protected IServiceInterface |
serviceInterface
|
Constructor Summary | |
---|---|
RequestCycle()
|
Method Summary | |
---|---|
abstract IMockServiceInterfaceRequest |
getRequest()
Return the request used when processing this request cycle. |
abstract IMockServiceInterfaceResponse |
getResponse()
Return the response used when processing this request cycle. |
void |
init(ServiceInterfaceInstanceConfig siic)
Initializes the request and response mocks with information from ServiceInterfaceInstanceConfig instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IServiceInterface serviceInterface
Constructor Detail |
---|
public RequestCycle()
Method Detail |
---|
public abstract IMockServiceInterfaceRequest getRequest()
getRequest
in interface IRequestCycle
public abstract IMockServiceInterfaceResponse getResponse()
getResponse
in interface IRequestCycle
public void init(ServiceInterfaceInstanceConfig siic) throws ServiceInterfaceTestException
siic
- instance of ServiceInterfaceInstanceConfig
ServiceInterfaceTestException
- whenever an error occur
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |