com.ibm.btt.cs.invoker.base
Interface BeanInvokerForStrutsAction
- All Superinterfaces:
- BeanInvoker
- public interface BeanInvokerForStrutsAction
- extends BeanInvoker
Parse Request Data interface for Automaton usage
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
void |
parseRequestData(Context requestData)
This API will be used for Automaton. |
void |
setSessionObject(java.lang.Object sessionObject)
This API will be used for set SessiobObject for Session management control. |
Methods inherited from interface com.ibm.btt.cs.invoker.base.BeanInvoker |
clear, createBeanInvokerProxy, getBeanInvokerProxy, getRequestID, getResource, getSystemData, invoke, processRespondData, setBeanInvokerProxy, setRequestID, setResource, setSystemData |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
parseRequestData
public void parseRequestData(Context requestData)
throws DSEInvalidRequestException,
DSEObjectNotFoundException
- This API will be used for Automaton. And it should be override by extended class;
Customer should map the data from Context to ejbParameters one by one manually.
- Throws:
DSEInvalidRequestException
DSEObjectNotFoundException
setSessionObject
public void setSessionObject(java.lang.Object sessionObject)
throws DSEInvalidRequestException,
DSEObjectNotFoundException
- This API will be used for set SessiobObject for Session management control.
- Throws:
DSEInvalidRequestException
DSEObjectNotFoundException
(c) Copyright IBM Corporation 1998, 2005