IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel
Interface MessageProcessor

All Known Implementing Classes:
BTTMessageProcessor

public interface MessageProcessor

The class used to perform the parsing of the XML message


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void process(ChannelContext channelContext, java.lang.String message)
          The purpose of this method is to perform the parsing of the XML message
 

Field Detail

COPYRIGHT

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

process

void process(ChannelContext channelContext,
             java.lang.String message)
             throws java.lang.Exception
The purpose of this method is to perform the parsing of the XML message

Parameters:
channelContext - com.ibm.dse.clientserver.ChannelContext
message - java.lang.String
Throws:
java.lang.Exception - any error occur

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010