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

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

public class ModifiedType
extends AbstractDescribedType<Modified,List>
implements DescribedTypeConstructor<Modified>


Nested Class Summary
 class ModifiedType.ModifiedWrapper
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<Modified> getTypeClass()
           
 Modified newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(Modified 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<Modified,List>

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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