|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.portal.serviceinterface.RequestCycleFactory
@StableMinor(version="6.1", sinceVersion="5.6") public class RequestCycleFactory
Creates and initializes RequestCycle instances.
Constructor Summary | |
---|---|
RequestCycleFactory()
|
Method Summary | |
---|---|
IActionRequestCycle |
createActionRequestCycle(ServiceInterfaceInstanceConfig siic)
Create a action request cycle instance given a ServiceInterfaceInstanceConfig instance. |
IRenderRequestCycle |
createRenderRequestCycle(ServiceInterfaceInstanceConfig siic)
Create a render request cycle instance given a ServiceInterfaceInstanceConfig instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestCycleFactory()
Method Detail |
---|
public IRenderRequestCycle createRenderRequestCycle(ServiceInterfaceInstanceConfig siic) throws ServiceInterfaceTestException
siic
- instance of ServiceInterfaceInstanceConfig.
ServiceInterfaceTestException
- when an error occur initializing the request cycle.public IActionRequestCycle createActionRequestCycle(ServiceInterfaceInstanceConfig siic) throws ServiceInterfaceTestException
siic
- an instance of ServiceInterfaceInstanceConfig.
ServiceInterfaceTestException
- when an error occur initializing the request cycle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |