public class HeaderType extends AbstractDescribedType<Header,List> implements DescribedTypeConstructor<Header>
Modifier and Type | Class and Description |
---|---|
class |
HeaderType.HeaderWrapper |
Constructor and Description |
---|
HeaderType(EncoderImpl encoder) |
Modifier and Type | Method and Description |
---|---|
protected UnsignedLong |
getDescriptor() |
Class<Header> |
getTypeClass() |
Header |
newInstance(Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected List |
wrap(Header val) |
getAllEncodings, getCanonicalEncoding, getEncoding, write
public HeaderType(EncoderImpl encoder)
protected UnsignedLong getDescriptor()
getDescriptor
in class AbstractDescribedType<Header,List>
public Header newInstance(Object described)
newInstance
in interface DescribedTypeConstructor<Header>
public Class<Header> getTypeClass()
getTypeClass
in interface AMQPType<Header>
getTypeClass
in interface DescribedTypeConstructor<Header>
public static void register(Decoder decoder, EncoderImpl encoder)
Copyright © 2016 The Apache Software Foundation. All rights reserved.