org.apache.qpid.framing.abstraction
Class AbstractMethodConverter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMethodConverter
public AbstractMethodConverter(byte major,
byte minor)
getProtocolMajorVersion
public final byte getProtocolMajorVersion()
getProtocolMinorVersion
public final byte getProtocolMinorVersion()
Licensed to the Apache Software Foundation