Class DeleteOnNoLinksType
- java.lang.Object
-
- org.apache.qpid.proton.codec.AbstractDescribedType<DeleteOnNoLinks,java.util.List>
-
- org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
-
- All Implemented Interfaces:
AMQPType<DeleteOnNoLinks>,DescribedTypeConstructor<DeleteOnNoLinks>
public class DeleteOnNoLinksType extends AbstractDescribedType<DeleteOnNoLinks,java.util.List> implements DescribedTypeConstructor<DeleteOnNoLinks>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedLonggetDescriptor()java.lang.Class<DeleteOnNoLinks>getTypeClass()DeleteOnNoLinksnewInstance(java.lang.Object described)static voidregister(Decoder decoder, EncoderImpl encoder)protected java.util.Listwrap(DeleteOnNoLinks val)-
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
-
-
-
Method Detail
-
getDescriptor
public UnsignedLong getDescriptor()
- Specified by:
getDescriptorin classAbstractDescribedType<DeleteOnNoLinks,java.util.List>
-
wrap
protected java.util.List wrap(DeleteOnNoLinks val)
- Specified by:
wrapin classAbstractDescribedType<DeleteOnNoLinks,java.util.List>
-
newInstance
public DeleteOnNoLinks newInstance(java.lang.Object described)
- Specified by:
newInstancein interfaceDescribedTypeConstructor<DeleteOnNoLinks>
-
getTypeClass
public java.lang.Class<DeleteOnNoLinks> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<DeleteOnNoLinks>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<DeleteOnNoLinks>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-