summaryrefslogtreecommitdiff
path: root/java/client
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2007-08-16 08:24:58 +0000
committerArnaud Simon <arnaudsimon@apache.org>2007-08-16 08:24:58 +0000
commit4de352e416e9d35d0a480b28c169aa5c4b618d95 (patch)
tree873e29bc5606f9b4500f0ae86f332230058a2737 /java/client
parent082815b1634d67ae0bbf356025b9e451da0dbdcc (diff)
downloadqpid-python-4de352e416e9d35d0a480b28c169aa5c4b618d95.tar.gz
updated javadoc
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
-rw-r--r--java/client/src/main/java/org/apache/qpidity/client/Session.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/main/java/org/apache/qpidity/client/Session.java b/java/client/src/main/java/org/apache/qpidity/client/Session.java
index 1de6ce7aaa..42f03acc7a 100644
--- a/java/client/src/main/java/org/apache/qpidity/client/Session.java
+++ b/java/client/src/main/java/org/apache/qpidity/client/Session.java
@@ -568,7 +568,7 @@ public interface Session
* @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: {@link Option#AUTO_DELETE}, {@link Option#DURABLE},