INT-2369 package-info IP

INT-2360 package-info Core

INT-2361 package-info AMQP

INT-2362 package-info Event

INT-2363 package-info Feed

INT-2364 package-info File

INT-2365 INT-2380 package-info (S)FTP

INT-2366 package-info GemFire

INT-2367 package-info Groovy

INT-2368 package-info Http

INT-2378 package-info Scripting

INT-2372 package-info JMS
This commit is contained in:
Gary Russell
2012-01-05 10:53:01 -05:00
committed by Mark Fisher
parent 55a6f87bc7
commit b59ee8e352
86 changed files with 350 additions and 0 deletions

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;