|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.server.flow.al.mapping.BaseProcess
Constructor Summary | |
---|---|
BaseProcess()
|
Method Summary | |
---|---|
BTTSystemData |
getSystemData()
|
com.ibm.websphere.workarea.UserWorkArea |
getUserWorkArea()
|
protected void |
mapRequestData(org.apache.wsif.WSIFMessage inputMessage,
Context context)
Map request data to context. |
protected org.apache.wsif.WSIFMessage |
mapResponseData(com.ibm.bpe.framework.ProcessBase processBase,
Context aCha,
org.apache.wsif.WSIFMessage outputMessage)
Maps context to the response data with the map list. |
protected Context |
setupContext(com.ibm.bpe.api.ProcessInstanceData flowInstance,
BTTSystemData systemData)
Setup context. |
protected void |
setupResponseObject(org.apache.wsif.WSIFMessage outMessage,
com.ibm.bpe.api.ProcessInstanceData flowInstance)
Setups the response object for the business process output. |
protected BTTSystemData |
setupSystemData(org.apache.wsif.WSIFMessage inputMessage)
Sets up the business process system data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseProcess()
Method Detail |
protected Context setupContext(com.ibm.bpe.api.ProcessInstanceData flowInstance, BTTSystemData systemData) throws BTTBPException
flowInstance
- The flow instance.systemData
- The system data.
BTTBPException
protected void mapRequestData(org.apache.wsif.WSIFMessage inputMessage, Context context) throws java.lang.Exception
inputMessage
- The input message.context
- The context.
java.lang.Exception
protected org.apache.wsif.WSIFMessage mapResponseData(com.ibm.bpe.framework.ProcessBase processBase, Context aCha, org.apache.wsif.WSIFMessage outputMessage) throws java.lang.Exception
aCha
- The context.outputMessage
- The output messag.
java.lang.Exception
protected void setupResponseObject(org.apache.wsif.WSIFMessage outMessage, com.ibm.bpe.api.ProcessInstanceData flowInstance) throws java.lang.Exception
The response object can be determined by the protocol types properties or the flow custom attributes.
outMessage
- The out message.flowInstance
- The flow instance.
java.lang.Exception
protected BTTSystemData setupSystemData(org.apache.wsif.WSIFMessage inputMessage) throws BTTBPException
inputMessage
- The input message.
BTTBPException
public com.ibm.websphere.workarea.UserWorkArea getUserWorkArea() throws BTTBPException
BTTBPException
public BTTSystemData getSystemData() throws BTTBPException
BTTBPException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |