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 voidregister(Decoder decoder, EncoderImpl encoder) protected ObjectMethods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin classAbstractDescribedType<AmqpValue,Object>
-
wrap
- Specified by:
wrapin classAbstractDescribedType<AmqpValue,Object>
-
newInstance
- Specified by:
newInstancein interfaceDescribedTypeConstructor<AmqpValue>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<AmqpValue>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<AmqpValue>
-
register
-