org.apache.qpid.proton.codec.messaging
Class RejectedType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Rejected,List>
org.apache.qpid.proton.codec.messaging.RejectedType
- All Implemented Interfaces:
- AMQPType<Rejected>, DescribedTypeConstructor<Rejected>
public class RejectedType
- extends AbstractDescribedType<Rejected,List>
- implements DescribedTypeConstructor<Rejected>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDescriptor
public UnsignedLong getDescriptor()
- Specified by:
getDescriptor in class AbstractDescribedType<Rejected,List>
wrap
protected List wrap(Rejected val)
- Specified by:
wrap in class AbstractDescribedType<Rejected,List>
newInstance
public Rejected newInstance(Object described)
- Specified by:
newInstance in interface DescribedTypeConstructor<Rejected>
getTypeClass
public Class<Rejected> getTypeClass()
- Specified by:
getTypeClass in interface AMQPType<Rejected>- Specified by:
getTypeClass in interface DescribedTypeConstructor<Rejected>
register
public static void register(Decoder decoder,
EncoderImpl encoder)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.