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 2010/05/23 16:45:43 UTC

svn commit: r947420 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReader.java

Author: veithen
Date: Sun May 23 14:45:42 2010
New Revision: 947420

URL: http://svn.apache.org/viewvc?rev=947420&view=rev
Log:
WSCOMMONS-540: Improved the Javadoc of OMXMLStreamReader.

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

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReader.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReader.java?rev=947420&r1=947419&r2=947420&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReader.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReader.java Sun May 23 14:45:42 2010
@@ -44,7 +44,9 @@ public interface OMXMLStreamReader exten
      * throw OMException if not the value is not supported.
      * 
      * @deprecated To return optimized base64 content as <tt>xop:Include</tt> elements, wrap the
-     *             reader using {@link org.apache.axiom.util.stax.xop.XOPEncodingStreamReader}.
+     *             reader using {@link org.apache.axiom.util.stax.xop.XOPEncodingStreamReader} or
+     *             use the more generic {@link org.apache.axiom.util.stax.xop.XOPUtils#getXOPEncodedStream(XMLStreamReader)}
+     *             method.
      *             This method introduces unnecessary complexity in the {@link XMLStreamReader}
      *             implementation used by Axiom and will be removed in a future release.
      */