org.apache.qpid.proton.codec.transport
Class FlowType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<Flow,List>
      extended by org.apache.qpid.proton.codec.transport.FlowType
All Implemented Interfaces:
AMQPType<Flow>, DescribedTypeConstructor<Flow>

public final class FlowType
extends AbstractDescribedType<Flow,List>
implements DescribedTypeConstructor<Flow>


Nested Class Summary
static class FlowType.FlowWrapper
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<Flow> getTypeClass()
           
 Flow newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(Flow val)
           
 
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getEncoding, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

public UnsignedLong getDescriptor()
Specified by:
getDescriptor in class AbstractDescribedType<Flow,List>

wrap

protected List wrap(Flow val)
Specified by:
wrap in class AbstractDescribedType<Flow,List>

newInstance

public Flow newInstance(Object described)
Specified by:
newInstance in interface DescribedTypeConstructor<Flow>

getTypeClass

public Class<Flow> getTypeClass()
Specified by:
getTypeClass in interface AMQPType<Flow>
Specified by:
getTypeClass in interface DescribedTypeConstructor<Flow>

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.