org.apache.qpid.framing
Class FieldTableFactory

java.lang.Object
  extended by org.apache.qpid.framing.FieldTableFactory

public class FieldTableFactory
extends Object


Constructor Summary
FieldTableFactory()
           
 
Method Summary
static FieldTable newFieldTable()
           
static FieldTable newFieldTable(org.apache.mina.common.ByteBuffer byteBuffer, long length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTableFactory

public FieldTableFactory()
Method Detail

newFieldTable

public static FieldTable newFieldTable()

newFieldTable

public static FieldTable newFieldTable(org.apache.mina.common.ByteBuffer byteBuffer,
                                       long length)
                                throws AMQFrameDecodingException
Throws:
AMQFrameDecodingException


Licensed to the Apache Software Foundation