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

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

public final class EndType
extends AbstractDescribedType<End,List>
implements DescribedTypeConstructor<End>


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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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