|
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.PassThroughReqObjMapper
This class maps a request object directly to a data field.
Field Summary | |
---|---|
static java.lang.String |
NULL_VALUE
NULL_VALUE |
Constructor Summary | |
---|---|
PassThroughReqObjMapper()
|
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 |
Field Detail |
public static final java.lang.String NULL_VALUE
Constructor Detail |
public PassThroughReqObjMapper()
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 data field.
NULL_VALUE string is converted to Null value, and then saved.
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 |