|
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.mapper.BTTProcessResponseMapper
This class maps the business process context to the BTT process response.
Constructor Summary | |
---|---|
BTTProcessResponseMapper()
|
Method Summary | |
---|---|
java.lang.Object |
mapResponseData(Context context,
java.lang.Object respData,
java.util.Vector aMapList)
Maps the business process context to the response data with the map list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BTTProcessResponseMapper()
Method Detail |
public java.lang.Object mapResponseData(Context context, java.lang.Object respData, java.util.Vector aMapList) throws java.lang.Exception
Which data elements to be mapped out are identified in the map list.
context
- The business process context.respData
- The response data.aMapList
- The map list.
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |