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