org.apache.qpid.server.configuration
Class BindingConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<BindingConfigType,BindingConfig>
org.apache.qpid.server.configuration.BindingConfigType
public final class BindingConfigType
- extends ConfigObjectType<BindingConfigType,BindingConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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