Class FooterType
- java.lang.Object
-
- org.apache.qpid.proton.codec.AbstractDescribedType<Footer,java.util.Map>
-
- org.apache.qpid.proton.codec.messaging.FooterType
-
- All Implemented Interfaces:
AMQPType<Footer>,DescribedTypeConstructor<Footer>
public class FooterType extends AbstractDescribedType<Footer,java.util.Map> implements DescribedTypeConstructor<Footer>
-
-
Constructor Summary
Constructors Constructor Description FooterType(EncoderImpl encoder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedLonggetDescriptor()java.lang.Class<Footer>getTypeClass()FooternewInstance(java.lang.Object described)static voidregister(Decoder decoder, EncoderImpl encoder)protected java.util.Mapwrap(Footer val)-
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
-
-
-
Constructor Detail
-
FooterType
public FooterType(EncoderImpl encoder)
-
-
Method Detail
-
getDescriptor
public UnsignedLong getDescriptor()
- Specified by:
getDescriptorin classAbstractDescribedType<Footer,java.util.Map>
-
wrap
protected java.util.Map wrap(Footer val)
- Specified by:
wrapin classAbstractDescribedType<Footer,java.util.Map>
-
newInstance
public Footer newInstance(java.lang.Object described)
- Specified by:
newInstancein interfaceDescribedTypeConstructor<Footer>
-
getTypeClass
public java.lang.Class<Footer> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Footer>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<Footer>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-