Class DischargeType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Discharge,List>
org.apache.qpid.proton.codec.transaction.DischargeType
- All Implemented Interfaces:
AMQPType<Discharge>
,DescribedTypeConstructor<Discharge>
public class DischargeType
extends AbstractDescribedType<Discharge,List>
implements DescribedTypeConstructor<Discharge>
-
Nested Class Summary
Nested Classes -
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
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<Discharge,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<Discharge,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<Discharge>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Discharge>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<Discharge>
-
register
-