Index

A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractXMLStreamReader - Class in org.apache.axiom.util.stax
Deprecated.
This class is no longer maintained.
AbstractXMLStreamReader() - Constructor for class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
AbstractXMLStreamWriter - Class in org.apache.axiom.util.stax
Deprecated.
This class is no longer maintained.
AbstractXMLStreamWriter() - Constructor for class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
addIgnorableNamespace(String) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
ARRAY_ITEM_LOCALNAME - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
This constant was used in early prototypes of Axis2 and is no longer relevant.
ARRAY_ITEM_NS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
This constant was used in early prototypes of Axis2 and is no longer relevant.
ARRAY_ITEM_NSURI - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
This constant was used in early prototypes of Axis2 and is no longer relevant.
ARRAY_ITEM_QNAME - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
This constant was used in early prototypes of Axis2 and is no longer relevant.
AttributeHelper - Class in org.apache.axiom.om.util
Helper class for attributes.
AttributeHelper() - Constructor for class org.apache.axiom.om.util.AttributeHelper
 
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.
 
Behavior - Class in org.apache.axiom.om.ds
Deprecated. 
Behavior() - Constructor for class org.apache.axiom.om.ds.Behavior
Deprecated.
 
Blob - Interface in org.apache.axiom.util.blob
Deprecated.
Use Blob instead.
BlobDataSource - Class in org.apache.axiom.util.blob
Deprecated.
Use DataHandlerUtils.toDataHandler(org.apache.axiom.blob.Blob) and DataHandler.getDataSource() 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.
 
build() - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Build the ContentType object.
ByteArray() - Constructor for class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
Deprecated.
 
ByteArrayCustomBuilder - Class in org.apache.axiom.om.ds.custombuilder
Deprecated.
Use BlobOMDataSourceCustomBuilder instead.
ByteArrayCustomBuilder(String) - Constructor for class org.apache.axiom.om.ds.custombuilder.ByteArrayCustomBuilder
Deprecated.
Constructor
ByteArrayDataSource - Class in org.apache.axiom.om.ds
Deprecated.
Use BlobOMDataSource instead.
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
Constructor
ByteArrayDataSource.ByteArray - Class in org.apache.axiom.om.ds
Deprecated.
Object containing the byte[]/encoding pair
bytes - Variable in class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
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

callStackToString() - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Get a string containing the stack of the current location
characters(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method characters.
CharArrayDataSource - Class in org.apache.axiom.om.ds
Deprecated.
Use StringOMDataSource instead.
CharArrayDataSource(char[]) - Constructor for class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
Constructor
clearIgnorableNamespaces() - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
clearParameters() - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Remove all parameters.
close() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
close() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
close() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
close() - Method in class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 
close() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
CommonUtils - Class in org.apache.axiom.om.util
Deprecated. 
compare(OMElement, OMElement) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.
 
ContentTypeBuilder - Class in org.apache.axiom.mime
Deprecated.
Use ContentType.Builder instead.
ContentTypeBuilder(String) - Constructor for class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Constructor that parses a Content-Type header value.
ContentTypeBuilder(ContentType) - Constructor for class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Constructor that initializes the builder with the media type and parameters from an existing ContentType object.
ContentTypeBuilder(MediaType) - Constructor for class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Constructor that initializes the builder with a media type and no parameters.
copy() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
copy() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
copy() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
Return a InputStreamDataSource backed by a ByteArrayInputStream
copy(SOAPEnvelope) - Static method in class org.apache.axiom.om.util.CopyUtils
Deprecated.
This method has the same effect as calling OMInformationItem.clone(OMCloneOptions) on the source SOAPEnvelope with the following options enabled:
  • OMCloneOptions.setFetchBlobs(boolean)
  • OMCloneOptions.setPreserveModel(boolean)
  • OMCloneOptions.setCopyOMDataSources(boolean)
Instead of using this method, application code should use OMInformationItem.clone(OMCloneOptions) directly and fine tune the options for the particular use case.
CopyUtils - Class in org.apache.axiom.om.util
CopyUtils provides static utility methods that are useful for creating a copy of an OM/SOAPEnvelope tree.
create(OMElement) - Method in class org.apache.axiom.om.ds.custombuilder.ByteArrayCustomBuilder
Deprecated.
 
currentChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field currentChild

D

Data() - Constructor for class org.apache.axiom.om.ds.InputStreamDataSource.Data
Deprecated.
 
DataHandlerUtils - Class in org.apache.axiom.attachments.utils
Deprecated. 
DataHandlerUtils() - Constructor for class org.apache.axiom.attachments.utils.DataHandlerUtils
Deprecated.
 
DataHandlerWrapper - Class in org.apache.axiom.util.activation
Deprecated. 
DataHandlerWrapper(DataHandler) - Constructor for class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
DEFAULT_CHAR_SET_ENCODING - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
Field DEFAULT_CHAR_SET_ENCODING specifies the default character encoding scheme to be used
DEFAULT_DEFAULT_NAMESPACE - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated. 
DEFAULT_XML_VERSION - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
DESTRUCTIVE - Static variable in class org.apache.axiom.om.ds.Behavior
Deprecated.
 
detach() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
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.
 
doWriteAttribute(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteCData(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteCharacters(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteComment(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteDTD(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteEmptyElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteEndDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteEntityRef(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteNamespace(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteStartDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteStartDocument(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteStartDocument(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteStartElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
doWriteStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 

E

ElementHelper - Class in org.apache.axiom.om.util
Helper class to provide extra utility stuff against elements.
ElementHelper(OMElement) - Constructor for class org.apache.axiom.om.util.ElementHelper
Constructs and binds to an element.
EmptyDataSource - Class in org.apache.axiom.util.activation
Deprecated. 
EmptyDataSource(String) - Constructor for class org.apache.axiom.util.activation.EmptyDataSource
Deprecated.
Construct an empty data source with the given content type.
EmptyIterator - Class in org.apache.axiom.om.impl.util
Deprecated. 
EmptyIterator() - Constructor for class org.apache.axiom.om.impl.util.EmptyIterator
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.
 
enableDataSourceEvents(boolean) - Method in interface org.apache.axiom.om.impl.OMXMLStreamReaderEx
Deprecated.
If enabled, treat OMSourcedElements that have a OMDataSource as leaf nodes.
encoding - Variable in class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
Deprecated.
 
encoding - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
Deprecated.
 
endDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endDocument.
endElement(String, String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endElement.
endPrefixMapping(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method endPrefixMapping.
equals(Object) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
equals(String, String) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method equals.
evaluateXpath(String, Object, String) - Method in class org.apache.axiom.om.util.XPathEvaluator
Deprecated.
 

F

finalize() - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
flush() - Method in class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 

G

getAllCommands() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getBean(CommandInfo) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getBlob() - Method in class org.apache.axiom.util.blob.BlobOutputStream
Deprecated.
Get the blob to which this output stream belongs.
getChildWithName(OMElement, String) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
please use OMElement.getFirstChildWithName(qname) instead!
getCommand(String) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getContent() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getContentID(XMLStreamReader) - Static method in class org.apache.axiom.om.util.ElementHelper
 
getContentID(XMLStreamReader, String) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
getContentIDFromHref(String) - Static method in class org.apache.axiom.om.util.ElementHelper
Extract the content ID from a href attribute value, i.e. from a URI following the cid: scheme defined by RFC2392.
getContentType() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getContentType() - Method in class org.apache.axiom.util.activation.EmptyDataSource
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.
 
getDataSource() - Method in interface org.apache.axiom.om.impl.OMXMLStreamReaderEx
Deprecated.
 
getDataSource() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getDocument() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
getDocument() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
getDocumentElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
getDocumentElement(boolean) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
getElementText() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
getEventTypeString(int) - Static method in class org.apache.axiom.util.stax.XMLEventUtils
Deprecated.
Get the string representation of a given StAX event type.
getInitialUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.
 
getInputStream() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getInputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
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.util.LogOutputStream
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.
 
getLocation() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
getMediaType() - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Get the media type.
getName() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method getName.
getName() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getName() - Method in class org.apache.axiom.util.activation.EmptyDataSource
Deprecated.
 
getName() - Method in class org.apache.axiom.util.blob.BlobDataSource
Deprecated.
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
getNamespaceURI() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
Deprecated.
Get the next node.
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Deprecated.
 
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMDescendantsIterator
Deprecated.
 
getObject() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
getObject() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
getObject() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
getOMFactory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.
 
getOutputStream() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getOutputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
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.
getParameter(String) - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Get the specified parameter value.
getPreferredCommands() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getPrefix() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
Method getPrefix.
getPrefix(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
getProperty(String) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
getReader() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
getReader() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
getReader() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
getRootElement() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
getSize() - Method in class org.apache.axiom.util.activation.EmptyDataSource
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.
 
getSOAPEnvelope() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
getSoapMessage() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
getSOAPMessage() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
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.
getTextAsStream(OMElement, boolean) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
Use OMElement.getTextAsStream(boolean) instead.
getTransferData(ActivationDataFlavor) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
getTransferDataFlavors() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
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.
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 

H

hashCode() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.
 
hasName() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
Deprecated.
 
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
Deprecated.
 
hasNext() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
Deprecated.
 
hasProperty(String) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
hasText() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method ignorableWhitespace.
importOMAttribute(OMAttribute, OMElement) - Static method in class org.apache.axiom.om.util.AttributeHelper
Deprecated.
Use OMFactory.importInformationItem(OMInformationItem) instead.
importOMElement(OMElement, OMFactory) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
Use OMFactory.importInformationItem(OMInformationItem) instead.
InputStreamDataSource - Class in org.apache.axiom.om.ds
Deprecated.
This class has been deprecated without replacement. Generally there is no need for OMDataSource instances that are pull based (i.e. use an XMLStreamReader) and that are destructive. For these scenarios, simply use OMXMLBuilderFactory to create an OMElement and add it to the tree. Since this operation will not expand the element (in Axiom 1.3.x), the result will be the same as using an OMSourcedElement with a destructive OMDataSource.
InputStreamDataSource(InputStream, String) - Constructor for class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
Constructor
InputStreamDataSource.Data - Class in org.apache.axiom.om.ds
Deprecated.
Object containing the InputStream/encoding pair
INSTANCE - Static variable in class org.apache.axiom.util.activation.EmptyDataSource
Deprecated.
Empty data source instance with content type application/octet-stream.
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.
is - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
Deprecated.
 
isCharacters() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
isCompleted() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
isDataFlavorSupported(ActivationDataFlavor) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
Deprecated.
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
isEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
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. 
isStartElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
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.
isTextualPart(String) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Use ContentType.isTextual() instead.
isWhiteSpace() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 

L

lastChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field lastChild
logDebug(OMElement, Log) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Writes the om to a log.debug.
logDebug(OMElement, Log, int) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Writes the om to a log.debug.
logDebug(OMElement, Log, int, OMOutputFormat) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Writes the om to a log.debug.
LogOutputStream - Class in org.apache.axiom.om.util
Deprecated. 
LogOutputStream(Log, int) - Constructor for class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 

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.
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Deprecated.
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
Deprecated.
Determine whether the given node matches the filter criteria.
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
Deprecated.
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMQualifiedNameFilterIterator
Deprecated.
 
MemoryBlob - Class in org.apache.axiom.util.blob
Deprecated.
Use MemoryBlob instead.
MemoryBlob() - Constructor for class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
MTOMStAXSOAPModelBuilder - Class in org.apache.axiom.soap.impl.builder
Deprecated.
Please use the OMXMLBuilderFactory API to create builders.
MTOMStAXSOAPModelBuilder(XMLStreamReader, Attachments, String) - Constructor for class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
Deprecated.
 

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.
 
next() - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
Deprecated.
 
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Returns the next element in the iteration.
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Deprecated.
Method next.
next() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
Deprecated.
 
next() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
Deprecated.
 
nextCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field nextCalled
nextTag() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
Returns the next tag.
NOT_DESTRUCTIVE - Static variable in class org.apache.axiom.om.ds.Behavior
Deprecated.
 

O

OMAbstractIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMAbstractIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMAbstractIterator
Deprecated.
 
OMBuilderException - Exception in org.apache.axiom.om.impl.exception
Deprecated. 
OMBuilderException(String) - Constructor for exception org.apache.axiom.om.impl.exception.OMBuilderException
Deprecated.
Constructor OMBuilderException
OMBuilderException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMBuilderException
Deprecated.
 
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.
OMChildrenIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMChildrenIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenIterator
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.
OMChildrenWithSpecificAttributeIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMChildrenWithSpecificAttributeIterator(OMNode, QName, String, boolean) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Deprecated.
Constructor OMChildrenWithSpecificAttributeIterator.
OMConstants - Interface in org.apache.axiom.om
Deprecated. 
OMDataSourceExtBase - Class in org.apache.axiom.om.ds
Deprecated.
As described in AXIOM-419, this class has multiple issues and should no longer be used as a base class for OMDataSource implementations. Instead, use AbstractOMDataSource, AbstractPullOMDataSource or AbstractPushOMDataSource.
OMDataSourceExtBase() - Constructor for class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
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.
 
OMFilterIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMFilterIterator(Iterator) - Constructor for class org.apache.axiom.om.impl.traverse.OMFilterIterator
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.
 
OMQNameFilterIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMQNameFilterIterator(Iterator, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
Deprecated.
 
OMQualifiedNameFilterIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated. 
OMQualifiedNameFilterIterator(Iterator, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMQualifiedNameFilterIterator
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() - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
OMResult(OMFactory) - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
Deprecated.
 
OMSerializer - Interface in org.apache.axiom.om
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
OMXMLStreamReaderEx - Interface in org.apache.axiom.om.impl
Deprecated. 
ONE_USE_UNSAFE - Static variable in class org.apache.axiom.om.ds.Behavior
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 - package org.apache.axiom.mime
 
org.apache.axiom.om - package org.apache.axiom.om
 
org.apache.axiom.om.ds - package org.apache.axiom.om.ds
 
org.apache.axiom.om.ds.custombuilder - package org.apache.axiom.om.ds.custombuilder
 
org.apache.axiom.om.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.impl.dom - package org.apache.axiom.om.impl.dom
 
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.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.impl.util - package org.apache.axiom.om.impl.util
 
org.apache.axiom.om.util - package org.apache.axiom.om.util
 
org.apache.axiom.soap.impl.builder - package org.apache.axiom.soap.impl.builder
 
org.apache.axiom.util.activation - package org.apache.axiom.util.activation
 
org.apache.axiom.util.blob - package org.apache.axiom.util.blob
Contains utility classes to work with binary data.
org.apache.axiom.util.stax - package org.apache.axiom.util.stax
 
org.apache.axiom.util.stax.xop - package org.apache.axiom.util.stax.xop
Contains classes to encode and decode XOP infosets.
OverflowBlob - Class in org.apache.axiom.util.blob
Deprecated.
Use OverflowableBlob instead.
OverflowBlob(int, int, String, String) - Constructor for class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 

P

processingInstruction(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method processingInstruction.

R

reader2writer(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.axiom.om.util.CopyUtils
Deprecated.
Instead use OMXMLBuilderFactory.createStAXOMBuilder(XMLStreamReader) to create an OMDocument and then OMSerializable.serializeAndConsume(XMLStreamWriter) to write to the XMLStreamWriter.
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.BlobOutputStream
Deprecated.
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.MemoryBlob
Deprecated.
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.OverflowBlob
Deprecated.
 
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.
readFrom(InputStream, long, boolean) - 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, boolean) - 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.
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.OMAbstractIterator
Deprecated.
 
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.
remove() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
Deprecated.
 
remove() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
Deprecated.
 
removeCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Deprecated.
Field removeCalled
removeParameter(String) - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Remove the parameter with the specified name.
replace(String, String, String) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
replace: Like String.replace except that the old and new items are strings.
require(int, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Deprecated.
 
resolveQName(String) - Method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
The algorithm used by this method is incorrect. See AXIOM-356 for more details.
resolveQName(String, boolean) - Method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
The algorithm used by this method is incorrect. See AXIOM-356 for more details.

S

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.
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.CharArrayDataSource
Deprecated.
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
serialize(XMLStreamReader, XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializer
Deprecated.
Method serialize
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Deprecated.
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
setCaseInsensitiveValueChecks(boolean) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Deprecated.
 
setCommandMap(CommandMap) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
setDocumentLocator(Locator) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method setDocumentLocator.
setMediaType(MediaType) - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Set the media type.
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
setNewElement(OMElement, OMElement, OMElement) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated. 
setParameter(String, String) - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Set the specified parameter value.
setPrefix(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
setProperty(String, Object) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Deprecated.
 
SizeAwareDataSource - Interface in org.apache.axiom.attachments
Deprecated.
Please implement SizeAwareDataSource
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.
stackToString(Throwable) - Static method in class org.apache.axiom.om.util.CommonUtils
Deprecated.
Get a string containing the stack of the specified exception
startDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startDocument.
startElement(String, String, String, Attributes) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startElement.
startPrefixMapping(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Deprecated.
Method startPrefixMapping.
StAXSOAPModelBuilder - Class in org.apache.axiom.soap.impl.builder
Deprecated.
Please use the OMXMLBuilderFactory API to create builders.
StAXSOAPModelBuilder(XMLStreamReader) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
StAXSOAPModelBuilder(XMLStreamReader, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
StAXSOAPModelBuilder(XMLStreamReader, SOAPFactory, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
StAXSOAPModelBuilder(SOAPModelBuilder) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 
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

toSOAPHeaderBlock(OMElement, SOAPFactory) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
Use SOAPFactory.createSOAPHeaderBlock(OMElement) instead.
toString() - Method in class org.apache.axiom.mime.ContentTypeBuilder
Deprecated.
Create a string representation of the content type.

U

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.
 

V

validateSOAPVersion(SOAPFactory, String) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Deprecated.
 

W

WritableBlob - Interface in org.apache.axiom.util.blob
Deprecated.
Use WritableBlob instead.
write(byte[]) - Method in class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 
write(int) - Method in class org.apache.axiom.om.util.LogOutputStream
Deprecated.
 
writeAttribute(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeAttribute(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeCData(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeCharacters(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeComment(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeDTD(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEmptyElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEmptyElement(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEndDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeEntityRef(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartDocument(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartElement(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
Deprecated.
 
writeTextTo(OMElement, Writer, boolean) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated.
Use OMElement.writeTextTo(Writer, boolean) instead.
writeTo(OutputStream) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
Deprecated.
 
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

XMLATTRTYPE_CDATA - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_ENTITIES - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_ENTITY - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_ID - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_IDREF - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_IDREFS - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_NMTOKEN - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_NMTOKENS - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
XMLATTRTYPE_NOTATION - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
 
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(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated.
 
XMLComparisonException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated.
 
XMLEventUtils - Class in org.apache.axiom.util.stax
Deprecated.
This class is no longer maintained.
XMLNS_NS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
XMLNS_NS_URI - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
XMLNS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
XMLNS_URI - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.
XPathEvaluator - Class in org.apache.axiom.om.util
Deprecated. 
XPathEvaluator() - Constructor for class org.apache.axiom.om.util.XPathEvaluator
Deprecated.
 
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form