org.apache.qpid.framing
Class ContentHeaderBodyFactory

java.lang.Object
  extended by org.apache.qpid.framing.ContentHeaderBodyFactory
All Implemented Interfaces:
BodyFactory

public class ContentHeaderBodyFactory
extends Object
implements BodyFactory


Method Summary
 AMQBody createBody(org.apache.mina.common.ByteBuffer in, long bodySize)
           
static ContentHeaderBodyFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ContentHeaderBodyFactory getInstance()

createBody

public AMQBody createBody(org.apache.mina.common.ByteBuffer in,
                          long bodySize)
                   throws AMQFrameDecodingException
Specified by:
createBody in interface BodyFactory
Throws:
AMQFrameDecodingException


Licensed to the Apache Software Foundation