Updated Branches: refs/heads/master ce1dbb4c8 -> c83e23c0c
Added some comments on the MyProcessor of camel-cxf unit test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/351d80e5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/351d80e5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/351d80e5 Branch: refs/heads/master Commit: 351d80e55244aaad79ce8036ebc67115dbb68ae1 Parents: ce1dbb4 Author: Willem Jiang <ningji...@apache.org> Authored: Tue Jun 25 09:23:09 2013 +0800 Committer: Willem Jiang <ningji...@apache.org> Committed: Tue Jun 25 09:23:51 2013 +0800 ---------------------------------------------------------------------- .../apache/camel/component/cxf/wssecurity/camel/MyProcessor.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/351d80e5/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/camel/MyProcessor.java ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/camel/MyProcessor.java b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/camel/MyProcessor.java index 06bc461..c53f06d 100644 --- a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/camel/MyProcessor.java +++ b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/camel/MyProcessor.java @@ -8,6 +8,10 @@ import javax.xml.soap.SOAPMessage; import org.apache.camel.Exchange; import org.apache.camel.Processor; +/** + * This processor is used to create a new SOAPMessage from the in message stream + * which will be used as output message. + */ public class MyProcessor implements Processor { @Override