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