com.ibm.dse.cs.xml
Class DSEXmlMessageProcessor

java.lang.Object
  |
  +--com.ibm.dse.cs.xml.DSEXmlMessageProcessor

public class DSEXmlMessageProcessor
extends java.lang.Object
implements MessageProcessor

The DSEXmlMessageProcessor implements MessageProcessor interface This is the default XML parser provided for the XML Connector


Constructor Summary
DSEXmlMessageProcessor()
          XmlMessageProcessor constructor.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSEXmlMessageProcessor

public DSEXmlMessageProcessor()
XmlMessageProcessor constructor.
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:
ChannelContext - com.ibm.dse.clientserver.ChannelContext
message - java.lang.String
Throws:
java.lang.Exception -