RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'

* Applied patch submitted by Carlos Zuniga
This commit is contained in:
Chris Beams
2009-06-01 04:14:22 +00:00
parent f3e6242568
commit a9696c7282
499 changed files with 2627 additions and 2420 deletions

View File

@@ -0,0 +1,9 @@
/**
*
* Support package for declarative messaging configuration,
* with XML schema being the primary configuration format.
*
*/
package org.springframework.jms.config;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Support package for declarative messaging configuration,
with XML schema being the primary configuration format.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Provides a PlatformTransactionManager implementation for a single
* JMS ConnectionFactory, and a SingleConnectionFactory adapter.
*
*/
package org.springframework.jms.connection;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Core package of the JMS support.
* Provides a JmsTemplate class and various callback interfaces.
*
*/
package org.springframework.jms.core;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Core package of the JMS support.
Provides a JmsTemplate class and various callback interfaces.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Classes supporting the <code>org.springframework.jms.core</code> package.
* Contains a base class for JmsTemplate usage.
*
*/
package org.springframework.jms.core.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Classes supporting the <code>org.springframework.jms.core</code> package.
Contains a base class for JmsTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* 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;

View File

@@ -1,9 +0,0 @@
<html>
<body>
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.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* This package provides JCA-based endpoint management for JMS message listeners.
*
*/
package org.springframework.jms.listener.endpoint;

View File

@@ -1,7 +0,0 @@
<html>
<body>
This package provides JCA-based endpoint management for JMS message listeners.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* 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;

View File

@@ -1,9 +0,0 @@
<html>
<body>
This package contains the base message listener container facility.
It also offers the DefaultMessageListenerContainer and SimpleMessageListenerContainer
implementations, based on the plain JMS client API.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* This package contains integration classes for JMS,
* allowing for Spring-style JMS access.
*
*/
package org.springframework.jms;

View File

@@ -1,8 +0,0 @@
<html>
<body>
This package contains integration classes for JMS,
allowing for Spring-style JMS access.
</body>
</html>

View File

@@ -0,0 +1,12 @@
/**
*
* 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;

View File

@@ -1,11 +0,0 @@
<html>
<body>
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.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Provides a MessageConverter abstraction to convert
* between Java objects and JMS messages.
*
*/
package org.springframework.jms.support.converter;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Support classes for Spring's JMS framework.
*
*/
package org.springframework.jms.support.destination;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Support classes for Spring's JMS framework.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* This package provides generic JMS support classes,
* to be used by higher-level classes like JmsTemplate.
*
*/
package org.springframework.jms.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
</body>
</html>