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 voidregister(Decoder decoder, EncoderImpl encoder) protected Mapwrap(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:
getDescriptorin classAbstractDescribedType<DeliveryAnnotations,Map>
-
wrap
- Specified by:
wrapin classAbstractDescribedType<DeliveryAnnotations,Map>
-
newInstance
- Specified by:
newInstancein interfaceDescribedTypeConstructor<DeliveryAnnotations>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<DeliveryAnnotations>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<DeliveryAnnotations>
-
register
-