Deprecated Methods |
org.apache.axiom.om.impl.MIMEOutputUtils.complete(OutputStream, String, LinkedList, String, String, String, String)
is anyone really using this?
Invoked by MTOMXMLStreamWriter to write the SOAP Part and the attachemts |
org.apache.axiom.om.impl.MIMEOutputUtils.complete(OutputStream, StringWriter, LinkedList, String, String, String, String)
- is anyone really using this?
Write the SOAPPart and attachments |
org.apache.axiom.attachments.Part.getFileName()
The callers should not no how the part
is implemented. |
org.apache.axiom.om.OMNamespace.getName()
This method is deprecated. Please use getNamespaceURI() method instead. |
org.apache.axiom.om.OMText.getNamespace()
This API is going away. Please use getTextAsQName() instead. |
org.apache.axiom.om.impl.builder.StAXBuilder.init(InputStream, String, String, String)
Not used anywhere |
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.isEquals_Legacy(QName, QName)
|
org.apache.axiom.om.util.StAXUtils.releaseXMLInputFactory(XMLInputFactory)
Returns an XMLInputFactory instance for reuse. |
org.apache.axiom.om.util.StAXUtils.releaseXMLOutputFactory(XMLOutputFactory)
Returns an XMLOutputFactory instance for reuse. |
org.apache.axiom.om.util.StAXUtils.reset()
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeAttribute(OMAttribute, XMLStreamWriter)
use serializeStartpart instead |
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeAttributes(OMElement, XMLStreamWriter)
Consider using serializeStartpart instead |
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeNamespace(OMNamespace, XMLStreamWriter)
Use serializeStartpart instead |
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeNamespaces(OMElement, XMLStreamWriter)
Use serializeStartpart instead |
org.apache.axiom.om.impl.builder.StAXOMBuilder.setDoDebug(boolean)
|
org.apache.axiom.om.OMElement.setFirstChild(OMNode)
This method should not be called, un-intentionally. When some one randomly set
the first child, all the links handling will not happen inside this method. So we
have moved this method to the less visible interface, OMContainerEx. |