You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/03/21 16:39:41 UTC

svn commit: r520918 - in /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel: builder/package.html impl/package.html package.html pojo/package.html queue/package.html util/package.html

Author: jstrachan
Date: Wed Mar 21 08:39:39 2007
New Revision: 520918

URL: http://svn.apache.org/viewvc?view=rev&rev=520918
Log:
updated the javadoc

Added:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html   (with props)
Modified:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/package.html
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/package.html
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/package.html
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/pojo/package.html
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/queue/package.html

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/package.html?view=diff&rev=520918&r1=520917&r2=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/package.html (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/package.html Wed Mar 21 08:39:39 2007
@@ -19,7 +19,11 @@
 </head>
 <body>
 
-The Camel routing DSL
+The Camel <a href="http://activemq.apache.org/camel/dsl.html">Domain Specific Language</a> for creating
+<a href="http://activemq.apache.org/camel/routes.html">Routes</a>,,
+<a href="http://activemq.apache.org/camel/predicate.html">Predicates</a>,
+<a href="http://activemq.apache.org/camel/expression.html">Expressions</a> and
+<a href="">Error Handlers</a>.
 
 </body>
 </html>

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/package.html?view=diff&rev=520918&r1=520917&r2=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/package.html (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/package.html Wed Mar 21 08:39:39 2007
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-The default implementation classes
+Default implementation classes for Camel Core
 
 </body>
 </html>

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/package.html?view=diff&rev=520918&r1=520917&r2=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/package.html (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/package.html Wed Mar 21 08:39:39 2007
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-The core Camel API and DSL
+The core Camel API
 
 </body>
 </html>

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/pojo/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/pojo/package.html?view=diff&rev=520918&r1=520917&r2=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/pojo/package.html (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/pojo/package.html Wed Mar 21 08:39:39 2007
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-Experimenation/Testing component that defines pojo endpoints for camel.  The exchanges are based on Java reflection.
+A simple Reflection based Camel Component.
 
 </body>
 </html>

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/queue/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/queue/package.html?view=diff&rev=520918&r1=520917&r2=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/queue/package.html (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/queue/package.html Wed Mar 21 08:39:39 2007
@@ -19,7 +19,8 @@
 </head>
 <body>
 
-Defines physical fifo endpoints for camel
+<a href="http://www.eecs.harvard.edu/~mdw/proj/seda/">SEDA</a> based message routing using Java's
+<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Queue.html">Queue</a> interface.
 
 </body>
 </html>

Added: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html?view=auto&rev=520918
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html (added)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html Wed Mar 21 08:39:39 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>
+
+Utility classes used by the core of Camel and useful for Camel component developers
+
+</body>
+</html>

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

Propchange: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/package.html
------------------------------------------------------------------------------
    svn:mime-type = text/html