|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DestinationResolver | |
|---|---|
| org.springframework.jms.support.destination | Support classes for Spring's JMS framework. |
| Uses of DestinationResolver in org.springframework.jms.support.destination |
|---|
| Classes in org.springframework.jms.support.destination that implement DestinationResolver | |
|---|---|
class |
DynamicDestinationResolver
Simple implementation of the DestinationResolver interface, resolving destination names as dynamic destinations. |
class |
JndiDestinationResolver
Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else. |
| Methods in org.springframework.jms.support.destination that return DestinationResolver | |
|---|---|
DestinationResolver |
JmsDestinationAccessor.getDestinationResolver()
Return the destination resolver for this accessor. |
| Methods in org.springframework.jms.support.destination with parameters of type DestinationResolver | |
|---|---|
void |
JmsDestinationAccessor.setDestinationResolver(DestinationResolver destinationResolver)
Set the destination resolver for this accessor. |
void |
JndiDestinationResolver.setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)
Set the DestinationResolver to use when falling back to dynamic destinations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||