org.apache.qpid.framing.amqp_0_91
Class MethodConverter_0_91

java.lang.Object
  extended by org.apache.qpid.framing.abstraction.AbstractMethodConverter
      extended by org.apache.qpid.framing.amqp_0_91.MethodConverter_0_91
All Implemented Interfaces:
MessagePublishInfoConverter, ProtocolVersionMethodConverter

public class MethodConverter_0_91
extends AbstractMethodConverter
implements ProtocolVersionMethodConverter


Constructor Summary
MethodConverter_0_91()
           
 
Method Summary
 void configure()
           
 AMQBody convertToBody(ByteBuffer buf)
           
 AMQBody convertToBody(ContentChunk contentChunk)
           
 AMQMethodBody convertToBody(MessagePublishInfo info)
           
 ContentChunk convertToContentChunk(AMQBody body)
           
 MessagePublishInfo convertToInfo(AMQMethodBody methodBody)
           
 
Methods inherited from class org.apache.qpid.framing.abstraction.AbstractMethodConverter
getProtocolMajorVersion, getProtocolMinorVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodConverter_0_91

public MethodConverter_0_91()
Method Detail

convertToBody

public AMQBody convertToBody(ContentChunk contentChunk)
Specified by:
convertToBody in interface ProtocolVersionMethodConverter

convertToContentChunk

public ContentChunk convertToContentChunk(AMQBody body)
Specified by:
convertToContentChunk in interface ProtocolVersionMethodConverter

configure

public void configure()
Specified by:
configure in interface ProtocolVersionMethodConverter

convertToBody

public AMQBody convertToBody(ByteBuffer buf)
Specified by:
convertToBody in interface ProtocolVersionMethodConverter

convertToInfo

public MessagePublishInfo convertToInfo(AMQMethodBody methodBody)
Specified by:
convertToInfo in interface MessagePublishInfoConverter

convertToBody

public AMQMethodBody convertToBody(MessagePublishInfo info)
Specified by:
convertToBody in interface MessagePublishInfoConverter


Licensed to the Apache Software Foundation