public abstract class RequestCycle extends Object implements IRequestCycle
Modifier and Type | Field and Description |
---|---|
protected IServiceInterface |
serviceInterface |
Constructor and Description |
---|
RequestCycle() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected IServiceInterface serviceInterface
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 ServiceInterfaceInstanceConfigServiceInterfaceTestException
- whenever an error occurLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.