org.apache.qpid.proton.codec.security
Class SaslOutcomeType

java.lang.Object
  extended by org.apache.qpid.proton.codec.AbstractDescribedType<SaslOutcome,List>
      extended by org.apache.qpid.proton.codec.security.SaslOutcomeType
All Implemented Interfaces:
AMQPType<SaslOutcome>, DescribedTypeConstructor<SaslOutcome>

public class SaslOutcomeType
extends AbstractDescribedType<SaslOutcome,List>
implements DescribedTypeConstructor<SaslOutcome>


Nested Class Summary
static class SaslOutcomeType.SaslOutcomeWrapper
           
 
Method Summary
 UnsignedLong getDescriptor()
           
 Class<SaslOutcome> getTypeClass()
           
 SaslOutcome newInstance(Object described)
           
static void register(Decoder decoder, EncoderImpl encoder)
           
protected  List wrap(SaslOutcome 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<SaslOutcome,List>

wrap

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

newInstance

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

getTypeClass

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

register

public static void register(Decoder decoder,
                            EncoderImpl encoder)


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