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

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

public class DeliveryAnnotationsType
extends AbstractDescribedType<DeliveryAnnotations,Map>
implements DescribedTypeConstructor<DeliveryAnnotations>


Constructor Summary
DeliveryAnnotationsType(EncoderImpl encoder)
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<DeliveryAnnotations> getTypeClass()
           
 DeliveryAnnotations newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  Map wrap(DeliveryAnnotations 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

DeliveryAnnotationsType

public DeliveryAnnotationsType(EncoderImpl encoder)
Method Detail

getDescriptor

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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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