|
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.PassThroughRespObjMapper
This class maps a data element directly to a response object.
Field Summary | |
---|---|
static java.lang.String |
NULL_VALUE
NULL_VALUE |
Constructor Summary | |
---|---|
PassThroughRespObjMapper()
|
Method Summary | |
---|---|
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 NULL_VALUE
Constructor Detail |
public PassThroughRespObjMapper()
Method Detail |
public java.lang.Object mapResponseObject(DataElement dataElement, java.lang.Object respObj) throws java.lang.Exception
The value of the response object is returned. Users should update the response object with this value by themselves.
Null value is converted to NULL_VALUE string, and then returned.
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 |