Updated Branches:
  refs/heads/master 4a8eed585 -> 469e0e37a

[Spring Batch] Improved Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/469e0e37
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/469e0e37
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/469e0e37

Branch: refs/heads/master
Commit: 469e0e37aa9d8882147935a76c7902c095858b2d
Parents: 4a8eed5
Author: Henryk Konsek <hekon...@gmail.com>
Authored: Wed Jun 5 17:00:10 2013 +0200
Committer: Henryk Konsek <hekon...@gmail.com>
Committed: Wed Jun 5 17:00:10 2013 +0200

----------------------------------------------------------------------
 .../spring/batch/support/CamelItemProcessor.java   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/469e0e37/components/camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/support/CamelItemProcessor.java
----------------------------------------------------------------------
diff --git 
a/components/camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/support/CamelItemProcessor.java
 
b/components/camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/support/CamelItemProcessor.java
index ec63bd1..23afe9c 100644
--- 
a/components/camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/support/CamelItemProcessor.java
+++ 
b/components/camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/support/CamelItemProcessor.java
@@ -21,6 +21,10 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.batch.item.ItemProcessor;
 
+/**
+ * Spring Batch {@link ItemProcessor} sending synchronous request to the given 
Camel endpoint. The actual processing of
+ * the item is delegated to the Camel routes.
+ */
 public class CamelItemProcessor<I, O> implements ItemProcessor<I, O> {
 
     private static final transient Logger LOG = 
LoggerFactory.getLogger(CamelItemProcessor.class);

Reply via email to