Class FlowType
- java.lang.Object
-
- org.apache.qpid.proton.codec.AbstractDescribedType<Flow,java.util.List>
-
- org.apache.qpid.proton.codec.transport.FlowType
-
- All Implemented Interfaces:
AMQPType<Flow>,DescribedTypeConstructor<Flow>
public final class FlowType extends AbstractDescribedType<Flow,java.util.List> implements DescribedTypeConstructor<Flow>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowType.FlowWrapper
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedLonggetDescriptor()java.lang.Class<Flow>getTypeClass()FlownewInstance(java.lang.Object described)static voidregister(Decoder decoder, EncoderImpl encoder)protected java.util.Listwrap(Flow 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<Flow,java.util.List>
-
wrap
protected java.util.List wrap(Flow val)
- Specified by:
wrapin classAbstractDescribedType<Flow,java.util.List>
-
newInstance
public Flow newInstance(java.lang.Object described)
- Specified by:
newInstancein interfaceDescribedTypeConstructor<Flow>
-
getTypeClass
public java.lang.Class<Flow> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Flow>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<Flow>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-