Merge pull request #300 from garyrussell/INT-2359
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to AMQP-backed channels.
|
||||
*/
|
||||
package org.springframework.integration.amqp.channel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, factory beans.
|
||||
*/
|
||||
package org.springframework.integration.amqp.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.amqp.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting outbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.amqp.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for AMQP support.
|
||||
*/
|
||||
package org.springframework.integration.amqp;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides AMQP support classes.
|
||||
*/
|
||||
package org.springframework.integration.amqp.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to message aggregation.
|
||||
*/
|
||||
package org.springframework.integration.aggregator;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides annotations for annotation-based configuration.
|
||||
*/
|
||||
package org.springframework.integration.annotation;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes to support message publication using AOP.
|
||||
*/
|
||||
package org.springframework.integration.aop;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to channel interception.
|
||||
*/
|
||||
package org.springframework.integration.channel.interceptor;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes representing various channel types.
|
||||
*/
|
||||
package org.springframework.integration.channel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting annotation-based configuration.
|
||||
*/
|
||||
package org.springframework.integration.config.annotation;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for configuration.
|
||||
*/
|
||||
package org.springframework.integration.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides supporting XML-based configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.config.xml;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes relating to application context configuration.
|
||||
*/
|
||||
package org.springframework.integration.context;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides core classes.
|
||||
*/
|
||||
package org.springframework.integration.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to dispatching messages.
|
||||
*/
|
||||
package org.springframework.integration.dispatcher;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides core classes related to Endpoints.
|
||||
*/
|
||||
package org.springframework.integration.endpoint;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting SpEL expressions.
|
||||
*/
|
||||
package org.springframework.integration.expression;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting the filter pattern.
|
||||
*/
|
||||
package org.springframework.integration.filter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting messaging gateways.
|
||||
*/
|
||||
package org.springframework.integration.gateway;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes implementing various types of message handler.
|
||||
*/
|
||||
package org.springframework.integration.handler;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting the capture of message history.
|
||||
*/
|
||||
package org.springframework.integration.history;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting JSON in Spring Integration.
|
||||
*/
|
||||
package org.springframework.integration.json;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to mapping to/from message headers.
|
||||
*/
|
||||
package org.springframework.integration.mapping;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides concrete {@link org.springframework.integration.Message} implementations.
|
||||
*/
|
||||
package org.springframework.integration.message;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Base package for Spring Integration Core.
|
||||
*
|
||||
* Provides fundamental classes.
|
||||
*/
|
||||
package org.springframework.integration;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides classes related to messaging
|
||||
* using Spring {@link org.springframework.core.io.Resource}s
|
||||
*/
|
||||
package org.springframework.integration.resource;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting the router pattern.
|
||||
*/
|
||||
package org.springframework.integration.router;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to task scheduling.
|
||||
*/
|
||||
package org.springframework.integration.scheduling;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes related to message selection.
|
||||
*/
|
||||
package org.springframework.integration.selector;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting the splitter pattern.
|
||||
*/
|
||||
package org.springframework.integration.splitter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes releated to storing messages.
|
||||
*/
|
||||
package org.springframework.integration.store;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting channel resolution.
|
||||
*/
|
||||
package org.springframework.integration.support.channel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting message conversion.
|
||||
*/
|
||||
package org.springframework.integration.support.converter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base core support package.
|
||||
*/
|
||||
package org.springframework.integration.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides core utility classes.
|
||||
*/
|
||||
package org.springframework.integration.util;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.event.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides Event core classes.
|
||||
*/
|
||||
package org.springframework.integration.event.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.event.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting outbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.event.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.feed.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.feed.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, factory beans.
|
||||
*/
|
||||
package org.springframework.integration.file.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting file filtering.
|
||||
*/
|
||||
package org.springframework.integration.file.filters;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting file locking.
|
||||
*/
|
||||
package org.springframework.integration.file.locking;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting remote file gateways.
|
||||
*/
|
||||
package org.springframework.integration.file.remote.gateway;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting remote file message handlers.
|
||||
*/
|
||||
package org.springframework.integration.file.remote.handler;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for supporting remote files.
|
||||
*/
|
||||
package org.springframework.integration.file.remote;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting remote file sessions.
|
||||
*/
|
||||
package org.springframework.integration.file.remote.session;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides classes supporting the synchronization of remote and
|
||||
* local file directories.
|
||||
*/
|
||||
package org.springframework.integration.file.remote.synchronizer;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides classes supporting the transformation of file contents
|
||||
* to messages.
|
||||
*/
|
||||
package org.springframework.integration.file.transformer;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.ftp.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting FTP file filtering.
|
||||
*/
|
||||
package org.springframework.integration.ftp.filters;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting FTP gateways.
|
||||
*/
|
||||
package org.springframework.integration.ftp.gateway;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.ftp.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting FTP sessions.
|
||||
*/
|
||||
package org.springframework.integration.ftp.session;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.gemfire.config.xml;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.gemfire.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting outbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.gemfire.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes releated to storing messages.
|
||||
*/
|
||||
package org.springframework.integration.gemfire.store;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, factory beans.
|
||||
*/
|
||||
package org.springframework.integration.groovy.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for Groovy support.
|
||||
*/
|
||||
package org.springframework.integration.groovy;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.http.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting message conversion.
|
||||
*/
|
||||
package org.springframework.integration.http.converter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.http.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting multipart HTTP requests.
|
||||
*/
|
||||
package org.springframework.integration.http.multipart;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting outbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.http.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for Http support.
|
||||
*/
|
||||
package org.springframework.integration.http;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides classes to support Http endpoints, including header
|
||||
* mapping.
|
||||
*/
|
||||
package org.springframework.integration.http.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, factory beans.
|
||||
*/
|
||||
package org.springframework.integration.ip.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for IP (TCP/UDP) Support.
|
||||
*/
|
||||
package org.springframework.integration.ip;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for TCP Support.
|
||||
*/
|
||||
package org.springframework.integration.ip.tcp;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for UDP support.
|
||||
*/
|
||||
package org.springframework.integration.ip.udp;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides utilities for IP support.
|
||||
*/
|
||||
package org.springframework.integration.ip.util;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers, factory beans.
|
||||
*/
|
||||
package org.springframework.integration.jms.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for JMS Support.
|
||||
*/
|
||||
package org.springframework.integration.jms;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.scripting.config.jsr223;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package supporting configuration.
|
||||
*/
|
||||
package org.springframework.integration.scripting.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting JSR223 Scripting.
|
||||
*/
|
||||
package org.springframework.integration.scripting.jsr223;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for scripting support.
|
||||
*/
|
||||
package org.springframework.integration.scripting;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes for configuration - parsers, namespace handlers.
|
||||
*/
|
||||
package org.springframework.integration.sftp.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting SFTP file filtering.
|
||||
*/
|
||||
package org.springframework.integration.sftp.filters;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting SFTP gateways.
|
||||
*/
|
||||
package org.springframework.integration.sftp.gateway;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting inbound endpoints.
|
||||
*/
|
||||
package org.springframework.integration.sftp.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting SFTP sessions.
|
||||
*/
|
||||
package org.springframework.integration.sftp.session;
|
||||
Reference in New Issue
Block a user