org.apache.qpid.proton.codec.messaging
Class ReleasedType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<Released,List>
      extended by org.apache.qpid.proton.codec.messaging.ReleasedType
All Implemented Interfaces:
AMQPType<Released>, DescribedTypeConstructor<Released>

public class ReleasedType
extends AbstractDescribedType<Released,List>
implements DescribedTypeConstructor<Released>


Constructor Summary
ReleasedType(EncoderImpl encoder)
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<Released> getTypeClass()
           
 Released newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(Released 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
 

Constructor Detail

ReleasedType

public ReleasedType(EncoderImpl encoder)
Method Detail

getDescriptor

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

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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