com.ibm.btt.server.flow.mapper
Interface RequestObjectMapper
- All Known Implementing Classes:
- JavaBeanReqObjMapper, ListReqObjMapper, MapReqObjMapper, PassThroughReqObjMapper
- public interface RequestObjectMapper
This is the interface for all the request object mappers.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
mapRequestObject
public DataElement mapRequestObject(java.lang.Object reqObj,
DataElement dataElement)
throws java.lang.Exception
- Maps the request object to the data element.
- Parameters:
reqObj
- The request object.dataElement
- The data element.
- Returns:
- com.ibm.btt.base.DataElement The data element.
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2005