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