INT-2373 package-info JMX

INT-2374 package-info Mail

INT-2375 package-info MongoDB

INT-2376 package-info Redis

INT-2377 package-info RMI

INT-2379 package-info Security

INT-2381 package-info Stream
This commit is contained in:
Gary Russell
2012-01-05 15:03:00 -05:00
committed by Mark Fisher
parent 0ac14b7095
commit 89cdef7a90
18 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.jmx.config;

View File

@@ -0,0 +1,4 @@
/**
* Base package for JMX support.
*/
package org.springframework.integration.jmx;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to Spring Integration managed resources.
*/
package org.springframework.integration.monitor;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.mail.config;

View File

@@ -0,0 +1,4 @@
/**
* Base package for Mail support.
*/
package org.springframework.integration.mail;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to transforming mail messages.
*/
package org.springframework.integration.mail.transformer;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to the MongoDB message store.
*/
package org.springframework.integration.mongodb.store;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to Redis-backed channels.
*/
package org.springframework.integration.redis.channel;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.redis.config;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting inbound endpoints.
*/
package org.springframework.integration.redis.inbound;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting outbound endpoints.
*/
package org.springframework.integration.redis.outbound;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to the Redis message store.
*/
package org.springframework.integration.redis.store;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.rmi.config;

View File

@@ -0,0 +1,4 @@
/**
* Base package for RMI support.
*/
package org.springframework.integration.rmi;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to secured channels.
*/
package org.springframework.integration.security.channel;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers, bean post processors.
*/
package org.springframework.integration.security.config;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.stream.config;

View File

@@ -0,0 +1,4 @@
/**
* Base package for stream support.
*/
package org.springframework.integration.stream;