|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.server.flow.mapper.ListReqObjMapper
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 |
public ListReqObjMapper()
Method Detail |
public DataElement mapRequestObject(java.lang.Object reqObj, DataElement dataElement) throws java.lang.Exception
Exception will be thrown out if the data element is not an indexed collection.
mapRequestObject
in interface RequestObjectMapper
reqObj
- The request object.dataElement
- The data element.
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |