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

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<MessageAnnotations,Map>
      extended by org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
All Implemented Interfaces:
AMQPType<MessageAnnotations>, DescribedTypeConstructor<MessageAnnotations>

public class MessageAnnotationsType
extends AbstractDescribedType<MessageAnnotations,Map>
implements DescribedTypeConstructor<MessageAnnotations>


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

MessageAnnotationsType

public MessageAnnotationsType(EncoderImpl encoder)
Method Detail

getDescriptor

public UnsignedLong getDescriptor()
Specified by:
getDescriptor in class AbstractDescribedType<MessageAnnotations,Map>

wrap

protected Map wrap(MessageAnnotations val)
Specified by:
wrap in class AbstractDescribedType<MessageAnnotations,Map>

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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