|
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.MapRespObjMapper
This class maps a keyed collection to a map.
The result is flattened with the composite key, i.e. no hashtable or vector in the map.
Field Summary | |
---|---|
static java.lang.String |
DOT
DOT |
Constructor Summary | |
---|---|
MapRespObjMapper()
|
Method Summary | |
---|---|
void |
acceptMapList(java.util.Vector aMapList)
Accepts a map list |
java.lang.Object |
mapResponseObject(DataElement dataElement,
java.lang.Object respObj)
Maps the data element to the response object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DOT
Constructor Detail |
public MapRespObjMapper()
Method Detail |
public void acceptMapList(java.util.Vector aMapList)
acceptMapList
in interface MapListUser
aMapList
- The map list.public java.lang.Object mapResponseObject(DataElement dataElement, java.lang.Object respObj) throws java.lang.Exception
Exception will be thrown out if the data element is not a keyed collection.
mapResponseObject
in interface ResponseObjectMapper
dataElement
- The data element.respObj
- The response object.
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |