接口的使用
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中的方法 修饰符和类型 方法 说明 voidAbstractJmsListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)voidDefaultJcaListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)org.springframework.jms.listener中DestinationResolver的使用
返回DestinationResolver的org.springframework.jms.listener中的方法 修饰符和类型 方法 说明 DestinationResolverMessageListenerContainer. getDestinationResolver()Return theDestinationResolverto use to resolve destinations by names.org.springframework.jms.listener.adapter中DestinationResolver的使用
返回DestinationResolver的org.springframework.jms.listener.adapter中的方法 修饰符和类型 方法 说明 protected DestinationResolverAbstractAdaptableMessageListener. getDestinationResolver()Return the DestinationResolver for this adapter.参数类型为DestinationResolver的org.springframework.jms.listener.adapter中的方法 修饰符和类型 方法 说明 DestinationJmsResponse. resolveDestination(DestinationResolver destinationResolver, Session session)Resolve theDestinationto use for this instance.voidAbstractAdaptableMessageListener. 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中的方法 修饰符和类型 方法 说明 DestinationResolverJmsMessageEndpointManager. getDestinationResolver()DestinationResolverStandardJmsActivationSpecFactory. getDestinationResolver()Return theDestinationResolverto use for resolving destinations names.参数类型为DestinationResolver的org.springframework.jms.listener.endpoint中的方法 修饰符和类型 方法 说明 voidJmsMessageEndpointManager. setDestinationResolver(DestinationResolver destinationResolver)Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.voidStandardJmsActivationSpecFactory. 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中的方法 修饰符和类型 方法 说明 voidJmsInvokerClientInterceptor. 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的子接口 修饰符和类型 接口 说明 interfaceCachingDestinationResolverExtension of the DestinationResolver interface, exposing methods for clearing the cache.实现DestinationResolver的org.springframework.jms.support.destination中的类 修饰符和类型 类 说明 classBeanFactoryDestinationResolverDestinationResolverimplementation based on a SpringBeanFactory.classDynamicDestinationResolverSimpleDestinationResolverimplementation resolving destination names as dynamic destinations.classJndiDestinationResolverDestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).返回DestinationResolver的org.springframework.jms.support.destination中的方法 修饰符和类型 方法 说明 DestinationResolverJmsDestinationAccessor. getDestinationResolver()Return the DestinationResolver for this accessor (nevernull).参数类型为DestinationResolver的org.springframework.jms.support.destination中的方法 修饰符和类型 方法 说明 voidJmsDestinationAccessor. setDestinationResolver(DestinationResolver destinationResolver)Set theDestinationResolverthat is to be used to resolveDestinationreferences for this accessor.voidJndiDestinationResolver. setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)Set theDestinationResolverto use when falling back to dynamic destinations.