IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.mapper
Interface ResponseObjectMapper

All Known Implementing Classes:
JavaBeanRespObjMapper, MapRespObjMapper, PassThroughRespObjMapper

public interface ResponseObjectMapper

This is the interface for all the response object mappers.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Object mapResponseObject(DataElement dataElement, java.lang.Object respObj)
          Maps the data element to the response object.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

mapResponseObject

public java.lang.Object mapResponseObject(DataElement dataElement,
                                          java.lang.Object respObj)
                                   throws java.lang.Exception
Maps the data element to the response object.

Parameters:
dataElement - The data element.
respObj - The response object.
Returns:
java.lang.Object The response object.
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005