com.ibm.btt.server.flow.mapper
Interface ResponseObjectMapper
- All Known Implementing Classes:
- JavaBeanRespObjMapper, MapRespObjMapper, PassThroughRespObjMapper
- public interface ResponseObjectMapper
This is the interface for all the response object mappers.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.Object |
mapResponseObject(DataElement dataElement,
java.lang.Object respObj)
Maps the data element to the response object. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
mapResponseObject
public java.lang.Object mapResponseObject(DataElement dataElement,
java.lang.Object respObj)
throws java.lang.Exception
- Maps the data element to the response object.
- Parameters:
dataElement
- The data element.respObj
- The response object.
- Returns:
- java.lang.Object The response object.
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2005