-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionThis was used in old versions of Axis2 as the key identifying the attachments map in the message context. You should no longer use this.As of version 1.2.13, Axiom always respects the order of attachments.As of version 1.2.13, Axiom always respects the order of attachments.Use
SOAPVersion.getMediaType()
instead.UseSOAPVersion.getMediaType()
instead.
-
Deprecated MethodsMethodDescriptionAs of Axiom 1.2.13, this method is no longer supported.Use
Attachments.getRootPartContentID()
instead.UseAttachments.getRootPartContentType()
instead.UseAttachments.getRootPartInputStream()
instead.UseDataHandlerExt.readOnce()
orDataHandlerExt.purgeDataSource()
instead.UseOMContainer.serialize(OutputStream, boolean)
instead.UseOMContainer.serialize(Writer, boolean)
instead.UseOMContainer.serialize(OutputStream, boolean)
instead.UseOMContainer.serialize(Writer, boolean)
instead.This method is only meaningful if it is used to create a text node that is the single child of anOMElement
. However, for that purposeOMElement.setText(QName)
should be used.Creating a text node containing a QName and having a type other thanOMNode.TEXT_NODE
is not meaningful.This method is deprecated. Please use getNamespaceURI() method instead.This method is deprecated because its semantics are not clearly defined. In particular it is unspecified whether the name of the element may change as a result of an invocation of this method.This API is going away. Please useOMElement.getTextAsQName()
instead.If the underlying parser is non coalescing, then this method may unexpectedly fail or return an incorrect result. Always useOMElement.getTextAsQName()
to get the QName value of an element.Per class loader factories are no longer supported. The code now always uses the class loader that loaded theStAXUtils
class.UseSOAPVersion.SOAP11
instead.UseSOAPVersion.SOAP12
instead.UseSOAPHeader.getHeaderBlocksWithNamespaceURI(String)
instead.As of version 1.3.0, Axiom no longer permits access to the original stream reader.
WrappedTextNodeOMDataSourceFromBlob
instead.