Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jms Classes and Interfaces - 101 results found.
NameDescriptionTypePackageFramework
AbstractAdaptableMessageListenerAn abstract JMS MessageListener adapter providing the necessaryinfrastructure to extract the payload of a JMS Message.Classorg.springframework.jms.listener.adapterSpring MVC
AbstractJmsListenerContainerFactoryBase JmsListenerContainerFactory for Spring's base container implementation.Classorg.springframework.jms.configSpring MVC
AbstractJmsListenerEndpointBase model for a JMS listener endpointSince:4.Classorg.springframework.jms.configSpring MVC
AbstractJmsListeningContainerCommon base class for all containers which need to implement listeningbased on a JMS Connection (either shared or freshly obtained for each attempt).Classorg.springframework.jms.listenerSpring MVC
AbstractJmsListeningContainer .SharedConnectionNotInitializedExceptionException that indicates that the initial setup of this container'sshared JMS Connection failed.Classorg.springframework.jms.listener.AbstractJmsListeningContainerSpring MVC
AbstractMessageListenerContainerAbstract base class for Spring message listener container implementations.Classorg.springframework.jms.listenerSpring MVC
AbstractPollingMessageListenerContainerBase class for listener container implementations which are based on polling.Classorg.springframework.jms.listenerSpring MVC
BeanFactoryDestinationResolverDestinationResolver implementation based on a Spring BeanFactory.Classorg.springframework.jms.support.destinationSpring MVC
BrowserCallbackCallback for browsing the messages in a JMS queue.Interfaceorg.springframework.jms.coreSpring MVC
CachingConnectionFactorySingleConnectionFactory subclass that adds Sessioncaching as well MessageProducer caching.Classorg.springframework.jms.connectionSpring MVC
CachingDestinationResolverExtension of the DestinationResolver interface,exposing methods for clearing the cache.Interfaceorg.springframework.jms.support.destinationSpring MVC
ChainedExceptionListenerallowing the addition of multiple ExceptionListener instances in order.Classorg.springframework.jms.connectionSpring MVC
ConnectionFactoryUtilsHelper class for managing a JMS ConnectionFactory, in particularfor obtaining transactional JMS resources for a given ConnectionFactory.Classorg.springframework.jms.connectionSpring MVC
ConnectionFactoryUtils .ResourceFactoryCallback interface for resource creation.Interfaceorg.springframework.jms.connection.ConnectionFactoryUtilsSpring MVC
DefaultJcaListenerContainerFactoryA JmsListenerContainerFactory implementation to build aJCA-based JmsMessageEndpointManager.Classorg.springframework.jms.configSpring MVC
DefaultJmsActivationSpecFactoryDefault implementation of the JmsActivationSpecFactory interface.Classorg.springframework.jms.listener.endpointSpring MVC
DefaultJmsListenerContainerFactoryA JmsListenerContainerFactory implementation to build a regularDefaultMessageListenerContainer.Classorg.springframework.jms.configSpring MVC
DefaultMessageListenerContainerMessage listener container variant that uses plain JMS client APIs, specificallya loop of MessageConsumer.Classorg.springframework.jms.listenerSpring MVC
DelegatingConnectionFactoryConnectionFactory implementation that delegates all callsto a given target ConnectionFactory, adapting specificClassorg.springframework.jms.connectionSpring MVC
DestinationResolutionExceptionThrown by a DestinationResolver when it cannot resolve a destination name.Classorg.springframework.jms.support.destinationSpring MVC
DestinationResolverStrategy interface for resolving JMS destinations.Interfaceorg.springframework.jms.support.destinationSpring MVC
DynamicDestinationResolverSimple DestinationResolver implementation resolving destination namesas dynamic destinations.Classorg.springframework.jms.support.destinationSpring MVC
EnableJmsEnable JMS listener annotated endpoints that are created under the coverby a JmsListenerContainerFactory.Classorg.springframework.jms.annotationSpring MVC
IllegalStateExceptionRuntime exception mirroring the JMS IllegalStateException.Classorg.springframework.jmsSpring MVC
InvalidClientIDExceptionRuntime exception mirroring the JMS InvalidClientIDException.Classorg.springframework.jmsSpring MVC
InvalidDestinationExceptionRuntime exception mirroring the JMS InvalidDestinationException.Classorg.springframework.jmsSpring MVC
InvalidSelectorExceptionRuntime exception mirroring the JMS InvalidSelectorException.Classorg.springframework.jmsSpring MVC
JmsAccessorBase class for JmsTemplate and otherJMS-accessing gateway helpers, defining common properties such as theClassorg.springframework.jms.supportSpring MVC
JmsActivationSpecConfigCommon configuration object for activating a JMS message endpoint.Classorg.springframework.jms.listener.endpointSpring MVC
JmsActivationSpecFactoryStrategy interface for creating JCA 1.Interfaceorg.springframework.jms.listener.endpointSpring MVC
JmsBootstrapConfiguration@Configuration class that registers a JmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListener annotation.Classorg.springframework.jms.annotationSpring MVC
JmsDestinationAccessorBase class for JmsTemplate and otherJMS-accessing gateway helpers, adding destination-related properties toClassorg.springframework.jms.support.destinationSpring MVC
JmsExceptionBase class for exception thrown by the framework whenever itencounters a problem related to JMS.Classorg.springframework.jmsSpring MVC
JmsGatewaySupportConvenient super class for application classes that need JMS access.Classorg.springframework.jms.core.supportSpring MVC
JmsHeaderMapperStrategy interface for mapping messaging Message headers to an outboundJMS Message (e.Interfaceorg.springframework.jms.supportSpring MVC
JmsHeadersPre-defined names and prefixes to be used for setting and/or retrievingJMS attributes from/to generic message headers.Interfaceorg.springframework.jms.supportSpring MVC
JmsInvokerClientInterceptorMethodInterceptor for accessing aJMS-based remote service.Classorg.springframework.jms.remotingSpring MVC
JmsInvokerProxyFactoryBeanFactoryBean for JMS invoker proxies.Classorg.springframework.jms.remotingSpring MVC
JmsInvokerServiceExporterJMS message listener that exports the specified service bean as aJMS service endpoint, accessible via a JMS invoker proxy.Classorg.springframework.jms.remotingSpring MVC
JmsListenerAnnotation that marks a method to be the target of a JMS message listener on thespecified destination().Classorg.springframework.jms.annotationSpring MVC
JmsListenerAnnotationBeanPostProcessorBean post-processor that registers methods annotated with JmsListenerto be invoked by a JMS message listener container created under the coverClassorg.springframework.jms.annotationSpring MVC
JmsListenerConfigurerOptional interface to be implemented by a Spring managed bean willingto customize how JMS listener endpoints are configured.Interfaceorg.springframework.jms.annotationSpring MVC
JmsListenerConfigUtilsConfiguration constants for internal sharing across subpackages.Classorg.springframework.jms.configSpring MVC
JmsListenerContainerFactoryFactory of MessageListenerContainer based on aJmsListenerEndpoint definition.Interfaceorg.springframework.jms.configSpring MVC
JmsListenerEndpointModel for a JMS listener endpoint.Interfaceorg.springframework.jms.configSpring MVC
JmsListenerEndpointRegistrarHelper bean for registering JmsListenerEndpoint witha JmsListenerEndpointRegistry.Classorg.springframework.jms.configSpring MVC
JmsListenerEndpointRegistryCreates the necessary MessageListenerContainer instances for theregistered endpoints.Classorg.springframework.jms.configSpring MVC
JmsListenersContainer annotation that aggregates several JmsListener annotations.Classorg.springframework.jms.annotationSpring MVC
JmsMessageEndpointFactoryJMS-specific implementation of the JCA 1.Classorg.springframework.jms.listener.endpointSpring MVC
JmsMessageEndpointFactory .JmsResourceExceptionInternal exception thrown when a ResourceException has been encounteredduring the endpoint invocation.Classorg.springframework.jms.listener.endpoint.JmsMessageEndpointFactorySpring MVC
JmsMessageEndpointManagerExtension of the generic JCA 1.Classorg.springframework.jms.listener.endpointSpring MVC
JmsMessageHeaderAccessorA MessageHeaderAccessorSince:4.Classorg.springframework.jms.supportSpring MVC
JmsMessageOperationsA specialization of MessageSendingOperations, MessageReceivingOperationsand MessageRequestReplyOperations for JMS related operations that allow to specifyInterfaceorg.springframework.jms.coreSpring MVC
JmsMessagingTemplateAn implementation of JmsMessageOperations.Classorg.springframework.jms.coreSpring MVC
JmsNamespaceHandlerfor the JMS namespace.Classorg.springframework.jms.configSpring MVC
JmsOperationsSpecifies a basic set of JMS operations.Interfaceorg.springframework.jms.coreSpring MVC
JmsResourceHolderJMS resource holder, wrapping a JMS Connection and a JMS Session.Classorg.springframework.jms.connectionSpring MVC
JmsResponseReturn type of any JMS listener method used to indicate the actual responsedestination alongside the response itself.Classorg.springframework.jms.listener.adapterSpring MVC
JmsSecurityExceptionRuntime exception mirroring the JMS JMSSecurityException.Classorg.springframework.jmsSpring MVC
JmsTemplateHelper class that simplifies synchronous JMS access code.Classorg.springframework.jms.coreSpring MVC
JmsTransactionManagerPlatformTransactionManager implementationfor a single JMS ConnectionFactory.Classorg.springframework.jms.connectionSpring MVC
JmsUtilsGeneric utility methods for working with JMS.Classorg.springframework.jms.supportSpring MVC
JndiDestinationResolverDestinationResolver implementation which interprets destination namesas JNDI locations (with a configurable fallback strategy).Classorg.springframework.jms.support.destinationSpring MVC
ListenerExecutionFailedExceptionException to be thrown when the execution of a listener method failed.Classorg.springframework.jms.listener.adapterSpring MVC
MappingJackson2MessageConverterMessage converter that uses Jackson 2.Classorg.springframework.jms.support.converterSpring MVC
MarshallingMessageConverterSpring JMS MessageConverter that uses a Marshaller and Unmarshaller.Classorg.springframework.jms.support.converterSpring MVC
MessageConversionExceptionThrown by MessageConverter implementations when the conversionof an object to/from a Message fails.Classorg.springframework.jms.support.converterSpring MVC
MessageConverterStrategy interface that specifies a converter between Java objects and JMS messages.Interfaceorg.springframework.jms.support.converterSpring MVC
MessageCreatorCreates a JMS message given a Session.Interfaceorg.springframework.jms.coreSpring MVC
MessageEOFExceptionRuntime exception mirroring the JMS MessageEOFException.Classorg.springframework.jmsSpring MVC
MessageFormatExceptionRuntime exception mirroring the JMS MessageFormatException.Classorg.springframework.jmsSpring MVC
MessageListenerAdapterMessage listener adapter that delegates the handling of messages to targetlistener methods via reflection, with flexible message type conversion.Classorg.springframework.jms.listener.adapterSpring MVC
MessageListenerContainerInternal abstraction used by the framework representing a messagelistener container.Interfaceorg.springframework.jms.listenerSpring MVC
MessageNotReadableExceptionRuntime exception mirroring the JMS MessageNotReadableException.Classorg.springframework.jmsSpring MVC
MessageNotWriteableExceptionRuntime exception mirroring the JMS MessageNotWriteableException.Classorg.springframework.jmsSpring MVC
MessagePostProcessorTo be used with JmsTemplate's send method that convert an object to a message.Interfaceorg.springframework.jms.coreSpring MVC
MessageTypeConstants that indicate a target message type to convert to: aTextMessage, a BytesMessage,Classorg.springframework.jms.support.converterSpring MVC
MessagingMessageConverterConvert a Message from the messaging abstraction to and from aMessage using an underlying MessageConverterClassorg.springframework.jms.support.converterSpring MVC
MessagingMessageListenerAdapterA MessageListener adapter that invokes a configurableInvocableHandlerMethod.Classorg.springframework.jms.listener.adapterSpring MVC
MethodJmsListenerEndpointA JmsListenerEndpoint providing the method to invoke to processan incoming message for this endpoint.Classorg.springframework.jms.configSpring MVC
ProducerCallbackCallback for sending a message to a JMS destination.Interfaceorg.springframework.jms.coreSpring MVC
ReplyFailureExceptionException to be thrown when the reply of a message failed to be sent.Classorg.springframework.jms.listener.adapterSpring MVC
ResourceAllocationExceptionRuntime exception mirroring the JMS ResourceAllocationException.Classorg.springframework.jmsSpring MVC
SessionAwareMessageListenerVariant of the standard JMS MessageListener interface,offering not only the received Message but also the underlyingInterfaceorg.springframework.jms.listenerSpring MVC
SessionCallbackCallback for executing any number of operations on a providedTo be used with the JmsTemplate.Interfaceorg.springframework.jms.coreSpring MVC
SessionProxySubinterface of Session to be implemented bySession proxies.Interfaceorg.springframework.jms.connectionSpring MVC
SimpleJmsHeaderMapperSimple implementation of JmsHeaderMapper.Classorg.springframework.jms.supportSpring MVC
SimpleJmsListenerContainerFactoryA JmsListenerContainerFactory implementation to build astandard SimpleMessageListenerContainer.Classorg.springframework.jms.configSpring MVC
SimpleJmsListenerEndpointA JmsListenerEndpoint simply providing the MessageListener toinvoke to process an incoming message for this endpoint.Classorg.springframework.jms.configSpring MVC
SimpleMessageConverterA simple message converter which is able to handle TextMessages, BytesMessages,MapMessages, and ObjectMessages.Classorg.springframework.jms.support.converterSpring MVC
SimpleMessageListenerContainerMessage listener container that uses the plain JMS client API'sMessageConsumer.Classorg.springframework.jms.listenerSpring MVC
SingleConnectionFactoryA JMS ConnectionFactory adapter that returns the same Connectionfrom all createConnection() calls, and ignores calls toClassorg.springframework.jms.connectionSpring MVC
SmartConnectionFactoryExtension of the javax.Interfaceorg.springframework.jms.connectionSpring MVC
StandardJmsActivationSpecFactoryStandard implementation of the JmsActivationSpecFactory interface.Classorg.springframework.jms.listener.endpointSpring MVC
SubscriptionNameProviderInterface to be implemented by message listener objects that suggest a specificname for a durable subscription that they might be registered with.Interfaceorg.springframework.jms.listenerSpring MVC
SynchedLocalTransactionFailedExceptionException thrown when a synchronized local transaction failed to complete(after the main transaction has already completed).Classorg.springframework.jms.connectionSpring MVC
TransactionAwareConnectionFactoryProxyProxy for a target JMS ConnectionFactory, adding awareness ofSpring-managed transactions.Classorg.springframework.jms.connectionSpring MVC
TransactionInProgressExceptionRuntime exception mirroring the JMS TransactionInProgressException.Classorg.springframework.jmsSpring MVC
TransactionRolledBackExceptionRuntime exception mirroring the JMS TransactionRolledBackException.Classorg.springframework.jmsSpring MVC
UncategorizedJmsExceptionJmsException to be thrown when no other matching subclass found.Classorg.springframework.jmsSpring MVC
UserCredentialsConnectionFactoryAdapterAn adapter for a target JMS ConnectionFactory, applying thegiven user credentials to every standard createConnection() call,Classorg.springframework.jms.connectionSpring MVC