INT-2371 - add package-info.java files - XML

See: https://jira.springsource.org/browse/INT-2371

INT-2370 - add package-info.java files - JDBC
Reference: https://jira.springsource.org/browse/INT-2370

Add package-info.java files - Twitter
For reference: https://jira.springsource.org/browse/INT-2383

INT-2386 - add package-info.java files - XMPP
For reference: https://jira.springsource.org/browse/INT-2386

INT-2384 - add package-info.java files - WS
Reference: https://jira.springsource.org/browse/INT-2384

INT-2382 - add package-info.java files - Test
For reference: https://jira.springsource.org/browse/INT-2382
This commit is contained in:
Gunnar Hillert
2012-01-05 12:20:38 -05:00
committed by Mark Fisher
parent 87fdf08fee
commit bd3a93d601
27 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* Contains parser classes for the XML namespace support.
*/
package org.springframework.integration.xml.config;

View File

@@ -0,0 +1,4 @@
/**
* Root package of the XML Module.
*/
package org.springframework.integration.xml;

View File

@@ -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;

View File

@@ -0,0 +1,4 @@
/**
* Provides XML message routers.
*/
package org.springframework.integration.xml.router;

View File

@@ -0,0 +1,5 @@
/**
* Provides XML-centric {@link org.springframework.integration.core.MessageSelector}
* implementations.
*/
package org.springframework.integration.xml.selector;

View File

@@ -0,0 +1,5 @@
/**
* Provides various {@link org.springframework.integration.xml.source.SourceFactory}
* implementations.
*/
package org.springframework.integration.xml.source;

View File

@@ -0,0 +1,5 @@
/**
* Provides implementations of
* {@link org.springframework.integration.splitter.AbstractMessageSplitter}.
*/
package org.springframework.integration.xml.splitter;

View File

@@ -0,0 +1,4 @@
/**
* Provides Transformer and Enricher implementations.
*/
package org.springframework.integration.xml.transformer;

View File

@@ -0,0 +1,4 @@
/**
* Provides XPath supporting classes.
*/
package org.springframework.integration.xml.xpath;