com.ibm.dse.cs.xml
Interface MessageProcessor
- All Known Implementing Classes:
- DSEXmlMessageProcessor
- public interface MessageProcessor
This is the default interface that must be implemented by all XML parsers
Method Summary |
void |
process(ChannelContext channelContext,
java.lang.String message)
The purpose of this method is to perform the parsing of the XML message |
process
public 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.ChannelContextmessage
- java.lang.String- Throws:
- java.lang.Exception -