You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by er...@apache.org on 2009/03/31 00:45:43 UTC

svn commit: r760212 - /cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java

Author: ericjohnson
Date: Mon Mar 30 22:45:42 2009
New Revision: 760212

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

Modified:
    cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java

Modified: cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java
URL: http://svn.apache.org/viewvc/cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java?rev=760212&r1=760211&r2=760212&view=diff
==============================================================================
--- cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java (original)
+++ cxf/trunk/api/src/main/java/org/apache/cxf/message/Message.java Mon Mar 30 22:45:42 2009
@@ -103,8 +103,10 @@
     void setAttachments(Collection<Attachment> attachments);
     
     /**
-     * Retrieve the encapsulated content as a particular type (a result type
-     * if message is outbound, a source type if message is inbound)
+     * Retrieve the encapsulated content as a particular type. The content is 
+     * available as a result type if the message is outbound. The content 
+     * is available as a source type if message is inbound. If the content is 
+     * not available as the specified type null is returned.
      * 
      * @param format the expected content format 
      * @return the encapsulated content