Class BeginType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Begin,List>
org.apache.qpid.proton.codec.transport.BeginType
- All Implemented Interfaces:
AMQPType<Begin>
,DescribedTypeConstructor<Begin>
public final class BeginType
extends AbstractDescribedType<Begin,List>
implements DescribedTypeConstructor<Begin>
-
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<Begin,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<Begin,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<Begin>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Begin>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<Begin>
-
register
-