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

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

public final class DetachType
extends AbstractDescribedType<Detach,List>
implements DescribedTypeConstructor<Detach>


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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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