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

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

public class DeleteOnNoMessagesType
extends AbstractDescribedType<DeleteOnNoMessages,List>
implements DescribedTypeConstructor<DeleteOnNoMessages>


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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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