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