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/05/25 10:15:27 UTC

svn commit: r541581 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java

Author: jstrachan
Date: Fri May 25 01:15:27 2007
New Revision: 541581

URL: http://svn.apache.org/viewvc?view=rev&rev=541581
Log:
yet more javadoc tweaks

Modified:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java?view=diff&rev=541581&r1=541580&r2=541581
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java Fri May 25 01:15:27 2007
@@ -80,7 +80,10 @@
     /**
      * Creates a new <a href="http://activemq.apache.org/camel/polling-consumer.html">Polling Consumer</a>
      * so that the caller can poll message exchanges from the consumer
-     * when it wishes (rather than using the event driven consumer returned by {@link #createConsumer(Processor)}
+     * using {@link PollingConsumer#receive()}, {@link PollingConsumer#receiveNoWait()} or {@link PollingConsumer#receive(long)}
+     * whenever it is ready to do so rather than using the
+     * <a href="http://activemq.apache.org/camel/event-driven-consumer.html">Event Based Consumer</a>
+     * returned by {@link #createConsumer(Processor)}
      *
      * @return a newly created pull consumer
      * @throws Exception if the pull consumer could not be created