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";
 }


Reply via email to