Class PropertiesType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Properties,List>
org.apache.qpid.proton.codec.messaging.PropertiesType
- All Implemented Interfaces:
AMQPType<Properties>
,DescribedTypeConstructor<Properties>
public class PropertiesType
extends AbstractDescribedType<Properties,List>
implements DescribedTypeConstructor<Properties>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Object described) static void
register
(Decoder decoder, EncoderImpl encoder) protected List
wrap
(Properties val) Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<Properties,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<Properties,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<Properties>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Properties>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<Properties>
-
register
-