IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.mapper
Interface MapListUser

All Known Implementing Classes:
MapRespObjMapper

public interface MapListUser

The is the interface for the response object mappers which use a map list to identify which data elememts to be mapped out.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void acceptMapList(java.util.Vector aMapList)
          Accepts the map list.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

acceptMapList

public void acceptMapList(java.util.Vector aMapList)
Accepts the map list.

Parameters:
aMapList - The map list.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005