Author: jstrachan
Date: Thu Oct 2 01:55:02 2008
New Revision: 701043
URL: http://svn.apache.org/viewvc?rev=701043&view=rev
Log:
tidied up the javadoc and added links to the bean integration
Removed:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/factory/package.html
Modified:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java
Modified:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java?rev=701043&r1=701042&r2=701043&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
(original)
+++
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
Thu Oct 2 01:55:02 2008
@@ -54,9 +54,19 @@
import static org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException;
/**
- * A post processor to perform injection of [EMAIL PROTECTED] Endpoint} and
- * [EMAIL PROTECTED] Producer} instances together with binding methods
annotated with
- * [EMAIL PROTECTED] MessageDriven @MessageDriven} to a Camel consumer.
+ * A bean post processor which implements the <a
href="http://activemq.apache.org/camel/bean-integration.html">Bean
Integration</a>
+ * features in Camel such as the <a
href="http://activemq.apache.org/camel/bean-injection.html">Bean Injection</a>
of objects like
+ * [EMAIL PROTECTED] Endpoint} and
+ * [EMAIL PROTECTED] org.apache.camel.ProducerTemplate} together with support
for
+ * <a href="http://activemq.apache.org/camel/pojo-consuming.html">POJO
Consuming</a> via the
+ * [EMAIL PROTECTED] org.apache.camel.Consume} and [EMAIL PROTECTED]
org.apache.camel.MessageDriven} annotations along with
+ * <a href="http://activemq.apache.org/camel/pojo-producing.html">POJO
Producing</a> via the
+ * [EMAIL PROTECTED] org.apache.camel.Produce} annotation along with other
annotations such as
+ * [EMAIL PROTECTED] org.apache.camel.RecipientList} for creating <a
href="http://activemq.apache.org/camel/recipientlist-annotation.html">a
Recipient List router via annotations</a>.
+ * <br>
+ * If you use the <camelContext> element in your <a
href="http://activemq.apache.org/camel/spring.html">Spring XML</a>
+ * then one of these bean post processors is implicity installed and
configured for you. So you should never have to
+ * explicitly create or configure one of these instances.
*
* @version $Revision$
*/
Modified:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java?rev=701043&r1=701042&r2=701043&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java
(original)
+++
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java
Thu Oct 2 01:55:02 2008
@@ -148,7 +148,7 @@
/**
* Returns the currently executing main
*
- * @return
+ * @return the current running instance
*/
public static Main getInstance() {
return instance;