org.apache.qpid.framing.abstraction
Interface ProtocolVersionMethodConverter

All Superinterfaces:
MessagePublishInfoConverter
All Known Implementing Classes:
AbstractMethodConverter, MethodConverter_0_9, MethodConverter_0_91, MethodConverter_8_0

public interface ProtocolVersionMethodConverter
extends MessagePublishInfoConverter


Method Summary
 void configure()
           
 AMQBody convertToBody(ByteBuffer buf)
           
 AMQBody convertToBody(ContentChunk contentBody)
           
 ContentChunk convertToContentChunk(AMQBody body)
           
 
Methods inherited from interface org.apache.qpid.framing.abstraction.MessagePublishInfoConverter
convertToBody, convertToInfo
 

Method Detail

convertToBody

AMQBody convertToBody(ContentChunk contentBody)

convertToContentChunk

ContentChunk convertToContentChunk(AMQBody body)

configure

void configure()

convertToBody

AMQBody convertToBody(ByteBuffer buf)


Licensed to the Apache Software Foundation