|
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.MapReqObjMapper
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 |
public MapReqObjMapper()
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 a keyed 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 |