You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/06/26 10:19:38 UTC

svn commit: r550734 - in /activemq/camel/trunk/components: camel-cxf/src/main/java/org/apache/camel/component/cxf/ camel-ftp/src/main/java/org/apache/camel/component/file/remote/ camel-http/src/main/java/org/apache/camel/component/http/ camel-irc/src/m...

Author: jstrachan
Date: Tue Jun 26 01:19:37 2007
New Revision: 550734

URL: http://svn.apache.org/viewvc?view=rev&rev=550734
Log:
tidied up the javadoc

Added:
    activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html   (with props)
    activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/package.html
      - copied, changed from r550718, activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html
    activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html   (with props)
Modified:
    activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
    activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
    activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html
    activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
    activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java
    activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcComponent.java
    activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java

Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java (original)
+++ activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java Tue Jun 26 01:19:37 2007
@@ -32,6 +32,8 @@
 import org.xmlsoap.schemas.wsdl.http.AddressType;
 
 /**
+ * Defines the <a href="http://activemq.apache.org/camel/cxf.html">CXF Component</a>
+
  * @version $Revision$
  */
 public class CxfComponent extends DefaultComponent<CxfExchange> {

Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java (original)
+++ activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java Tue Jun 26 01:19:37 2007
@@ -27,7 +27,7 @@
 import org.apache.cxf.transport.local.LocalTransportFactory;
 
 /**
- * The endpoint in the service engine
+ * Defines the <a href="http://activemq.apache.org/camel/cxf.html">CXF Endpoint</a>
  *
  * @version $Revision$
  */

Added: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html?view=auto&rev=550734
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html (added)
+++ activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html Tue Jun 26 01:19:37 2007
@@ -0,0 +1,25 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+    http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+Defines the <a href="http://activemq.apache.org/camel/cxf.html">CXF Component</a>
+
+</body>
+</html>

Propchange: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html (original)
+++ activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html Tue Jun 26 01:19:37 2007
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-Defines the File transport for communicating with Remote Files
+Defines the File transport for communicating with Remote Files and <a href="http://activemq.apache.org/camel/ftp.html">FTP</a>
 
 </body>
 </html>

Modified: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java (original)
+++ activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java Tue Jun 26 01:19:37 2007
@@ -23,6 +23,8 @@
 import org.apache.camel.impl.DefaultComponent;
 
 /**
+ * Defines the <a href="http://activemq.apache.org/camel/http.html">HTTP Component</a>
+ *
  * @version $Revision$
  */
 public class HttpComponent extends DefaultComponent<HttpExchange> {

Modified: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java (original)
+++ activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java Tue Jun 26 01:19:37 2007
@@ -30,7 +30,7 @@
 import org.apache.camel.impl.DefaultEndpoint;
 
 /**
- * Represents a HTTP based Endpoint
+ * Represents a <a href="http://activemq.apache.org/camel/http.html">HTTP endpoint</a>
  *
  * @version $Revision$
  */

Copied: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/package.html (from r550718, activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html)
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/package.html?view=diff&rev=550734&p1=activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html&r1=550718&p2=activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/package.html&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/package.html (original)
+++ activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/package.html Tue Jun 26 01:19:37 2007
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-Defines the File transport for communicating with Remote Files
+Defines the <a href="http://activemq.apache.org/camel/http.html">HTTP Component</a>
 
 </body>
 </html>

Modified: activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcComponent.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcComponent.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcComponent.java (original)
+++ activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcComponent.java Tue Jun 26 01:19:37 2007
@@ -29,6 +29,11 @@
 import java.util.HashMap;
 import java.util.Map;
 
+/**
+ * Defines the <a href="http://activemq.apache.org/camel/irc.html">IRC Component</a>
+ *
+ * @version $Revision:$
+ */
 public class IrcComponent extends DefaultComponent<IrcExchange> {
     private static final transient Log log = LogFactory.getLog(IrcComponent.class);
     private IrcConfiguration configuration;

Modified: activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java?view=diff&rev=550734&r1=550733&r2=550734
==============================================================================
--- activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java (original)
+++ activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java Tue Jun 26 01:19:37 2007
@@ -22,6 +22,11 @@
 import org.schwering.irc.lib.IRCModeParser;
 import org.schwering.irc.lib.IRCUser;
 
+/**
+ * Defines the <a href="http://activemq.apache.org/camel/irc.html">IRC Endpoint</a>
+ *
+ * @version $Revision:$
+ */
 public class IrcEndpoint extends DefaultEndpoint<IrcExchange> {
     private IrcBinding binding;
     private IrcConfiguration configuration;

Added: activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html?view=auto&rev=550734
==============================================================================
--- activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html (added)
+++ activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html Tue Jun 26 01:19:37 2007
@@ -0,0 +1,25 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+    http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+Defines the <a href="http://activemq.apache.org/camel/irc.html">IRC Component</a>
+
+</body>
+</html>

Propchange: activemq/camel/trunk/components/camel-irc/src/main/java/org/apache/camel/component/irc/package.html
------------------------------------------------------------------------------
    svn:eol-style = native