IBM Branch Transformation Toolkit Javadoc

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

All Known Implementing Classes:
JavaBeanReqObjMapper, ListReqObjMapper, MapReqObjMapper, PassThroughReqObjMapper

public interface RequestObjectMapper

This is the interface for all the request object mappers.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 DataElement mapRequestObject(java.lang.Object reqObj, DataElement dataElement)
          Maps the request object to the data element.
 

Field Detail

COPYRIGHT

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

mapRequestObject

public DataElement mapRequestObject(java.lang.Object reqObj,
                                    DataElement dataElement)
                             throws java.lang.Exception
Maps the request object to the data element.

Parameters:
reqObj - The request object.
dataElement - The data element.
Returns:
com.ibm.btt.base.DataElement The data element.
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005