IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel
Class BTTMessageProcessor

java.lang.Object
  extended by com.ibm.btt.channel.BTTMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class BTTMessageProcessor
extends java.lang.Object
implements MessageProcessor

The BTTMessageProcessor implements MessageProcessor interface


Constructor Summary
BTTMessageProcessor()
           
 
Method Summary
 void process(ChannelContext aChannelContext, java.lang.String message)
          Parse the XML message into a keyed collection of data elements defined by the message The parser assumes that all valid xml messages have the key words prefixed with dse_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTTMessageProcessor

public BTTMessageProcessor()
Method Detail

process

public void process(ChannelContext aChannelContext,
                    java.lang.String message)
             throws java.lang.Exception
Parse the XML message into a keyed collection of data elements defined by the message

The parser assumes that all valid xml messages have the key words prefixed with dse_

Specified by:
process in interface MessageProcessor
Parameters:
aChannelContext - com.ibm.dse.clientserver.ChannelContext
message - java.lang.String
Throws:
java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010