org.apache.qpid.framing.amqp_0_9
Class MethodConverter_0_9
java.lang.Object
org.apache.qpid.framing.abstraction.AbstractMethodConverter
org.apache.qpid.framing.amqp_0_9.MethodConverter_0_9
- All Implemented Interfaces:
- MessagePublishInfoConverter, ProtocolVersionMethodConverter
public class MethodConverter_0_9
- extends AbstractMethodConverter
- implements ProtocolVersionMethodConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodConverter_0_9
public MethodConverter_0_9()
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