com.crankuptheamps.client
Class FIXProtocolParser

java.lang.Object
  extended by com.crankuptheamps.client.FIXProtocolParser
All Implemented Interfaces:
ProtocolParser
Direct Known Subclasses:
NVFIXProtocolParser

public class FIXProtocolParser
extends Object
implements ProtocolParser


Constructor Summary
FIXProtocolParser(FIXProtocol 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

FIXProtocolParser

public FIXProtocolParser(FIXProtocol messageType)
Method Detail

process

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