|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueBrowseStrategy | |
|---|---|
| org.apache.camel.component.jms | Defines the JMS Component |
| Uses of QueueBrowseStrategy in org.apache.camel.component.jms |
|---|
| Classes in org.apache.camel.component.jms that implement QueueBrowseStrategy | |
|---|---|
class |
DefaultQueueBrowseStrategy
A default implementation of queue browsing using the Spring 2.5.x BrowserCallback |
| Methods in org.apache.camel.component.jms that return QueueBrowseStrategy | |
|---|---|
protected QueueBrowseStrategy |
JmsQueueEndpoint.createQueueBrowseStrategy()
|
QueueBrowseStrategy |
JmsComponent.getQueueBrowseStrategy()
|
protected static QueueBrowseStrategy |
JmsComponent.tryCreateDefaultQueueBrowseStrategy(CamelContext context)
Attempts to instantiate the default QueueBrowseStrategy which
should work fine if Spring 2.5.x or later is on the classpath but this
will fail if 2.0.x are on the classpath. |
| Methods in org.apache.camel.component.jms with parameters of type QueueBrowseStrategy | |
|---|---|
void |
JmsComponent.setQueueBrowseStrategy(QueueBrowseStrategy queueBrowseStrategy)
|
| Constructors in org.apache.camel.component.jms with parameters of type QueueBrowseStrategy | |
|---|---|
JmsQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration,
QueueBrowseStrategy queueBrowseStrategy)
|
|
JmsQueueEndpoint(String endpointUri,
String destination,
QueueBrowseStrategy queueBrowseStrategy)
|
|
JmsTemporaryQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration,
QueueBrowseStrategy queueBrowseStrategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||