com.crankuptheamps.client
Class XMLProtocolParser

java.lang.Object
  extended by com.crankuptheamps.client.XMLProtocolParser
All Implemented Interfaces:
ProtocolParser

public class XMLProtocolParser
extends Object
implements ProtocolParser


Constructor Summary
XMLProtocolParser(XMLProtocol messageType)
           
 
Method Summary
 void process(ByteBuffer buffer, int remainingBytes, MessageHandler listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProtocolParser

public XMLProtocolParser(XMLProtocol messageType)
Method Detail

process

public void process(ByteBuffer buffer,
                    int remainingBytes,
                    MessageHandler listener)
             throws StreamException
Specified by:
process in interface ProtocolParser
Throws:
StreamException