| Interface and Description |
|---|
| org.apache.axiom.attachments.SizeAwareDataSource
Please implement
SizeAwareDataSource |
| Class and Description |
|---|
| org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Use the corresponding methods in
XMLStreamReaderUtils instead. |
| 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.traverse.OMChildrenLegacyQNameIterator |
| 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. |
| 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–2021 The Apache Software Foundation. All rights reserved.