org.apache.qpid.proton.codec.messaging
Class HeaderType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Header,List>
org.apache.qpid.proton.codec.messaging.HeaderType
- All Implemented Interfaces:
- AMQPType<Header>, DescribedTypeConstructor<Header>
public class HeaderType
- extends AbstractDescribedType<Header,List>
- implements DescribedTypeConstructor<Header>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderType
public HeaderType(EncoderImpl encoder)
getDescriptor
protected UnsignedLong getDescriptor()
- Specified by:
getDescriptor in class AbstractDescribedType<Header,List>
wrap
protected List wrap(Header val)
- Specified by:
wrap in class AbstractDescribedType<Header,List>
newInstance
public Header newInstance(Object described)
- Specified by:
newInstance in interface DescribedTypeConstructor<Header>
getTypeClass
public Class<Header> getTypeClass()
- Specified by:
getTypeClass in interface AMQPType<Header>- Specified by:
getTypeClass in interface DescribedTypeConstructor<Header>
register
public static void register(Decoder decoder,
EncoderImpl encoder)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.