IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.mapper
Class BTTProcessRequestMapper

java.lang.Object
  extended bycom.ibm.btt.server.flow.mapper.BTTProcessRequestMapper

public class BTTProcessRequestMapper
extends java.lang.Object

This class maps the BTT process request to the business process context.


Constructor Summary
BTTProcessRequestMapper()
           
 
Method Summary
 Context mapRequestData(java.lang.Object reqData, Context context)
          Maps the request data to the business process context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTTProcessRequestMapper

public BTTProcessRequestMapper()
Method Detail

mapRequestData

public Context mapRequestData(java.lang.Object reqData,
                              Context context)
                       throws java.lang.Exception
Maps the request data to the business process context.

Parameters:
reqData - The request data.
context - The business process context.
Returns:
com.ibm.btt.base.Context The business process context.
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005