Package | Description |
---|---|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.jms.listener.adapter |
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
org.springframework.jms.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
org.springframework.jms.support.destination |
Support classes for Spring's JMS framework.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJmsListenerContainerFactory.setDestinationResolver(DestinationResolver destinationResolver) |
void |
DefaultJcaListenerContainerFactory.setDestinationResolver(DestinationResolver destinationResolver) |
Modifier and Type | Method and Description |
---|---|
DestinationResolver |
MessageListenerContainer.getDestinationResolver()
Return the
DestinationResolver to use to resolve
destinations by names. |
Modifier and Type | Method and Description |
---|---|
protected DestinationResolver |
AbstractAdaptableMessageListener.getDestinationResolver()
Return the DestinationResolver for this adapter.
|
Modifier and Type | Method and Description |
---|---|
Destination |
JmsResponse.resolveDestination(DestinationResolver destinationResolver,
Session session)
Resolve the
Destination to use for this instance. |
void |
AbstractAdaptableMessageListener.setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
|
Modifier and Type | Method and Description |
---|---|
DestinationResolver |
StandardJmsActivationSpecFactory.getDestinationResolver()
Return the
DestinationResolver to use for resolving destinations names. |
DestinationResolver |
JmsMessageEndpointManager.getDestinationResolver() |
Modifier and Type | Method and Description |
---|---|
void |
StandardJmsActivationSpecFactory.setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
|
void |
JmsMessageEndpointManager.setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsInvokerClientInterceptor.setDestinationResolver(DestinationResolver destinationResolver)
Deprecated.
Set the DestinationResolver that is to be used to resolve Queue
references for this accessor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CachingDestinationResolver
Extension of the DestinationResolver interface,
exposing methods for clearing the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryDestinationResolver
DestinationResolver implementation based on a Spring BeanFactory . |
class |
DynamicDestinationResolver
Simple
DestinationResolver implementation resolving destination names
as dynamic destinations. |
class |
JndiDestinationResolver
DestinationResolver implementation which interprets destination names
as JNDI locations (with a configurable fallback strategy). |
Modifier and Type | Method and Description |
---|---|
DestinationResolver |
JmsDestinationAccessor.getDestinationResolver()
Return the DestinationResolver for this accessor (never
null ). |
Modifier and Type | Method and Description |
---|---|
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. |