public final class AttachType extends AbstractDescribedType<Attach,java.util.List> implements DescribedTypeConstructor<Attach>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachType.AttachWrapper |
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
java.lang.Class<Attach> |
getTypeClass() |
Attach |
newInstance(java.lang.Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected java.util.List |
wrap(Attach val) |
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<Attach,java.util.List>protected java.util.List wrap(Attach val)
wrap in class AbstractDescribedType<Attach,java.util.List>public Attach newInstance(java.lang.Object described)
newInstance in interface DescribedTypeConstructor<Attach>public java.lang.Class<Attach> getTypeClass()
getTypeClass in interface AMQPType<Attach>getTypeClass in interface DescribedTypeConstructor<Attach>public static void register(Decoder decoder, EncoderImpl encoder)