Consistent formatting of license headers, package javadocs, and import declarations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/**
|
||||
* Annotations and supporting classes for declarative jms listener
|
||||
* endpoint
|
||||
* Annotations and support classes for declarative JMS listener endpoints.
|
||||
*/
|
||||
package org.springframework.jms.annotation;
|
||||
package org.springframework.jms.annotation;
|
||||
|
||||
@@ -24,8 +24,8 @@ import org.springframework.jms.listener.MessageListenerContainer;
|
||||
import org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter;
|
||||
import org.springframework.jms.support.converter.MessageConverter;
|
||||
import org.springframework.messaging.handler.annotation.SendTo;
|
||||
import org.springframework.messaging.handler.invocation.InvocableHandlerMethod;
|
||||
import org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory;
|
||||
import org.springframework.messaging.handler.invocation.InvocableHandlerMethod;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
* with Java configuration and XML schema support.
|
||||
*/
|
||||
package org.springframework.jms.config;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides a PlatformTransactionManager implementation for a single
|
||||
* JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.connection;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.jms.core;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import javax.jms.Destination;
|
||||
|
||||
import org.springframework.messaging.Message;
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core package of the JMS support.
|
||||
* Provides a JmsTemplate class and various callback interfaces.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.core;
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/**
|
||||
*
|
||||
* Classes supporting the {@code org.springframework.jms.core} package.
|
||||
* Contains a base class for JmsTemplate usage.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.core.support;
|
||||
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.listener.adapter;
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package provides JCA-based endpoint management for JMS message listeners.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.listener.endpoint;
|
||||
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package contains the base message listener container facility.
|
||||
* It also offers the DefaultMessageListenerContainer and SimpleMessageListenerContainer
|
||||
* implementations, based on the plain JMS client API.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.listener;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package contains integration classes for JMS,
|
||||
* allowing for Spring-style JMS access.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms;
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
||||
*
|
||||
* <p>Allows the target service to be load-balanced across a number of queue
|
||||
* receivers, and provides a level of indirection between the client and the
|
||||
* service: They only need to agree on a queue name and a service interface.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.remoting;
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ import java.io.Serializable;
|
||||
import java.util.Enumeration;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.jms.BytesMessage;
|
||||
import javax.jms.JMSException;
|
||||
import javax.jms.MapMessage;
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides a MessageConverter abstraction to convert
|
||||
* between Java objects and JMS messages.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.support.converter;
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for Spring's JMS framework.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.support.destination;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package provides generic JMS support classes,
|
||||
* to be used by higher-level classes like JmsTemplate.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.support;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user