IBM Branch Transformation Toolkit Javadoc

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

java.lang.Object
  extended bycom.ibm.btt.server.flow.mapper.MapReqObjMapper
All Implemented Interfaces:
RequestObjectMapper

public class MapReqObjMapper
extends java.lang.Object
implements RequestObjectMapper

This class maps a map to a keyed collection.


Constructor Summary
MapReqObjMapper()
           
 
Method Summary
 DataElement mapRequestObject(java.lang.Object reqObj, DataElement dataElement)
          Maps the request object to the data element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapReqObjMapper

public MapReqObjMapper()
Method Detail

mapRequestObject

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

Exception will be thrown out if the data element is not a keyed collection.

Specified by:
mapRequestObject in interface RequestObjectMapper
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