Author: veithen
Date: Wed Apr 15 18:50:53 2009
New Revision: 765303
URL: http://svn.apache.org/viewvc?rev=765303&view=rev
Log:
Deprecated org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory: it is
located in the wrong package/JAR and is not really useful (and also not much
used).
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java?rev=765303&r1=765302&r2=765303&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java
Wed Apr 15 18:50:53 2009
@@ -26,7 +26,14 @@
import javax.xml.stream.XMLStreamReader;
-/** Class OMXMLBuilderFactory */
+/**
+ * Class OMXMLBuilderFactory
+ *
+ * @deprecated This class is deprecated because it is located in the wrong
package and JAR
+ * (it is implementation independent but belongs to LLOM). Please
use
+ * the constructors of {...@link StAXOMBuilder} and {...@link
StAXSOAPModelBuilder}
+ * directly.
+ */
public class OMXMLBuilderFactory {
/** Field PARSER_XPP */
public static final String PARSER_XPP = "XPP";