org.apache.qpid.server.configuration
Class BindingConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<BindingConfigType,BindingConfig>
      extended by org.apache.qpid.server.configuration.BindingConfigType

public final class BindingConfigType
extends ConfigObjectType<BindingConfigType,BindingConfig>


Nested Class Summary
static interface BindingConfigType.BindingProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<Map<String,Object>> ARGUMENTS
           
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<String> BINDING_KEY_PROPERTY
           
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<ExchangeConfig> EXCHANGE_PROPERTY
           
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<String> ORIGIN_PROPERTY
           
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<QueueConfig> QUEUE_PROPERTY
           
 
Method Summary
static BindingConfigType getInstance()
           
 Collection<BindingConfigType.BindingProperty<?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCHANGE_PROPERTY

public static final org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<ExchangeConfig> EXCHANGE_PROPERTY

QUEUE_PROPERTY

public static final org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<QueueConfig> QUEUE_PROPERTY

BINDING_KEY_PROPERTY

public static final org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<String> BINDING_KEY_PROPERTY

ARGUMENTS

public static final org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<Map<String,Object>> ARGUMENTS

ORIGIN_PROPERTY

public static final org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<String> ORIGIN_PROPERTY
Method Detail

getProperties

public Collection<BindingConfigType.BindingProperty<?>> getProperties()
Specified by:
getProperties in class ConfigObjectType<BindingConfigType,BindingConfig>

getInstance

public static BindingConfigType getInstance()


Licensed to the Apache Software Foundation