Class DeliveryAnnotationsType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<DeliveryAnnotations,Map>
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(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, getDecoder, getEncoder, getEncoding, write
-
Constructor Details
-
DeliveryAnnotationsType
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<DeliveryAnnotations,
Map>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<DeliveryAnnotations,
Map>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<DeliveryAnnotations>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<DeliveryAnnotations>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<DeliveryAnnotations>
-
register
-