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