|
||||||||||
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
DestinationResolver implementation which interprets destination names
as JNDI locations (with a configurable fallback strategy). |
Methods in org.springframework.jms.support.destination that return DestinationResolver | |
---|---|
DestinationResolver |
JmsDestinationAccessor.getDestinationResolver()
Return the DestinationResolver for this accessor. |
Methods in org.springframework.jms.support.destination with parameters of type DestinationResolver | |
---|---|
void |
JmsDestinationAccessor.setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver that is to be used to resolve Destination references for this accessor. |
void |
JndiDestinationResolver.setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)
Set the DestinationResolver to use when falling back to dynamic
destinations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |