org.apache.qpid.framing
Class ContentHeaderPropertiesFactory

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

public class ContentHeaderPropertiesFactory
extends Object


Method Summary
 ContentHeaderProperties createContentHeaderProperties(int classId, int propertyFlags, org.apache.mina.common.ByteBuffer buffer, int size)
           
static ContentHeaderPropertiesFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ContentHeaderPropertiesFactory getInstance()

createContentHeaderProperties

public ContentHeaderProperties createContentHeaderProperties(int classId,
                                                             int propertyFlags,
                                                             org.apache.mina.common.ByteBuffer buffer,
                                                             int size)
                                                      throws AMQFrameDecodingException
Throws:
AMQFrameDecodingException


Licensed to the Apache Software Foundation