org.apache.qpid.framing
Class ContentBodyFactory

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

public class ContentBodyFactory
extends Object
implements BodyFactory


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

Method Detail

getInstance

public static ContentBodyFactory 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