Uses of Package
org.apache.axiom.om.impl.dom.jaxp

Packages that use org.apache.axiom.om.impl.dom.jaxp
org.apache.axiom.om.impl.dom.jaxp   
 

Classes in org.apache.axiom.om.impl.dom.jaxp used by org.apache.axiom.om.impl.dom.jaxp
DocumentBuilderFactoryImpl
          Deprecated. This class has static methods that allow to switch between DOOM and the default DOM implementation as returned by JAXP. This was a hack introduced for Rampart. Recent versions of Rampart no longer rely on this hack. On the other hand usage of DocumentBuilderFactoryImpl.setDOOMRequired(boolean) in a concurrent environment can lead to unexpected behavior and severe bugs, as shown in WSCOMMONS-210 and AXIS2-1570. Due to the way DocumentBuilderFactoryImpl.newDocumentBuilder() is implemented, it is not possible to get rid of the setDOOMRequired hack without the risk of breaking existing code. Therefore this class has been deprecated in favor of DOOMDocumentBuilderFactory.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.