org.apache.qpid.proton.codec.messaging
Class FooterType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<Footer,Map>
      extended by org.apache.qpid.proton.codec.messaging.FooterType
All Implemented Interfaces:
AMQPType<Footer>, DescribedTypeConstructor<Footer>

public class FooterType
extends AbstractDescribedType<Footer,Map>
implements DescribedTypeConstructor<Footer>


Constructor Summary
FooterType(EncoderImpl encoder)
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<Footer> getTypeClass()
           
 Footer newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  Map wrap(Footer val)
           
 
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getEncoding, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooterType

public FooterType(EncoderImpl encoder)
Method Detail

getDescriptor

public UnsignedLong getDescriptor()
Specified by:
getDescriptor in class AbstractDescribedType<Footer,Map>

wrap

protected Map wrap(Footer val)
Specified by:
wrap in class AbstractDescribedType<Footer,Map>

newInstance

public Footer newInstance(Object described)
Specified by:
newInstance in interface DescribedTypeConstructor<Footer>

getTypeClass

public Class<Footer> getTypeClass()
Specified by:
getTypeClass in interface AMQPType<Footer>
Specified by:
getTypeClass in interface DescribedTypeConstructor<Footer>

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.