org.apache.qpid.proton.codec.transport
Class CloseType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Close,List>
org.apache.qpid.proton.codec.transport.CloseType
- All Implemented Interfaces:
- AMQPType<Close>, DescribedTypeConstructor<Close>
public final class CloseType
- extends AbstractDescribedType<Close,List>
- implements DescribedTypeConstructor<Close>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDescriptor
public UnsignedLong getDescriptor()
- Specified by:
getDescriptor in class AbstractDescribedType<Close,List>
wrap
protected List wrap(Close val)
- Specified by:
wrap in class AbstractDescribedType<Close,List>
newInstance
public Close newInstance(Object described)
- Specified by:
newInstance in interface DescribedTypeConstructor<Close>
getTypeClass
public Class<Close> getTypeClass()
- Specified by:
getTypeClass in interface AMQPType<Close>- Specified by:
getTypeClass in interface DescribedTypeConstructor<Close>
register
public static void register(Decoder decoder,
EncoderImpl encoder)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.