Class TransactionalStateType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<TransactionalState,List>
org.apache.qpid.proton.codec.transaction.TransactionalStateType
- All Implemented Interfaces:
AMQPType<TransactionalState>,DescribedTypeConstructor<TransactionalState>
public class TransactionalStateType
extends AbstractDescribedType<TransactionalState,List>
implements DescribedTypeConstructor<TransactionalState>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(Object described) static voidregister(Decoder decoder, EncoderImpl encoder) protected Listwrap(TransactionalState val) Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin classAbstractDescribedType<TransactionalState,List>
-
wrap
- Specified by:
wrapin classAbstractDescribedType<TransactionalState,List>
-
newInstance
- Specified by:
newInstancein interfaceDescribedTypeConstructor<TransactionalState>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<TransactionalState>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<TransactionalState>
-
register
-