org.apache.qpid.server.configuration
Interface BindingConfig

All Superinterfaces:
ConfiguredObject<BindingConfigType,BindingConfig>

public interface BindingConfig
extends ConfiguredObject<BindingConfigType,BindingConfig>


Method Summary
 Map<String,Object> getArguments()
           
 String getBindingKey()
           
 ExchangeConfig getExchange()
           
 long getMatches()
           
 String getOrigin()
           
 QueueConfig getQueue()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

getExchange

ExchangeConfig getExchange()

getQueue

QueueConfig getQueue()

getBindingKey

String getBindingKey()

getArguments

Map<String,Object> getArguments()

getOrigin

String getOrigin()

getMatches

long getMatches()


Licensed to the Apache Software Foundation