public class SaslMechanismsType extends AbstractDescribedType<SaslMechanisms,List> implements DescribedTypeConstructor<SaslMechanisms>
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
Class<SaslMechanisms> |
getTypeClass() |
SaslMechanisms |
newInstance(Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected List |
wrap(SaslMechanisms val) |
getAllEncodings, getCanonicalEncoding, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<SaslMechanisms,List>protected List wrap(SaslMechanisms val)
wrap in class AbstractDescribedType<SaslMechanisms,List>public SaslMechanisms newInstance(Object described)
newInstance in interface DescribedTypeConstructor<SaslMechanisms>public Class<SaslMechanisms> getTypeClass()
getTypeClass in interface AMQPType<SaslMechanisms>getTypeClass in interface DescribedTypeConstructor<SaslMechanisms>public static void register(Decoder decoder, EncoderImpl encoder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.