Merge pull request #300 from garyrussell/INT-2359

This commit is contained in:
Mark Fisher
2012-01-05 14:43:17 -05:00
86 changed files with 350 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides AMQP support classes.
*/
package org.springframework.integration.amqp.support;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to message aggregation.
*/
package org.springframework.integration.aggregator;

View File

@@ -0,0 +1,4 @@
/**
* Provides annotations for annotation-based configuration.
*/
package org.springframework.integration.annotation;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes to support message publication using AOP.
*/
package org.springframework.integration.aop;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes representing various channel types.
*/
package org.springframework.integration.channel;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting annotation-based configuration.
*/
package org.springframework.integration.config.annotation;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides supporting XML-based configuration - parsers, namespace handlers.
*/
package org.springframework.integration.config.xml;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes relating to application context configuration.
*/
package org.springframework.integration.context;

View File

@@ -0,0 +1,4 @@
/**
* Provides core classes.
*/
package org.springframework.integration.core;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides core classes related to Endpoints.
*/
package org.springframework.integration.endpoint;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting SpEL expressions.
*/
package org.springframework.integration.expression;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting the filter pattern.
*/
package org.springframework.integration.filter;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting messaging gateways.
*/
package org.springframework.integration.gateway;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes implementing various types of message handler.
*/
package org.springframework.integration.handler;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting the capture of message history.
*/
package org.springframework.integration.history;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting JSON in Spring Integration.
*/
package org.springframework.integration.json;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to mapping to/from message headers.
*/
package org.springframework.integration.mapping;

View File

@@ -0,0 +1,4 @@
/**
* Provides concrete {@link org.springframework.integration.Message} implementations.
*/
package org.springframework.integration.message;

View File

@@ -0,0 +1,6 @@
/**
* Base package for Spring Integration Core.
*
* Provides fundamental classes.
*/
package org.springframework.integration;

View File

@@ -0,0 +1,5 @@
/**
* Provides classes related to messaging
* using Spring {@link org.springframework.core.io.Resource}s
*/
package org.springframework.integration.resource;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting the router pattern.
*/
package org.springframework.integration.router;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to task scheduling.
*/
package org.springframework.integration.scheduling;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes related to message selection.
*/
package org.springframework.integration.selector;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting the splitter pattern.
*/
package org.springframework.integration.splitter;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes releated to storing messages.
*/
package org.springframework.integration.store;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting channel resolution.
*/
package org.springframework.integration.support.channel;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting message conversion.
*/
package org.springframework.integration.support.converter;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides core utility classes.
*/
package org.springframework.integration.util;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides Event core classes.
*/
package org.springframework.integration.event.core;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting file filtering.
*/
package org.springframework.integration.file.filters;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting file locking.
*/
package org.springframework.integration.file.locking;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting remote file gateways.
*/
package org.springframework.integration.file.remote.gateway;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting remote file message handlers.
*/
package org.springframework.integration.file.remote.handler;

View File

@@ -0,0 +1,4 @@
/**
* Base package for supporting remote files.
*/
package org.springframework.integration.file.remote;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting remote file sessions.
*/
package org.springframework.integration.file.remote.session;

View File

@@ -0,0 +1,5 @@
/**
* Provides classes supporting the synchronization of remote and
* local file directories.
*/
package org.springframework.integration.file.remote.synchronizer;

View File

@@ -0,0 +1,5 @@
/**
* Provides classes supporting the transformation of file contents
* to messages.
*/
package org.springframework.integration.file.transformer;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting FTP file filtering.
*/
package org.springframework.integration.ftp.filters;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting FTP gateways.
*/
package org.springframework.integration.ftp.gateway;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting FTP sessions.
*/
package org.springframework.integration.ftp.session;

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes releated to storing messages.
*/
package org.springframework.integration.gemfire.store;

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting message conversion.
*/
package org.springframework.integration.http.converter;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting multipart HTTP requests.
*/
package org.springframework.integration.http.multipart;

View File

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

View File

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

View File

@@ -0,0 +1,5 @@
/**
* Provides classes to support Http endpoints, including header
* mapping.
*/
package org.springframework.integration.http.support;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Base package for IP (TCP/UDP) Support.
*/
package org.springframework.integration.ip;

View File

@@ -0,0 +1,4 @@
/**
* Base package for TCP Support.
*/
package org.springframework.integration.ip.tcp;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides utilities for IP support.
*/
package org.springframework.integration.ip.util;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Base package for JMS Support.
*/
package org.springframework.integration.jms;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Base package supporting configuration.
*/
package org.springframework.integration.scripting.config;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting JSR223 Scripting.
*/
package org.springframework.integration.scripting.jsr223;

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting SFTP file filtering.
*/
package org.springframework.integration.sftp.filters;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting SFTP gateways.
*/
package org.springframework.integration.sftp.gateway;

View File

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

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting SFTP sessions.
*/
package org.springframework.integration.sftp.session;