org.apache.qpid.proton.codec.transport
Class ErrorConditionType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<ErrorCondition,List>
      extended by org.apache.qpid.proton.codec.transport.ErrorConditionType
All Implemented Interfaces:
AMQPType<ErrorCondition>, DescribedTypeConstructor<ErrorCondition>

public final class ErrorConditionType
extends AbstractDescribedType<ErrorCondition,List>
implements DescribedTypeConstructor<ErrorCondition>


Nested Class Summary
static class ErrorConditionType.ErrorConditionWrapper
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<ErrorCondition> getTypeClass()
           
 ErrorCondition newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(ErrorCondition val)
           
 
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getEncoding, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

public UnsignedLong getDescriptor()
Specified by:
getDescriptor in class AbstractDescribedType<ErrorCondition,List>

wrap

protected List wrap(ErrorCondition val)
Specified by:
wrap in class AbstractDescribedType<ErrorCondition,List>

newInstance

public ErrorCondition newInstance(Object described)
Specified by:
newInstance in interface DescribedTypeConstructor<ErrorCondition>

getTypeClass

public Class<ErrorCondition> getTypeClass()
Specified by:
getTypeClass in interface AMQPType<ErrorCondition>
Specified by:
getTypeClass in interface DescribedTypeConstructor<ErrorCondition>

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.