IBM Branch Transformation Toolkit Javadoc

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

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

public class ListReqObjMapper
extends java.lang.Object
implements RequestObjectMapper

This class maps a list to an indexed collection.


Constructor Summary
ListReqObjMapper()
           
 
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

ListReqObjMapper

public ListReqObjMapper()
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 an indexed 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