Class DischargeType
- java.lang.Object
-
- org.apache.qpid.proton.codec.AbstractDescribedType<Discharge,java.util.List>
-
- org.apache.qpid.proton.codec.transaction.DischargeType
-
- All Implemented Interfaces:
AMQPType<Discharge>,DescribedTypeConstructor<Discharge>
public class DischargeType extends AbstractDescribedType<Discharge,java.util.List> implements DescribedTypeConstructor<Discharge>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDischargeType.DischargeWrapper
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedLonggetDescriptor()java.lang.Class<Discharge>getTypeClass()DischargenewInstance(java.lang.Object described)static voidregister(Decoder decoder, EncoderImpl encoder)protected java.util.Listwrap(Discharge val)-
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
-
-
-
Method Detail
-
getDescriptor
public UnsignedLong getDescriptor()
- Specified by:
getDescriptorin classAbstractDescribedType<Discharge,java.util.List>
-
wrap
protected java.util.List wrap(Discharge val)
- Specified by:
wrapin classAbstractDescribedType<Discharge,java.util.List>
-
newInstance
public Discharge newInstance(java.lang.Object described)
- Specified by:
newInstancein interfaceDescribedTypeConstructor<Discharge>
-
getTypeClass
public java.lang.Class<Discharge> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Discharge>- Specified by:
getTypeClassin interfaceDescribedTypeConstructor<Discharge>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-