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 |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
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.ChannelContextmessage
- java.lang.String
- Throws:
java.lang.Exception
- any error occur
(c) Copyright IBM Corporation 1998, 2010