|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.doui.serviceinterface.DouiRequestCycleFactory
@StableMinor(version="6.1", sinceVersion="5.6") public class DouiRequestCycleFactory
Creates and initializes DouiRequestCycle instances.
Constructor Summary | |
---|---|
DouiRequestCycleFactory()
|
Method Summary | |
---|---|
IDouiActionRequestCycle |
createActionRequestCycle(ServiceInterfaceInstanceConfig siic)
Create a Doui action request cycle instance given a ServiceInterfaceInstanceConfig instance. |
IDouiRenderRequestCycle |
createRenderRequestCycle(ServiceInterfaceInstanceConfig siic)
Create a Doui 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 DouiRequestCycleFactory()
Method Detail |
---|
public IDouiRenderRequestCycle createRenderRequestCycle(ServiceInterfaceInstanceConfig siic) throws ServiceInterfaceTestException
siic
- instance of ServiceInterfaceInstanceConfig.
ServiceInterfaceTestException
- when an error occur initializing the request cycle.public IDouiActionRequestCycle createActionRequestCycle(ServiceInterfaceInstanceConfig siic) throws ServiceInterfaceTestException
siic
- 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 |