org.apache.qpid.url
Interface BindingURL

All Known Implementing Classes:
AMQBindingURL

public interface BindingURL


Field Summary
static String OPTION_AUTODELETE
           
static String OPTION_BINDING_KEY
           
static String OPTION_BROWSE
           
static String OPTION_CLIENTID
           
static String OPTION_DURABLE
           
static String OPTION_EXCLUSIVE
           
static String OPTION_ROUTING_KEY
           
static String OPTION_SUBSCRIPTION
           
 
Method Summary
 boolean containsOption(String key)
           
 AMQShortString[] getBindingKeys()
           
 AMQShortString getDestinationName()
           
 AMQShortString getExchangeClass()
           
 AMQShortString getExchangeName()
           
 String getOption(String key)
           
 AMQShortString getQueueName()
           
 AMQShortString getRoutingKey()
           
 String getURL()
           
 String toString()
           
 

Field Detail

OPTION_EXCLUSIVE

static final String OPTION_EXCLUSIVE
See Also:
Constant Field Values

OPTION_AUTODELETE

static final String OPTION_AUTODELETE
See Also:
Constant Field Values

OPTION_DURABLE

static final String OPTION_DURABLE
See Also:
Constant Field Values

OPTION_BROWSE

static final String OPTION_BROWSE
See Also:
Constant Field Values

OPTION_CLIENTID

static final String OPTION_CLIENTID
See Also:
Constant Field Values

OPTION_SUBSCRIPTION

static final String OPTION_SUBSCRIPTION
See Also:
Constant Field Values

OPTION_ROUTING_KEY

static final String OPTION_ROUTING_KEY
See Also:
Constant Field Values

OPTION_BINDING_KEY

static final String OPTION_BINDING_KEY
See Also:
Constant Field Values
Method Detail

getURL

String getURL()

getExchangeClass

AMQShortString getExchangeClass()

getExchangeName

AMQShortString getExchangeName()

getDestinationName

AMQShortString getDestinationName()

getQueueName

AMQShortString getQueueName()

getOption

String getOption(String key)

containsOption

boolean containsOption(String key)

getRoutingKey

AMQShortString getRoutingKey()

getBindingKeys

AMQShortString[] getBindingKeys()

toString

String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation