Skip navigation links
A B C D E F G H I J L M N O P R S T U W X 

A

addIgnorableNamespace(String) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
attributeDecl(String, String, String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
AttributesAdapter() - Constructor for class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
AXIOMUtil - Class in org.apache.axiom.om.impl.llom.util
Deprecated.
Use AXIOMUtil instead.
AXIOMUtil() - Constructor for class org.apache.axiom.om.impl.llom.util.AXIOMUtil
Deprecated.
 

B

Base64 - Class in org.apache.axiom.om.util
Deprecated.
Use Base64Utils instead.
Base64() - Constructor for class org.apache.axiom.om.util.Base64
Deprecated.
 
Blob - Interface in org.apache.axiom.util.blob
Deprecated.
Use org.apache.axiom.blob.Blob instead.
BlobDataSource - Class in org.apache.axiom.util.blob
Deprecated.
Use org.apache.axiom.blob.BlobDataSource instead.
BlobDataSource(Blob, String) - Constructor for class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
BlobOutputStream - Class in org.apache.axiom.util.blob
Deprecated. 
BlobOutputStream() - Constructor for class org.apache.axiom.util.blob.BlobOutputStream
Deprecated.
 
ByteSearch - Class in org.apache.axiom.attachments.utils
Deprecated.
This class was part of the MIME parser in Axiom versions before 1.2.13 and is no longer used. It will be removed in Axiom 1.3. Please note that the code in this class is known to have issues; see AXIOM-449 and AXIOM-450 for more information.
ByteSearch() - Constructor for class org.apache.axiom.attachments.utils.ByteSearch
Deprecated.
 

C

characterData(char[], int, int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
characters(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
characters(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method characters.
clearIgnorableNamespaces() - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
close() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
comment(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
compare(OMElement, OMElement) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
complete(OutputStream, byte[], LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
complete(OutputStream, byte[], LinkedList, String, String, String, String, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
createMimeBodyPart(String, DataHandler) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
This method is only useful in conjunction with MIMEOutputUtils.writeBodyPart(OutputStream, MimeBodyPart, String), which is deprecated.
createMimeBodyPart(String, DataHandler, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
This method is only useful in conjunction with MIMEOutputUtils.writeBodyPart(OutputStream, MimeBodyPart, String), which is deprecated.
createMultipartWriter(OutputStream, String) - Method in class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
Deprecated.
 
createNextElement(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
createStAXOMBuilder(OMFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Method createStAXOMBuilder.
createStAXSOAPModelBuilder(SOAPFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Method createStAXSOAPModelBuilder.
currentChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field currentChild

D

DataHandlerReaderUtils - Class in org.apache.axiom.om.impl.builder
Deprecated.
Use the corresponding methods in XMLStreamReaderUtils instead.
DataHandlerUtils - Class in org.apache.axiom.attachments.utils
Deprecated. 
DataHandlerUtils() - Constructor for class org.apache.axiom.attachments.utils.DataHandlerUtils
Deprecated.
 
detach() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
discard(OMElement) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
DocumentBuilderFactoryImpl - Class in org.apache.axiom.om.impl.dom.jaxp
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 AXIOM-3 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.

Application code should always use DOMMetaFactory.newDocumentBuilderFactory() to get an Axiom compatible DocumentBuilderFactory and should not attempt to override the JVM's default DocumentBuilderFactory with an Axiom compatible version.

DocumentBuilderFactoryImpl() - Constructor for class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
DocumentBuilderImpl - Class in org.apache.axiom.om.impl.dom.jaxp
Deprecated.
See DocumentBuilderFactoryImpl for the reason why this class is deprecated.
DocumentBuilderImpl(DocumentBuilderFactoryImpl, DOMMetaFactory) - Constructor for class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
DOOMAbstractFactory - Class in org.apache.axiom.om.impl.dom
Deprecated.
Use OMAbstractFactory.getMetaFactory(String) with OMAbstractFactory.FEATURE_DOM to get a meta factory for DOOM.
DOOMAbstractFactory() - Constructor for class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.
 
DOOMDocumentBuilderFactory - Class in org.apache.axiom.om.impl.dom.jaxp
Deprecated.
Use DOMMetaFactory.newDocumentBuilderFactory() to get an Axiom compatible DocumentBuilderFactory.
DOOMDocumentBuilderFactory() - Constructor for class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 

E

elementDecl(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
EmptyOMLocation - Class in org.apache.axiom.om.impl
Deprecated.
Use DummyLocation.INSTANCE instead.
EmptyOMLocation() - Constructor for class org.apache.axiom.om.impl.EmptyOMLocation
Deprecated.
 
endCDATA() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endDocument.
endDTD() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endElement(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endElement(String, String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endElement.
endEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endPrefixMapping(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
endPrefixMapping(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endPrefixMapping.
equals(String, String) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method equals.
equals(Object) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
externalEntityDecl(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 

F

finalize() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
finishWritingMime(OutputStream) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.

G

getAttribute(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
getAttribute(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
getBlob() - Method in class org.apache.axiom.util.blob.BlobOutputStream
Deprecated.
Get the blob to which this output stream belongs.
getBuilderType() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getCharacterEncoding() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getContentType() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getDataHandlerFromText(String, String) - Static method in class org.apache.axiom.attachments.utils.DataHandlerUtils
Deprecated.
 
getDataHandlerReader(XMLStreamReader) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Deprecated.
 
getDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getDocument() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
getDocumentElement() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getDocumentElement(boolean) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getDOMImplementation() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
getFeature(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
getFeature(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
getIndex(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getIndex(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getInitialUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.
 
getInputStream() - Method in interface org.apache.axiom.util.blob.Blob
Deprecated.
Get an input stream to read the data in the blob.
getInputStream() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getInputStream() - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
getInputStream() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
getLength() - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getLength() - Method in interface org.apache.axiom.util.blob.Blob
Deprecated.
Get the length of the data in the blob, i.e. the number of bytes.
getLength() - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
getLength() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
getLocalName(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getName() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method getName.
getName() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getNamespaceURI() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMDescendantsIterator
Deprecated.
 
getOMFactory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.
 
getOutputStream() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getOutputStream() - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
getOutputStream() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
getOutputStream() - Method in interface org.apache.axiom.util.blob.WritableBlob
Deprecated.
Create an output stream to write data to the blob.
getParser() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getPrefix() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method getPrefix.
getQName(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getRegisteredContentHandler() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
getRootElement() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated. 
getRootElement() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
getSchema() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
getSchema() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
getSchema() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
getSize() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getSkipArray(byte[], boolean) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
Deprecated.
skipArray Builds a skip array for this pattern and direction.
getSOAP11Factory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.
 
getSOAP12Factory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.
 
getStreamAsByteArray(InputStream) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Deprecated.
Returns the contents of the input stream as byte array.
getStreamAsByteArray(InputStream, int) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Deprecated.
Returns the contents of the input stream as byte array.
getType(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getType(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getType(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getURI(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.
MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
getValue(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getValue(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
getValue(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 

H

hashCode() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Returns true if the iteration has more elements.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method ignorableWhitespace.
INSTANCE - Static variable in class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
Deprecated.
 
internalEntityDecl(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
IOUtils - Class in org.apache.axiom.attachments.utils
Deprecated.
This class is no longer used and will be removed in Axiom 1.3. You may want to use Commons IO instead.
isCache() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
isCoalescing() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isCompleted() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
isDOOMRequired() - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
isEqual(byte[], byte[], int, int) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
Deprecated.
isEqual
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
Deprecated.
This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
Deprecated.
This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenNamespaceIterator
Deprecated.
This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Deprecated.
Returns true if the qnames are equal.
isEquals_Legacy(QName, QName) - Static method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Deprecated. 
isExpandEntityReferences() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isIgnoringComments() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isIgnoringElementContentWhitespace() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isNamespaceAware() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
Returns whether the parser is configured to understand namespaces or not.
isNamespaceAware() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isSupportingReadUncommitted() - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
isSupportingReadUncommitted() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
isSupportingReadUncommitted() - Method in interface org.apache.axiom.util.blob.WritableBlob
Deprecated.
Determine whether the blob supports reading in state NEW or UNCOMMITTED.
isValidating() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
The StAX builder used is the org.apache.axiom.om.impl.llom.StAXOMBuilder is a validating builder.
isValidating() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
isXIncludeAware() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 

J

JavaMailMultipartWriterFactory - Class in org.apache.axiom.mime.impl.javamail
Deprecated.
The original purpose of this class was to provide an alternative implementation should bugs be discovered in AxiomMultipartWriterFactory. However, AxiomMultipartWriterFactory exists for several releases now and has no known issues. It should therefore always be used as MultipartWriterFactory implementation.
JavaMailMultipartWriterFactory() - Constructor for class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
Deprecated.
 

L

lastChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field lastChild

M

main(String[]) - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Deprecated.
 
MemoryBlob - Class in org.apache.axiom.util.blob
Deprecated.
Use org.apache.axiom.blob.MemoryBlob instead.
MemoryBlob() - Constructor for class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
MIMEOutputUtils - Class in org.apache.axiom.om.impl
Deprecated.
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.
MIMEOutputUtils() - Constructor for class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
 
MODEL_OM - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Field MODEL_OM
MODEL_SOAP_SPECIFIC - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Field MODEL_SOAP_SPECIFIC

N

NamespaceContextImpl - Class in org.apache.axiom.om.impl.llom.util
Deprecated.
Use MapBasedNamespaceContext instead.
NamespaceContextImpl(Map) - Constructor for class org.apache.axiom.om.impl.llom.util.NamespaceContextImpl
Deprecated.
 
newDocument() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
Returns a new document impl.
newDocumentBuilder() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
newDocumentBuilder() - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
newInstance() - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
next() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Returns the next element in the iteration.
nextCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field nextCalled
notationDecl(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 

O

OMChildElementIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.
This type of iterator should always be created using OMElement.getChildElements(), and this class should never be referenced directly. It will be removed in Axiom 1.3.
OMChildElementIterator(OMElement) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Constructor OMChildrenIterator.
OMChildrenLegacyQNameIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMChildrenLegacyQNameIterator(OMNode, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
Deprecated.
 
OMChildrenLocalNameIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.
This type of iterator should always be created using OMContainer.getChildrenWithLocalName(String), and this class should never be referenced directly. It will be removed in Axiom 1.3.
OMChildrenLocalNameIterator(OMNode, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
Deprecated.
 
OMChildrenNamespaceIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.
This type of iterator should always be created using OMContainer.getChildrenWithNamespaceURI(String), and this class should never be referenced directly. It will be removed in Axiom 1.3.
OMChildrenNamespaceIterator(OMNode, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenNamespaceIterator
Deprecated.
 
OMChildrenQNameIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.
This type of iterator should always be created using OMContainer.getChildrenWithName(QName), and this class should never be referenced directly. It will be removed in Axiom 1.3.
OMChildrenQNameIterator(OMNode, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Deprecated.
Constructor OMChildrenQNameIterator.
OMDescendantsIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.
This type of iterator should always be created using OMContainer.getDescendants(boolean), and this class should never be referenced directly. It will be removed in Axiom 1.3.
OMDescendantsIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMDescendantsIterator
Deprecated.
 
OMNamespaceImpl - Class in org.apache.axiom.om.impl
Deprecated.
OMNamespace instances should always be created using OMFactory.createOMNamespace(String, String). This class will be removed in Axiom 1.3.
OMNamespaceImpl(String, String) - Constructor for class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
OMResult - Class in org.apache.axiom.om.impl.jaxp
Deprecated.
In order to create a SAXResult that builds an Axiom tree, create an OMDocument instance and call OMContainer.getSAXResult() on it.
OMResult(OMFactory) - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
OMResult() - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
OMSource - Class in org.apache.axiom.om.impl.jaxp
Deprecated.
As of version 1.2.13, application code should use OMContainer.getSAXSource(boolean) instead of this class.
OMSource(OMElement) - Constructor for class org.apache.axiom.om.impl.jaxp.OMSource
Deprecated.
 
OMSource(OMContainer) - Constructor for class org.apache.axiom.om.impl.jaxp.OMSource
Deprecated.
 
OMStreamingException - Exception in org.apache.axiom.om.impl.exception
Deprecated. 
OMStreamingException() - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Deprecated.
Constructor OMStreamingException
OMStreamingException(String) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Deprecated.
Constructor OMStreamingException
OMStreamingException(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Deprecated.
Constructor OMStreamingException
OMStreamingException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Deprecated.
Constructor OMStreamingException
OMXMLBuilderFactory - Class in org.apache.axiom.om.impl.llom.factory
Deprecated.
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.
OMXMLBuilderFactory() - Constructor for class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
 
OMXMLReader - Class in org.apache.axiom.om.impl.serialize
Deprecated.
This class is used internally by OMSource. Starting with Axiom 1.2.13, application code should use OMContainer.getSAXSource(boolean) to serialize an OM tree to SAX. If there is a need to obtain an XMLReader instance, use SAXSource.getXMLReader() on the SAXSource returned by OMContainer.getSAXSource(boolean).
OMXMLReader(OMContainer) - Constructor for class org.apache.axiom.om.impl.serialize.OMXMLReader
Deprecated.
 
OMXMLReader.AttributesAdapter - Class in org.apache.axiom.om.impl.serialize
Deprecated.
 
org.apache.axiom.attachments - package org.apache.axiom.attachments
 
org.apache.axiom.attachments.utils - package org.apache.axiom.attachments.utils
 
org.apache.axiom.mime.impl.javamail - package org.apache.axiom.mime.impl.javamail
MIME message processing API implementation based on JavaMail (deprecated).
org.apache.axiom.om.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.impl.builder - package org.apache.axiom.om.impl.builder
 
org.apache.axiom.om.impl.dom - package org.apache.axiom.om.impl.dom
 
org.apache.axiom.om.impl.dom.jaxp - package org.apache.axiom.om.impl.dom.jaxp
 
org.apache.axiom.om.impl.exception - package org.apache.axiom.om.impl.exception
 
org.apache.axiom.om.impl.jaxp - package org.apache.axiom.om.impl.jaxp
 
org.apache.axiom.om.impl.llom.factory - package org.apache.axiom.om.impl.llom.factory
 
org.apache.axiom.om.impl.llom.util - package org.apache.axiom.om.impl.llom.util
 
org.apache.axiom.om.impl.serialize - package org.apache.axiom.om.impl.serialize
 
org.apache.axiom.om.impl.traverse - package org.apache.axiom.om.impl.traverse
 
org.apache.axiom.om.util - package org.apache.axiom.om.util
 
org.apache.axiom.util.blob - package org.apache.axiom.util.blob
Contains utility classes to work with binary data.
OverflowBlob - Class in org.apache.axiom.util.blob
Deprecated.
Use org.apache.axiom.blob.OverflowableBlob instead.
OverflowBlob(int, int, String, String) - Constructor for class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 

P

parse(InputSource) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
parse(InputStream) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
parse(File) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
parse(InputStream, String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
parse(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
parse(InputSource) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
Deprecated.
 
parse(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
Deprecated.
 
PARSER_STAX - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Field PARSER_STAX
PARSER_XPP - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.
Field PARSER_XPP
processGetProperty(DataHandlerReader, String) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Deprecated.
 
processingInstruction(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
processingInstruction(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method processingInstruction.

R

readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.BlobOutputStream
Deprecated.
 
readFrom(InputStream, long, boolean) - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
readFrom(InputStream, long, boolean) - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
readFrom(InputStream, long, boolean) - Method in interface org.apache.axiom.util.blob.WritableBlob
Deprecated.
Read data from the given input stream and write it to the blob.
readFrom(InputStream, long) - Method in interface org.apache.axiom.util.blob.WritableBlob
Deprecated.
Read data from the given input stream and write it to the blob.
readFully(InputStream, byte[]) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Deprecated.
Reads into a byte array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Deprecated.
Same as the normal in.read(b, off, len), but tries to ensure that the entire len number of bytes is read.
registerExternalContentHandler(Object) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
release() - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
release() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
release() - Method in interface org.apache.axiom.util.blob.WritableBlob
Deprecated.
Release all resources held by this blob.
remove() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Removes the last element returned by the iterator (optional operation) from the underlying collection.
removeCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field removeCalled

S

SAXOMBuilder - Class in org.apache.axiom.om.impl.builder
Deprecated.
To build an Axiom tree from SAX events, either use OMXMLBuilderFactory.createOMBuilder(SAXSource, boolean) (if a SAXSource is available or can be easily constructed), or create an OMDocument (using OMFactory.createOMDocument()) and use OMContainer.getSAXResult() to create a SAXResult for that document. After writing the SAX events to the SAXResult, the root element of the resulting tree can be retrieved using OMDocument.getOMDocumentElement(). If the application code doesn't support SAXResult and needs to interface with a ContentHandler directly, use SAXResult.getHandler() on the SAXResult returned by OMContainer.getSAXResult().
SAXOMBuilder(OMFactory) - Constructor for class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
SAXOMBuilder() - Constructor for class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
schema - Variable in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
search(byte[], byte[], int, int, boolean) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
Deprecated.
search Look for the search bytes in the bytes array using a straight search.
setAttribute(String, Object) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
setAttribute(String, Object) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setAttributes(OMElement) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
Deprecated.
 
setCache(boolean) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
setCoalescing(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setDocumentLocator(Locator) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
setDocumentLocator(Locator) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method setDocumentLocator.
setDOOMRequired(boolean) - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
setEntityResolver(EntityResolver) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
setErrorHandler(ErrorHandler) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.
 
setExpandEntityReferences(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setFeature(String, boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
setFeature(String, boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setIgnoringComments(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setIgnoringElementContentWhitespace(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setNamespaceAware(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setSchema(Schema) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.
 
setSchema(Schema) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setValidating(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
setXIncludeAware(boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
Deprecated.
 
SizeAwareDataSource - Interface in org.apache.axiom.attachments
Deprecated.
Please implement SizeAwareDataSource
skippedEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
skippedEntity(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method skippedEntity.
skipSearch(byte[], boolean, byte[], int, int, short[]) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
Deprecated.
Search a byte sequence for a given pattern.
startCDATA() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startDocument.
startDTD(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startElement.
startEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startPrefixMapping(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
startPrefixMapping(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startPrefixMapping.
startWritingMime(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
StreamWriterToContentHandlerConverter - Class in org.apache.axiom.om.impl.serialize
Deprecated.
This is an internal implementation class that is no longer used.
StreamWriterToContentHandlerConverter(XMLStreamWriter) - Constructor for class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Constructor StreamWriterToContentHandlerConverter.

T

TextHelper - Class in org.apache.axiom.om.util
Deprecated.
Class containing only deprecated utility methods.
TextHelper() - Constructor for class org.apache.axiom.om.util.TextHelper
Deprecated.
 
toOMText(byte[], int, int, OMFactory, boolean) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated.
The implementation of this method is incomplete. It will be removed in Axiom 1.3.
toOMText(byte[], int, int, OMFactory, boolean, String) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated.
The implementation of this method is incomplete. It will be removed in Axiom 1.3.
toString(InputStream) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated.
This method was internally used by Axiom before version 1.2.9 but is no longer required.
toStringBuffer(InputStream, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated.
This method was internally used by Axiom before version 1.2.9 but is no longer required.
toStringBuffer(OMText, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated.
If you really need to write the base64 encoded content of an OMText instance to a StringBuffer, then request the DataHandler using OMText.getDataHandler() and use Base64EncodingStringBufferOutputStream to encode it.

U

unparsedEntityDecl(String, String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Deprecated.
 
UUIDGenerator - Class in org.apache.axiom.om.util
Deprecated.
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 doesn't return a valid URN with uuid NID either. See AXIS2-4527 for more information.
UUIDGenerator() - Constructor for class org.apache.axiom.om.util.UUIDGenerator
Deprecated.
 

W

WritableBlob - Interface in org.apache.axiom.util.blob
Deprecated.
Use WritableBlob instead.
writeBodyPart(OutputStream, MimeBodyPart, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat, Collection) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
writeMimeBoundary(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
writeMM7Message(StringWriter, OutputStream, Attachments, OMOutputFormat, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Axiom only supports standard SwA messages. However, OMMultipartWriter provides a flexible way to build MIME packages for non standard formats such as MM7.
writeSOAPWithAttachmentsMessage(StringWriter, OutputStream, Attachments, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.
Use OMMultipartWriter instead.
writeTo(OutputStream) - Method in interface org.apache.axiom.util.blob.Blob
Deprecated.
Write the data to a given output stream.
writeTo(OutputStream) - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
writeTo(OutputStream) - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 

X

XMLComparator - Class in org.apache.axiom.om.impl.llom.util
Deprecated.
This class is no longer maintained. Please use XmlUnit to compare XML documents.
XMLComparator() - Constructor for class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
XMLComparisonException - Exception in org.apache.axiom.om.impl.exception
Deprecated.
This exception is only used by XMLComparator which is deprecated.
XMLComparisonException(String) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated.
 
XMLComparisonException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated.
 
XMLComparisonException(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated.
 
A B C D E F G H I J L M N O P R S T U W X 
Skip navigation links

Copyright © The Apache Software Foundation. All Rights Reserved.