IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.mapper
Class BTTProcessResponseMapper

java.lang.Object
  extended bycom.ibm.btt.server.flow.mapper.BTTProcessResponseMapper

public class BTTProcessResponseMapper
extends java.lang.Object

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

BTTProcessResponseMapper

public BTTProcessResponseMapper()
Method Detail

mapResponseData

public java.lang.Object mapResponseData(Context context,
                                        java.lang.Object respData,
                                        java.util.Vector aMapList)
                                 throws java.lang.Exception
Maps the business process context to the response data with the map list.

Which data elements to be mapped out are identified in the map list.

Parameters:
context - The business process context.
respData - The response data.
aMapList - The map list.
Returns:
java.lang.Object The response data.
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005