You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/07/22 00:11:01 UTC

svn commit: r796562 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java

Author: veithen
Date: Tue Jul 21 22:11:00 2009
New Revision: 796562

URL: http://svn.apache.org/viewvc?rev=796562&view=rev
Log:
Deprecated some old stuff.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java?rev=796562&r1=796561&r2=796562&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMConstants.java Tue Jul 21 22:11:00 2009
@@ -29,7 +29,14 @@
     String SWA_TYPE = "text/xml";
     String SWA_TYPE_12 = "application/soap+xml";
 
-    /** <code>rootPart</code> is used as the key for the root BodyPart in the Parts HashMap */
+    /**
+     * @deprecated 
+     */
     String ROOT_PART = "SoapPart";
+    
+    /**
+     * @deprecated This was used in old versions of Axis2 as the key identifying the attachments map
+     *             in the message context. You should no longer use this.
+     */
     String ATTACHMENTS = "Attachments";
 }