Interface and Description |
---|
org.apache.axiom.attachments.SizeAwareDataSource
Please implement
SizeAwareDataSource |
Class and Description |
---|
org.apache.axiom.om.impl.llom.util.AXIOMUtil
Use
AXIOMUtil instead. |
org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Use the corresponding methods in
XMLStreamReaderUtils instead. |
org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
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 . |
org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl |
org.apache.axiom.om.impl.EmptyOMLocation
use
DummyLocation.INSTANCE instead |
org.apache.axiom.om.impl.MIMEOutputUtils
The features of this class are now implemented by
OMMultipartWriter , which
has as cleaner API and supports streaming of individual MIME parts, in particular the
SOAP part. |
org.apache.axiom.om.impl.llom.util.NamespaceContextImpl
Use
MapBasedNamespaceContext instead. |
org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator |
org.apache.axiom.om.impl.llom.OMNamespaceImpl
Use
OMNamespaceImpl |
org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
This class is deprecated because it is located in the wrong package and JAR
(it is implementation independent but belongs to LLOM). Please use
OMXMLBuilderFactory instead. |
org.apache.axiom.om.util.UUIDGenerator
Please use one of the specialized methods in the
UIDGenerator class. In contrast to what its name
suggests, the UUIDGenerator.getUUID() method doesn't return a UUID. It also doesn't return
a valid URN with uuid NID. See AXIS2-4527 for more information. |
org.apache.axiom.om.impl.llom.util.XMLComparator
This class is outdated. Please use XmlUnit to compate two xml files.
|
Field and Description |
---|
org.apache.axiom.om.impl.MTOMConstants.ATTACHMENTS
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.
|
org.apache.axiom.om.OMConstants.DATA_HANDLER |
org.apache.axiom.om.OMConstants.IS_BINARY |
org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE |
org.apache.axiom.om.impl.MTOMConstants.ROOT_PART |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.