IBM Branch Transformation Toolkit Javadoc

Package com.ibm.btt.server.flow.mapper

Interface Summary
MapListUser The is the interface for the response object mappers which use a map list to identify which data elememts to be mapped out.
RequestObjectMapper This is the interface for all the request object mappers.
ResponseObjectMapper This is the interface for all the response object mappers.
 

Class Summary
BTTProcessRequestMapper This class maps the BTT process request to the business process context.
BTTProcessResponseMapper This class maps the business process context to the BTT process response.
JavaBeanReqObjMapper This class maps a java bean to a keyed collection.
JavaBeanRespObjMapper This class maps a keyed collection to a java bean.
ListReqObjMapper This class maps a list to an indexed collection.
MappingController This class caches the mappers and determines which mapper to be used based on the object type.
MapReqObjMapper This class maps a map to a keyed collection.
MapRespObjMapper This class maps a keyed collection to a map.
PassThroughReqObjMapper This class maps a request object directly to a data field.
PassThroughRespObjMapper This class maps a data element directly to a response object.
 

Exception Summary
MappingException This class defines the exception related to mapping.
 


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005