Class FastPathDeliveryAnnotationsType
java.lang.Object
org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
- All Implemented Interfaces:
AMQPType<DeliveryAnnotations>,FastPathDescribedTypeConstructor<DeliveryAnnotations>,TypeConstructor<DeliveryAnnotations>
public class FastPathDeliveryAnnotationsType
extends Object
implements AMQPType<DeliveryAnnotations>, FastPathDescribedTypeConstructor<DeliveryAnnotations>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<DeliveryAnnotations>>static voidregister(Decoder decoder, EncoderImpl encoder) voidvoidwrite(DeliveryAnnotations val)
-
Constructor Details
-
FastPathDeliveryAnnotationsType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<DeliveryAnnotations>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<DeliveryAnnotations>- Specified by:
getTypeClassin interfaceTypeConstructor<DeliveryAnnotations>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<DeliveryAnnotations>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<DeliveryAnnotations>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<DeliveryAnnotations>
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<DeliveryAnnotations>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<DeliveryAnnotations>
-
write
- Specified by:
writein interfaceAMQPType<DeliveryAnnotations>
-
register
-