You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/04/01 20:22:13 UTC

svn commit: r760998 - in /cxf/branches/2.1.x-fixes: ./ api/src/main/java/org/apache/cxf/message/Message.java

Author: dkulp
Date: Wed Apr  1 18:22:12 2009
New Revision: 760998

URL: http://svn.apache.org/viewvc?rev=760998&view=rev
Log:
Merged revisions 760212 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r760212 | ericjohnson | 2009-03-30 18:45:42 -0400 (Mon, 30 Mar 2009) | 1 line
  
  updated the getContent javadoc
........

Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/api/src/main/java/org/apache/cxf/message/Message.java

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr  1 18:22:12 2009
@@ -1 +1 @@
-/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,758910,759890,759961,759963-759964,759966,760029,760073,760150,760171,760178,760198,760456,760468
+/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,758910,759890,759961,759963-759964,759966,760029,760073,760150,760171,760178,760198,760212,760456,760468

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/api/src/main/java/org/apache/cxf/message/Message.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/api/src/main/java/org/apache/cxf/message/Message.java?rev=760998&r1=760997&r2=760998&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/api/src/main/java/org/apache/cxf/message/Message.java (original)
+++ cxf/branches/2.1.x-fixes/api/src/main/java/org/apache/cxf/message/Message.java Wed Apr  1 18:22:12 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