Author: arnaudsimon
Date: Thu Aug 16 01:24:58 2007
New Revision: 566548

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

Modified:
    
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java

Modified: 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java?view=diff&rev=566548&r1=566547&r2=566548
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
 Thu Aug 16 01:24:58 2007
@@ -568,7 +568,7 @@
      * @param type              Each exchange belongs to one of a set of 
exchange types implemented by the server. The
      *                          exchange types define the functionality of the 
exchange - i.e. how messages are routed
      *                          through it. It is not valid or meaningful to 
attempt to change the type of an existing
-     *                          exchange.
+     *                          exchange. Default exchange types are: direct, 
topic, headers and fanout.
      * @param alternateExchange In the event that a message cannot be routed, 
this is the name of the exchange to which
      *                          the message will be sent.
      * @param options           Set of options (valid options are: [EMAIL 
PROTECTED] Option#AUTO_DELETE}, [EMAIL PROTECTED] Option#DURABLE},


Reply via email to