Class FastPathMessageAnnotationsType
java.lang.Object
org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
- All Implemented Interfaces:
AMQPType<MessageAnnotations>
,FastPathDescribedTypeConstructor<MessageAnnotations>
,TypeConstructor<MessageAnnotations>
public class FastPathMessageAnnotationsType
extends Object
implements AMQPType<MessageAnnotations>, FastPathDescribedTypeConstructor<MessageAnnotations>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection
<? extends TypeEncoding<MessageAnnotations>> static void
register
(Decoder decoder, EncoderImpl encoder) void
void
write
(MessageAnnotations val)
-
Constructor Details
-
FastPathMessageAnnotationsType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<MessageAnnotations>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<MessageAnnotations>
- Specified by:
getTypeClass
in interfaceTypeConstructor<MessageAnnotations>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<MessageAnnotations>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<MessageAnnotations>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<MessageAnnotations>
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<MessageAnnotations>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<MessageAnnotations>
-
write
- Specified by:
write
in interfaceAMQPType<MessageAnnotations>
-
register
-