You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2010/02/17 16:10:08 UTC

svn commit: r911010 - /qpid/trunk/qpid/python/qpid/messaging.py

Author: rhs
Date: Wed Feb 17 15:10:08 2010
New Revision: 911010

URL: http://svn.apache.org/viewvc?rev=911010&view=rev
Log:
filled out some missing api-doc

Modified:
    qpid/trunk/qpid/python/qpid/messaging.py

Modified: qpid/trunk/qpid/python/qpid/messaging.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/messaging.py?rev=911010&r1=911009&r2=911010&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/messaging.py (original)
+++ qpid/trunk/qpid/python/qpid/messaging.py Wed Feb 17 15:10:08 2010
@@ -941,12 +941,12 @@
 
   @type id: str
   @ivar id: the message id
-  @type user_id: ???
+  @type user_id: str
   @ivar user_id: the user-id of the message producer
-  @type to: ???
-  @ivar to: ???
-  @type reply_to: ???
-  @ivar reply_to: ???
+  @type to: str
+  @ivar to: the destination address
+  @type reply_to: str
+  @ivar reply_to: the address to send replies
   @type correlation_id: str
   @ivar correlation_id: a correlation-id for the message
   @type properties: dict



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org