org.apache.qpid.proton.codec.transaction
Class TransactionalStateType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<TransactionalState,List>
      extended by 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
static class TransactionalStateType.TransactionalStateWrapper
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<TransactionalState> getTypeClass()
           
 TransactionalState newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(TransactionalState val)
           
 
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getEncoding, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

public UnsignedLong getDescriptor()
Specified by:
getDescriptor in class AbstractDescribedType<TransactionalState,List>

wrap

protected List wrap(TransactionalState val)
Specified by:
wrap in class AbstractDescribedType<TransactionalState,List>

newInstance

public TransactionalState newInstance(Object described)
Specified by:
newInstance in interface DescribedTypeConstructor<TransactionalState>

getTypeClass

public Class<TransactionalState> getTypeClass()
Specified by:
getTypeClass in interface AMQPType<TransactionalState>
Specified by:
getTypeClass in interface DescribedTypeConstructor<TransactionalState>

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.