接口的使用
org.springframework.jms.support.destination.DestinationResolver
使用DestinationResolver的程序包 程序包 说明 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.org.springframework.jms.config中DestinationResolver的使用
参数类型为DestinationResolver的org.springframework.jms.config中的方法 修饰符和类型 方法 说明 void
AbstractJmsListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)
void
DefaultJcaListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)
org.springframework.jms.listener中DestinationResolver的使用
返回DestinationResolver的org.springframework.jms.listener中的方法 修饰符和类型 方法 说明 DestinationResolver
MessageListenerContainer. getDestinationResolver()
Return theDestinationResolver
to use to resolve destinations by names.org.springframework.jms.listener.adapter中DestinationResolver的使用
返回DestinationResolver的org.springframework.jms.listener.adapter中的方法 修饰符和类型 方法 说明 protected DestinationResolver
AbstractAdaptableMessageListener. getDestinationResolver()
Return the DestinationResolver for this adapter.参数类型为DestinationResolver的org.springframework.jms.listener.adapter中的方法 修饰符和类型 方法 说明 Destination
JmsResponse. resolveDestination(DestinationResolver destinationResolver, Session session)
Resolve theDestination
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.org.springframework.jms.listener.endpoint中DestinationResolver的使用
返回DestinationResolver的org.springframework.jms.listener.endpoint中的方法 修饰符和类型 方法 说明 DestinationResolver
JmsMessageEndpointManager. getDestinationResolver()
DestinationResolver
StandardJmsActivationSpecFactory. getDestinationResolver()
Return theDestinationResolver
to use for resolving destinations names.参数类型为DestinationResolver的org.springframework.jms.listener.endpoint中的方法 修饰符和类型 方法 说明 void
JmsMessageEndpointManager. setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.void
StandardJmsActivationSpecFactory. setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.org.springframework.jms.remoting中DestinationResolver的使用
参数类型为DestinationResolver的org.springframework.jms.remoting中的方法 修饰符和类型 方法 说明 void
JmsInvokerClientInterceptor. setDestinationResolver(DestinationResolver destinationResolver)
Set the DestinationResolver that is to be used to resolve Queue references for this accessor.org.springframework.jms.support.destination中DestinationResolver的使用
org.springframework.jms.support.destination中DestinationResolver的子接口 修饰符和类型 接口 说明 interface
CachingDestinationResolver
Extension of the DestinationResolver interface, exposing methods for clearing the cache.实现DestinationResolver的org.springframework.jms.support.destination中的类 修饰符和类型 类 说明 class
BeanFactoryDestinationResolver
DestinationResolver
implementation based on a SpringBeanFactory
.class
DynamicDestinationResolver
SimpleDestinationResolver
implementation resolving destination names as dynamic destinations.class
JndiDestinationResolver
DestinationResolver
implementation which interprets destination names as JNDI locations (with a configurable fallback strategy).返回DestinationResolver的org.springframework.jms.support.destination中的方法 修饰符和类型 方法 说明 DestinationResolver
JmsDestinationAccessor. getDestinationResolver()
Return the DestinationResolver for this accessor (nevernull
).参数类型为DestinationResolver的org.springframework.jms.support.destination中的方法 修饰符和类型 方法 说明 void
JmsDestinationAccessor. setDestinationResolver(DestinationResolver destinationResolver)
Set theDestinationResolver
that is to be used to resolveDestination
references for this accessor.void
JndiDestinationResolver. setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)
Set theDestinationResolver
to use when falling back to dynamic destinations.