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