org.apache.qpid.qmf
Class QMFCommandDecoder

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommandDecoder

public class QMFCommandDecoder
extends Object


Constructor Summary
QMFCommandDecoder(QMFService qmfService, ByteBuffer buf)
           
 
Method Summary
 QMFCommand decode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFCommandDecoder

public QMFCommandDecoder(QMFService qmfService,
                         ByteBuffer buf)
Method Detail

decode

public QMFCommand decode()


Licensed to the Apache Software Foundation