Class DeleteOnNoLinksType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<DeleteOnNoLinks,List>
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
Modifier and TypeMethodDescriptionnewInstance
(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, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<DeleteOnNoLinks,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<DeleteOnNoLinks,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<DeleteOnNoLinks>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<DeleteOnNoLinks>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<DeleteOnNoLinks>
-
register
-