org.apache.qpid.framing.abstraction
Interface MessagePublishInfoConverter

All Known Subinterfaces:
ProtocolVersionMethodConverter
All Known Implementing Classes:
AbstractMethodConverter, MethodConverter_0_9, MethodConverter_0_91, MethodConverter_8_0

public interface MessagePublishInfoConverter


Method Summary
 AMQMethodBody convertToBody(MessagePublishInfo info)
           
 MessagePublishInfo convertToInfo(AMQMethodBody body)
           
 

Method Detail

convertToInfo

MessagePublishInfo convertToInfo(AMQMethodBody body)

convertToBody

AMQMethodBody convertToBody(MessagePublishInfo info)


Licensed to the Apache Software Foundation