Uses of Interface
org.apache.qpid.proton.codec.DescribedTypeConstructor

Packages that use DescribedTypeConstructor
org.apache.qpid.proton.codec   
org.apache.qpid.proton.codec.messaging   
org.apache.qpid.proton.codec.security   
org.apache.qpid.proton.codec.transaction   
org.apache.qpid.proton.codec.transport   
 

Uses of DescribedTypeConstructor in org.apache.qpid.proton.codec
 

Methods in org.apache.qpid.proton.codec with parameters of type DescribedTypeConstructor
 void DecoderImpl.register(Object descriptor, DescribedTypeConstructor dtc)
           
 void Decoder.register(Object descriptor, DescribedTypeConstructor dtc)
           
 

Constructors in org.apache.qpid.proton.codec with parameters of type DescribedTypeConstructor
DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
           
 

Uses of DescribedTypeConstructor in org.apache.qpid.proton.codec.messaging
 

Classes in org.apache.qpid.proton.codec.messaging that implement DescribedTypeConstructor
 class AcceptedType
           
 class AmqpSequenceType
           
 class AmqpValueType
           
 class ApplicationPropertiesType
           
 class DataType
           
 class DeleteOnCloseType
           
 class DeleteOnNoLinksOrMessagesType
           
 class DeleteOnNoLinksType
           
 class DeleteOnNoMessagesType
           
 class DeliveryAnnotationsType
           
 class FooterType
           
 class HeaderType
           
 class MessageAnnotationsType
           
 class ModifiedType
           
 class PropertiesType
           
 class ReceivedType
           
 class RejectedType
           
 class ReleasedType
           
 class SourceType
           
 class TargetType
           
 

Uses of DescribedTypeConstructor in org.apache.qpid.proton.codec.security
 

Classes in org.apache.qpid.proton.codec.security that implement DescribedTypeConstructor
 class SaslChallengeType
           
 class SaslInitType
           
 class SaslMechanismsType
           
 class SaslOutcomeType
           
 class SaslResponseType
           
 

Uses of DescribedTypeConstructor in org.apache.qpid.proton.codec.transaction
 

Classes in org.apache.qpid.proton.codec.transaction that implement DescribedTypeConstructor
 class CoordinatorType
           
 class DeclaredType
           
 class DeclareType
           
 class DischargeType
           
 class TransactionalStateType
           
 

Uses of DescribedTypeConstructor in org.apache.qpid.proton.codec.transport
 

Classes in org.apache.qpid.proton.codec.transport that implement DescribedTypeConstructor
 class AttachType
           
 class BeginType
           
 class CloseType
           
 class DetachType
           
 class DispositionType
           
 class EndType
           
 class ErrorConditionType
           
 class FlowType
           
 class OpenType
           
 class TransferType
           
 



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