Class AmqpValueType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<AmqpValue,Object>
org.apache.qpid.proton.codec.messaging.AmqpValueType
- All Implemented Interfaces:
AMQPType<AmqpValue>
,DescribedTypeConstructor<AmqpValue>
public class AmqpValueType
extends AbstractDescribedType<AmqpValue,Object>
implements DescribedTypeConstructor<AmqpValue>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Object described) static void
register
(Decoder decoder, EncoderImpl encoder) protected Object
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<AmqpValue,
Object>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<AmqpValue,
Object>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<AmqpValue>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<AmqpValue>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<AmqpValue>
-
register
-