org.apache.qpid.proton.codec.messaging
Class DeleteOnNoLinksType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<DeleteOnNoLinks,List>
      extended by org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
All Implemented Interfaces:
AMQPType<DeleteOnNoLinks>, DescribedTypeConstructor<DeleteOnNoLinks>

public class DeleteOnNoLinksType
extends AbstractDescribedType<DeleteOnNoLinks,List>
implements DescribedTypeConstructor<DeleteOnNoLinks>


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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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