org.apache.qpid.framing.abstraction
Class AbstractMethodConverter

java.lang.Object
  extended by org.apache.qpid.framing.abstraction.AbstractMethodConverter
All Implemented Interfaces:
MessagePublishInfoConverter, ProtocolVersionMethodConverter
Direct Known Subclasses:
MethodConverter_0_9, MethodConverter_0_91, MethodConverter_8_0

public abstract class AbstractMethodConverter
extends Object
implements ProtocolVersionMethodConverter


Constructor Summary
AbstractMethodConverter(byte major, byte minor)
           
 
Method Summary
 byte getProtocolMajorVersion()
           
 byte getProtocolMinorVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.framing.abstraction.ProtocolVersionMethodConverter
configure, convertToBody, convertToBody, convertToContentChunk
 
Methods inherited from interface org.apache.qpid.framing.abstraction.MessagePublishInfoConverter
convertToBody, convertToInfo
 

Constructor Detail

AbstractMethodConverter

public AbstractMethodConverter(byte major,
                               byte minor)
Method Detail

getProtocolMajorVersion

public final byte getProtocolMajorVersion()

getProtocolMinorVersion

public final byte getProtocolMinorVersion()


Licensed to the Apache Software Foundation