RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support package for declarative messaging configuration,
|
||||
* with XML schema being the primary configuration format.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.config;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support package for declarative messaging configuration,
|
||||
with XML schema being the primary configuration format.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides a PlatformTransactionManager implementation for a single
|
||||
* JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.connection;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Provides a PlatformTransactionManager implementation for a single
|
||||
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core package of the JMS support.
|
||||
* Provides a JmsTemplate class and various callback interfaces.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.core;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Core package of the JMS support.
|
||||
Provides a JmsTemplate class and various callback interfaces.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package provides JCA-based endpoint management for JMS message listeners.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.listener.endpoint;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package provides JCA-based endpoint management for JMS message listeners.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package contains integration classes for JMS,
|
||||
* allowing for Spring-style JMS access.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package contains integration classes for JMS,
|
||||
allowing for Spring-style JMS access.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides a MessageConverter abstraction to convert
|
||||
* between Java objects and JMS messages.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.support.converter;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Provides a MessageConverter abstraction to convert
|
||||
between Java objects and JMS messages.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for Spring's JMS framework.
|
||||
*
|
||||
*/
|
||||
package org.springframework.jms.support.destination;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for Spring's JMS framework.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package provides generic JMS support classes,
|
||||
to be used by higher-level classes like JmsTemplate.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user