Merge pull request #303 from ghillert/INT-2359-GH
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Contains parser classes for the JDBC namespace support.
|
||||
*/
|
||||
package org.springframework.integration.jdbc.config;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Root package of the Spring Integration JDBC module, which contains various
|
||||
* JDBC and Stored Procedure/Function supporting components.
|
||||
*/
|
||||
package org.springframework.integration.jdbc;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides Stored Procedure/Function supporting classes.
|
||||
*/
|
||||
package org.springframework.integration.jdbc.storedproc;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides several {@link org.hamcrest.BaseMatcher} implementations.
|
||||
*/
|
||||
package org.springframework.integration.test.matcher;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides several test support classes including for testing Spring Integration
|
||||
* request-response message scenarios.
|
||||
*/
|
||||
package org.springframework.integration.test.support;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides various test utilities, for example
|
||||
* {@link org.springframework.integration.test.util.TestUtils} provides convenience
|
||||
* helpers to easily retrieve private bean properties.
|
||||
*/
|
||||
package org.springframework.integration.test.util;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Contains parser classes for the Twitter namespace support.
|
||||
*/
|
||||
package org.springframework.integration.twitter.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes used across all Twitter components.
|
||||
*/
|
||||
package org.springframework.integration.twitter.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides inbound Twitter components.
|
||||
*/
|
||||
package org.springframework.integration.twitter.inbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides outbound Twitter components.
|
||||
*/
|
||||
package org.springframework.integration.twitter.outbound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Contains parser classes for the Web Services namespace support.
|
||||
*/
|
||||
package org.springframework.integration.ws.config;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides several inbound and outbound Web Service components. Also contains
|
||||
* support classes (e.g. Header Mapper)
|
||||
*/
|
||||
package org.springframework.integration.ws;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Contains parser classes for the XML namespace support.
|
||||
*/
|
||||
package org.springframework.integration.xml.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Root package of the XML Module.
|
||||
*/
|
||||
package org.springframework.integration.xml;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides {@link org.springframework.integration.xml.result.ResultFactory} that
|
||||
* will return {@link javax.xml.transform.Result}, possibly taking into account
|
||||
* payload instance.
|
||||
*/
|
||||
package org.springframework.integration.xml.result;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides XML message routers.
|
||||
*/
|
||||
package org.springframework.integration.xml.router;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides XML-centric {@link org.springframework.integration.core.MessageSelector}
|
||||
* implementations.
|
||||
*/
|
||||
package org.springframework.integration.xml.selector;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides various {@link org.springframework.integration.xml.source.SourceFactory}
|
||||
* implementations.
|
||||
*/
|
||||
package org.springframework.integration.xml.source;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides implementations of
|
||||
* {@link org.springframework.integration.splitter.AbstractMessageSplitter}.
|
||||
*/
|
||||
package org.springframework.integration.xml.splitter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides Transformer and Enricher implementations.
|
||||
*/
|
||||
package org.springframework.integration.xml.transformer;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides XPath supporting classes.
|
||||
*/
|
||||
package org.springframework.integration.xml.xpath;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Contains parser classes for the XMPP namespace support.
|
||||
*/
|
||||
package org.springframework.integration.xmpp.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes shared across all XMPP components.
|
||||
*/
|
||||
package org.springframework.integration.xmpp.core;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides XMPP inbound Endpoint implementations that extend
|
||||
* {@link org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareEndpoint}.
|
||||
*/
|
||||
package org.springframework.integration.xmpp.inbound;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides XMPP outbound Messagehandler implementations.These components extend
|
||||
* {@link org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareMessageHandler}
|
||||
*/
|
||||
package org.springframework.integration.xmpp.outbound;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Root package of the Spring Integration XMPP Module.
|
||||
*/
|
||||
package org.springframework.integration.xmpp;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Provides XMPP specific support classes. Right now you will find a
|
||||
* {@link org.springframework.integration.xmpp.support.XmppHeaderMapper} implementation
|
||||
* in this package.
|
||||
*/
|
||||
package org.springframework.integration.xmpp.support;
|
||||
Reference in New Issue
Block a user