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