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

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

public final class AttachType
extends AbstractDescribedType<Attach,List>
implements DescribedTypeConstructor<Attach>


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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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