Author: davsclaus
Date: Sat Apr  5 08:16:55 2008
New Revision: 645117

URL: http://svn.apache.org/viewvc?rev=645117&view=rev
Log:
javadoc polishing (adding missing package.html)

Added:
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/log/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/bean/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/package.html
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/resequencer/package.html
Modified:
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/stream/StreamCache.java
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCachingInterceptor.java

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/log/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/log/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/log/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/log/package.html
 Sat Apr  5 08:16:55 2008
@@ -0,0 +1,26 @@
+<!--
+    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>
+
+The <a href="http://activemq.apache.org/camel/log.html";>Log Component</a> uses 
Jakarta Commons Logging to log message exchanges.
+
+
+</body>
+</html>

Modified: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/stream/StreamCache.java
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/stream/StreamCache.java?rev=645117&r1=645116&r2=645117&view=diff
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/stream/StreamCache.java
 (original)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/stream/StreamCache.java
 Sat Apr  5 08:16:55 2008
@@ -20,7 +20,10 @@
 
 /**
  * Tagging interface to indicate that a type is capable of caching the 
underlying data stream.
- * This is a useful feature for avoid message re-readability issues.  This 
interface is mainly used by the [EMAIL PROTECTED] StreamCachingInterceptor} for 
determining if/how to wrap a stream-based message.
+ * <p/>
+ * This is a useful feature for avoid message re-readability issues.
+ * This interface is mainly used by the [EMAIL PROTECTED] 
StreamCachingInterceptor} for determining if/how to wrap a
+ * stream-based message.
  */
 public interface StreamCache {
 

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/bean/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/bean/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/bean/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/bean/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Camel <a href="http://activemq.apache.org/camel/bean-language.html";>Bean</a> 
language.
+
+</body>
+</html>

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/package.html
 Sat Apr  5 08:16:55 2008
@@ -0,0 +1,26 @@
+<!--
+    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>
+
+Camel language support such as <a 
href="http://activemq.apache.org/camel/bean-language.html";>Bean</a>
+and <a href="http://activemq.apache.org/camel/simple.html";>Simple</a> language.
+
+</body>
+</html>

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Camel <a href="http://activemq.apache.org/camel/simple.html";>Simple</a> 
language.
+
+</body>
+</html>

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Camel JMX export services.
+
+</body>
+</html>

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Exception policy startegies for <a 
href="http://activemq.apache.org/camel/dead-letter-channel.html";>Dead Letter 
Channel</a> pattern.
+
+</body>
+</html>

Modified: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCachingInterceptor.java
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCachingInterceptor.java?rev=645117&r1=645116&r2=645117&view=diff
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCachingInterceptor.java
 (original)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCachingInterceptor.java
 Sat Apr  5 08:16:55 2008
@@ -49,8 +49,9 @@
     }
 
     /**
-     * Remove this interceptor from the given list of interceptors
-     * @param interceptors the list of interceptos
+     * Remove the [EMAIL PROTECTED] StreamCachingInterceptor} type of 
interceptor from the given list of interceptors
+     *
+     * @param interceptors the list of interceptors
      */
     public static void noStreamCaching(List<InterceptorType> interceptors) {
         for (int i = 0; i < interceptors.size(); i++) {

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Helper classes for interceptors.
+
+</body>
+</html>

Added: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/resequencer/package.html
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/resequencer/package.html?rev=645117&view=auto
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/resequencer/package.html
 (added)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/resequencer/package.html
 Sat Apr  5 08:16:55 2008
@@ -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>
+
+Helper classes for the <a 
href="http://activemq.apache.org/camel/resequencer.html";>Resequencer</a> 
pattern.
+
+</body>
+</html>


Reply via email to