|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DestinationChooser | |
|---|---|
| org.apache.servicemix.jms.endpoints | |
| Uses of DestinationChooser in org.apache.servicemix.jms.endpoints |
|---|
| Classes in org.apache.servicemix.jms.endpoints that implement DestinationChooser | |
|---|---|
class |
SimpleDestinationChooser
A simple destination chooser which will use the value of the SimpleDestinationChooser.DESTINATION_KEY
property on the message exchange, or fall back to a default destination |
| Methods in org.apache.servicemix.jms.endpoints that return DestinationChooser | |
|---|---|
DestinationChooser |
JmsProviderEndpoint.getDestinationChooser()
|
DestinationChooser |
AbstractConsumerEndpoint.getDestinationChooser()
|
DestinationChooser |
JmsProviderEndpoint.getReplyDestinationChooser()
|
| Methods in org.apache.servicemix.jms.endpoints with parameters of type DestinationChooser | |
|---|---|
protected javax.jms.Destination |
JmsProviderEndpoint.chooseDestination(javax.jbi.messaging.MessageExchange exchange,
java.lang.Object message,
javax.jms.Session session,
DestinationChooser chooser,
java.lang.Object defaultDestination)
Choose a JMS destination given the chooser, a default destination and name |
void |
JmsProviderEndpoint.setDestinationChooser(DestinationChooser destinationChooser)
Specifies a class implementing logic for choosing the destination used to send messages. |
void |
AbstractConsumerEndpoint.setDestinationChooser(DestinationChooser destinationChooser)
Specifies a class implementing logic for choosing reply destinations. |
void |
JmsProviderEndpoint.setReplyDestinationChooser(DestinationChooser replyDestinationChooser)
Specifies a class implementing logic for choosing the destination used to recieve replies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||