Class DeleteOnCloseType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<DeleteOnClose,List>
org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
- All Implemented Interfaces:
AMQPType<DeleteOnClose>
,DescribedTypeConstructor<DeleteOnClose>
public class DeleteOnCloseType
extends AbstractDescribedType<DeleteOnClose,List>
implements DescribedTypeConstructor<DeleteOnClose>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Object described) static void
register
(Decoder decoder, EncoderImpl encoder) protected List
wrap
(DeleteOnClose 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<DeleteOnClose,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<DeleteOnClose,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<DeleteOnClose>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<DeleteOnClose>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<DeleteOnClose>
-
register
-