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