Package | Description |
---|---|
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 |
---|---|
protected DestinationResolver |
MessageListenerAdapter.getDestinationResolver()
Return the DestinationResolver for this adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageListenerAdapter.setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
|
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)
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. |
Copyright © 2015. All rights reserved.