org.apache.qpid.proton.codec.transport
Class DispositionType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<Disposition,List>
      extended by org.apache.qpid.proton.codec.transport.DispositionType
All Implemented Interfaces:
AMQPType<Disposition>, DescribedTypeConstructor<Disposition>

public final class DispositionType
extends AbstractDescribedType<Disposition,List>
implements DescribedTypeConstructor<Disposition>


Method Summary
 UnsignedLong getDescriptor()
           
 Class<Disposition> getTypeClass()
           
 Disposition newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(Disposition 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<Disposition,List>

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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