A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractNamespaceContext - Class in org.apache.axiom.util.namespace
Partial NamespaceContext implementation that takes care of the implicit namespace bindings (for the xml and xmlns prefixes) defined in the NamespaceContext Javadoc.
AbstractNamespaceContext() - Constructor for class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
AbstractOMDataSource - Class in org.apache.axiom.om.ds
Base class for OMDataSourceExt implementations.
AbstractOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractOMDataSource
 
AbstractPullOMDataSource - Class in org.apache.axiom.om.ds
Base class for OMDataSourceExt implementations that can easily produce the content as an XMLStreamReader and that don't implement any kind of optimization for serializing the content.
AbstractPullOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractPullOMDataSource
 
AbstractPushOMDataSource - Class in org.apache.axiom.om.ds
Base class for OMDataSourceExt implementations that can easily serialize the content to an XMLStreamWriter but that are unable to produce the content as an XMLStreamReader.
AbstractPushOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractPushOMDataSource
 
AbstractWritableBlob - Class in org.apache.axiom.blob
AbstractWritableBlob() - Constructor for class org.apache.axiom.blob.AbstractWritableBlob
 
AbstractXMLReader - Class in org.apache.axiom.util.sax
Partial implementation of the XMLReader interface.
AbstractXMLReader() - Constructor for class org.apache.axiom.util.sax.AbstractXMLReader
 
accepts(OMContainer, int, String, String) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder.Selector
Check if the custom builder registered with this selector should be applied to the given element.
access(String) - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Indicates that the file was accessed.
ACTION_PROPERTY - Static variable in class org.apache.axiom.om.OMOutputFormat
 
Activator - Class in org.apache.axiom.locator
The OSGi bundle activator for the axiom-api bundle.
Activator() - Constructor for class org.apache.axiom.locator.Activator
 
addAttribute(String, String, OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Adds an attribute to this element.
addAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
Adds an attribute to this element.
addChild(OMNode) - Method in interface org.apache.axiom.om.OMContainer
Adds the given node as the last child of this container.
addDataHandler(String, DataHandler) - Method in class org.apache.axiom.attachments.Attachments
Programatically adding an SOAP with Attachments(SwA) Attachment.
addDetailEntry(OMElement) - Method in interface org.apache.axiom.soap.SOAPFaultDetail
 
addFault(Exception) - Method in interface org.apache.axiom.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPBody
 
addHeader(String, String) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
Add a header.
addHeaderBlock(String, OMNamespace) - Method in interface org.apache.axiom.soap.SOAPHeader
Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderBlock(QName) - Method in interface org.apache.axiom.soap.SOAPHeader
Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
addNamespace(String, String) - Method in class org.apache.axiom.om.xpath.AXIOMXPath
This override captures any added namespaces, as the Jaxen BaseXPath class nor NamespaceContext (or SimpleNamespaceContext) exposes thier internal map of the prefixes to the namespaces.
addNamespaces(OMElement) - Method in class org.apache.axiom.om.xpath.AXIOMXPath
Add the namespace declarations of a given OMElement to the namespace context of an XPath expression.
addSOAPText(SOAPFaultText) - Method in interface org.apache.axiom.soap.SOAPFaultReason
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.axiom.mime.MediaType
The media type for application/octet-stream.
APPLICATION_SOAP_XML - Static variable in class org.apache.axiom.mime.MediaType
The media type for application/soap+xml.
APPLICATION_XML - Static variable in class org.apache.axiom.mime.MediaType
The media type for application/xml.
APPLICATION_XOP_XML - Static variable in class org.apache.axiom.mime.MediaType
The media type for application/xop+xml.
ATTACHMENT_TIMEOUT_PROPERTY - Static variable in class org.apache.axiom.attachments.AttachmentCacheMonitor
 
AttachmentCacheMonitor - Class in org.apache.axiom.attachments
The CacheMonitor is responsible for deleting temporary attachment files after a timeout period has expired.
Attachments - Class in org.apache.axiom.attachments
 
Attachments() - Constructor for class org.apache.axiom.attachments.Attachments
Use this constructor when instantiating this to store the attachments set programatically through the SwA API.
Attachments(InputStream, String) - Constructor for class org.apache.axiom.attachments.Attachments
Sets file cache to false.
Attachments(InputStream, String, boolean, String, String) - Constructor for class org.apache.axiom.attachments.Attachments
Moves the pointer to the beginning of the first MIME part.
Attachments(InputStream, String, boolean, String, String, int) - Constructor for class org.apache.axiom.attachments.Attachments
Moves the pointer to the beginning of the first MIME part.
Attachments(LifecycleManager, InputStream, String, boolean, String, String) - Constructor for class org.apache.axiom.attachments.Attachments
Moves the pointer to the beginning of the first MIME part.
Attachments(LifecycleManager, InputStream, String, boolean, String, String, int) - Constructor for class org.apache.axiom.attachments.Attachments
Moves the pointer to the beginning of the first MIME part.
ATTACHMENTS - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
Deprecated.
This was used in old versions of Axis2 as the key identifying the attachments map in the message context. You should no longer use this.
ATTR_ACTOR - Static variable in interface org.apache.axiom.soap.SOAP11Constants
Field ATTR_ACTOR
ATTR_MUSTUNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field ATTR_MUSTUNDERSTAND
ATTR_MUSTUNDERSTAND_0 - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
ATTR_MUSTUNDERSTAND_1 - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
ATTR_MUSTUNDERSTAND_FALSE - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
ATTR_MUSTUNDERSTAND_TRUE - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
available() - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
AXIOMUtil - Class in org.apache.axiom.om.util
 
AXIOMUtil() - Constructor for class org.apache.axiom.om.util.AXIOMUtil
 
AXIOMXPath - Class in org.apache.axiom.om.xpath
 
AXIOMXPath(String) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
Construct an XPath expression from a given string.
AXIOMXPath(OMAttribute) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
Construct an XPath expression from a given attribute.
AXIOMXPath(OMElement, String) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
Construct an XPath expression from a given string and initialize its namespace context based on a given element.

B

Base64Utils - Class in org.apache.axiom.util.base64
Contains utility methods to work with base64 encoded data.
Base64Utils() - Constructor for class org.apache.axiom.util.base64.Base64Utils
 
Blob - Interface in org.apache.axiom.blob
Stores binary data.
BlobDataSource - Class in org.apache.axiom.blob
Data source backed by a Blob.
BlobDataSource(Blob, String) - Constructor for class org.apache.axiom.blob.BlobDataSource
 
BlobOMDataSource - Class in org.apache.axiom.om.ds
OMDataSource implementation backed by a Blob.
BlobOMDataSource(Blob, String) - Constructor for class org.apache.axiom.om.ds.BlobOMDataSource
Constructor.
BlobOMDataSource.Data - Class in org.apache.axiom.om.ds
 
BlobOMDataSourceCustomBuilder - Class in org.apache.axiom.om.ds.custombuilder
CustomBuilder implementation that creates a BlobOMDataSource.
BlobOMDataSourceCustomBuilder(WritableBlobFactory<?>, String) - Constructor for class org.apache.axiom.om.ds.custombuilder.BlobOMDataSourceCustomBuilder
Constructor.
Blobs - Class in org.apache.axiom.blob
Contains factory methods to create various types of blobs.
BODY_FAULT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field BODY_FAULT_LOCAL_NAME
BODY_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field BODY_LOCAL_NAME
BODY_NAMESPACE_PREFIX - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field BODY_NAMESPACE_PREFIX
build() - Method in class org.apache.axiom.mime.ContentType.Builder
Build the ContentType object.
build() - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
build() - Method in interface org.apache.axiom.om.OMSerializable
Builds itself.
builder() - Static method in class org.apache.axiom.mime.ContentType
Get a new builder instance.
builder() - Static method in class org.apache.axiom.mime.MultipartBody
 
buildWithAttachments() - Method in interface org.apache.axiom.om.OMNode
Builds itself with the OMText binary content.
ByteArrayDataSource - Class in org.apache.axiom.attachments
 
ByteArrayDataSource(byte[]) - Constructor for class org.apache.axiom.attachments.ByteArrayDataSource
 
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.axiom.attachments.ByteArrayDataSource
 

C

CachedFileDataSource - Class in org.apache.axiom.attachments
 
CachedFileDataSource(File) - Constructor for class org.apache.axiom.attachments.CachedFileDataSource
 
CDATA_SECTION_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is a CDATASection.
CharacterDataReader - Interface in org.apache.axiom.ext.stax
Optional interface implemented by XMLStreamReader implementations that support writing character data directly to a Writer.
checkForAgedFiles() - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Check for aged files and remove the aged ones.
clearParameters() - Method in class org.apache.axiom.mime.ContentType.Builder
Remove all parameters.
clone(OMCloneOptions) - Method in interface org.apache.axiom.om.OMInformationItem
Clone this information item.
cloneOMElement() - Method in interface org.apache.axiom.om.OMElement
Clones this element and its descendants using default options.
close() - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
close() - Method in class org.apache.axiom.blob.MemoryBlobOutputStream
 
close() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
close() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
 
close() - Method in class org.apache.axiom.om.ds.StringOMDataSource
 
close() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
close() - Method in interface org.apache.axiom.om.OMDataSourceExt
Close the DataSource and free its resources.
close() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Close this builder.
close() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
close() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
close() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
close() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
close() - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
close(boolean) - Method in interface org.apache.axiom.om.OMSerializable
If a builder and parser is associated with the node, it is closed.
COALESCING - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration that sets up the parser in coalescing mode.
COMMENT_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is a Comment.
compareOMAttribute(OMAttribute, OMAttribute, String) - Method in class org.apache.axiom.om.util.DigestGenerator
Compares two OMAttributes for the XML equality
compareOMDocument(OMDocument, OMDocument, String) - Method in class org.apache.axiom.om.util.DigestGenerator
Compares two OMDocuments for the XML equality
compareOMNode(OMNode, OMNode, String) - Method in class org.apache.axiom.om.util.DigestGenerator
Compares two OMNodes for the XML equality
complete() - Method in class org.apache.axiom.mime.MultipartBodyWriter
Complete writing of the MIME multipart package.
complete() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Complete writing of the MIME multipart package.
ConfigurableDataHandler - Class in org.apache.axiom.attachments
This Axiom DataHandler inplementation allows the user to set custom values for the following MIME body part headers.
ConfigurableDataHandler(Object, String) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
ConfigurableDataHandler(URL) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
ConfigurableDataHandler(DataSource) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
configure(Unmarshaller) - Method in interface org.apache.axiom.om.util.jaxb.UnmarshallerConfigurator
Apply settings to the given unmarshaller.
configure(XMLInputFactory, StAXDialect) - Method in interface org.apache.axiom.om.util.StAXParserConfiguration
Apply the configuration to the given factory.
configure(XMLOutputFactory, StAXDialect) - Method in interface org.apache.axiom.om.util.StAXWriterConfiguration
Deprecated.
Apply the configuration to the given factory.
containsKey(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
CONTENT_ID - Static variable in class org.apache.axiom.mime.Header
The name of the Content-ID header.
CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.axiom.mime.Header
The name of the Content-Transfer-Encoding header.
CONTENT_TYPE - Static variable in class org.apache.axiom.mime.Header
The name of the Content-Type header.
contentHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
ContentType - Class in org.apache.axiom.mime
Represents the (parsed) value of a Content-Type header as defined by RFC 2045.
ContentType(String) - Constructor for class org.apache.axiom.mime.ContentType
Constructor that parses a Content-Type header value.
ContentType(MediaType, String...) - Constructor for class org.apache.axiom.mime.ContentType
Constructor.
ContentType.Builder - Class in org.apache.axiom.mime
 
copy() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
copy() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
 
copy() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
copy() - Method in class org.apache.axiom.om.ds.StringOMDataSource
 
copy() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
copy() - Method in interface org.apache.axiom.om.OMDataSourceExt
Create a copy of the data source.
copy(InputStream, OutputStream, long) - Static method in class org.apache.axiom.util.io.IOUtils
Copy bytes between streams.
create(String) - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
create(String) - Method in interface org.apache.axiom.attachments.lifecycle.LifecycleManager
Create a unique file in the designated directory
create(OMElement) - Method in class org.apache.axiom.om.ds.custombuilder.BlobOMDataSourceCustomBuilder
 
create(OMElement) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder
Create an OMDataSource from the given OMElement.
createBlob() - Method in interface org.apache.axiom.blob.WritableBlobFactory
Create a new WritableBlob instance.
createBlob(byte[]) - Static method in class org.apache.axiom.blob.Blobs
Create a blob from a byte array.
createDataHandler(Part) - Method in interface org.apache.axiom.mime.DataHandlerFactory
Create a data handler for the given MIME part.
createDataSource(Part, String) - Method in class org.apache.axiom.mime.PartDataHandler
Create the DataSource to be returned by PartDataHandler.getDataSource().
createDefaultSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPFactory
Create a default SOAP message with an envelope with an empty body.
createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createMemoryBlob() - Static method in class org.apache.axiom.blob.Blobs
Create a MemoryBlob instance.
createOMAttribute(String, OMNamespace, String) - Method in interface org.apache.axiom.om.OMFactory
Create an attribute with the given name and value.
createOMBuilder(InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided input stream with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided input stream with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided character stream with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(SAXSource, boolean) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for plain XML that gets its input from a SAXSource.
createOMBuilder(SAXSource, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided SAXSource.
createOMBuilder(Source) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for plain XML that gets its input from a Source.
createOMBuilder(Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided Source.
createOMBuilder(Source, OMAttachmentAccessor) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
 
createOMBuilder(OMFactory, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(OMFactory, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(OMFactory, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
createOMBuilder(OMFactory, SAXSource, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided SAXSource using a specified object model factory.
createOMBuilder(OMFactory, Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided Source using a specified object model factory.
createOMBuilder(OMFactory, Source, OMAttachmentAccessor) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
 
createOMBuilder(OMFactory, StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.
createOMBuilder(OMFactory, StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.
createOMBuilder(OMFactory, StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with a given parser configuration.
createOMBuilder(OMFactory, StAXParserConfiguration, Attachments) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
createOMBuilder(OMFactory, StAXParserConfiguration, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an XOP aware model builder from the provided MultipartBody object using a specified object model factory and with a given parser configuration.
createOMBuilder(OMFactory, Node, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads an XML document from the provided DOM tree using a specified object model factory.
createOMBuilder(StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.
createOMBuilder(StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.
createOMBuilder(StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided character stream with a given parser configuration.
createOMBuilder(StAXParserConfiguration, Attachments) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
createOMBuilder(StAXParserConfiguration, MultipartBody) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an XOP aware object model builder.
createOMBuilder(StAXParserConfiguration, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an XOP aware model builder from the provided MultipartBody object and with a given parser configuration.
createOMBuilder(StAXParserConfiguration, InputSource) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for plain XML that reads a document from the provided input source.
createOMBuilder(Node, boolean) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for plain XML that gets its input from a DOM tree.
createOMBuilder(Node, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that reads a plain XML document from the provided DOM tree.
createOMComment(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
Creates a comment.
createOMDocType(OMContainer, String, String, String, String) - Method in interface org.apache.axiom.om.OMFactory
Creates DTD (DOCTYPE declaration) node.
createOMDocument() - Method in interface org.apache.axiom.om.OMFactory
Creates a new OMDocument.
createOMElement(String, String, String) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given name.
createOMElement(String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given name.
createOMElement(String, OMNamespace, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given name and parent.
createOMElement(QName) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given QName.
createOMElement(QName, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given QName and parent.
createOMElement(OMDataSource) - Method in interface org.apache.axiom.om.OMFactory
Create a sourced element.
createOMElement(OMDataSource, String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
Create a sourced element with a known local name and namespace URI.
createOMElement(OMDataSource, QName) - Method in interface org.apache.axiom.om.OMFactory
Create a sourced element with a known local name, namespace URI and namespace prefix.
createOMEntityReference(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
Create an entity reference.
createOMNamespace(String, String) - Method in interface org.apache.axiom.om.OMFactory
Create an OMNamespace instance or retrieve an existing one if the factory supports pooling.
createOMProcessingInstruction(OMContainer, String, String) - Method in interface org.apache.axiom.om.OMFactory
Creates a PI.
createOMText(Object, boolean) - Method in interface org.apache.axiom.om.OMFactory
createOMText(String) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(String, int) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(String, String, boolean) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(String, DataHandlerProvider, boolean) - Method in interface org.apache.axiom.om.OMFactory
Create a binary OMText node supporting deferred loading of the content.
createOMText(DataHandler, boolean) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, char[], int) - Method in interface org.apache.axiom.om.OMFactory
Deprecated. 
createOMText(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
Creates a new OMText node with the given value and appends it to the given parent element.
createOMText(OMContainer, String, int) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, String, String, boolean) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, QName) - Method in interface org.apache.axiom.om.OMFactory
Deprecated.
This method is only meaningful if it is used to create a text node that is the single child of an OMElement. However, for that purpose OMElement.setText(QName) should be used.
createOMText(OMContainer, QName, int) - Method in interface org.apache.axiom.om.OMFactory
Deprecated.
Creating a text node containing a QName and having a type other than OMNode.TEXT_NODE is not meaningful.
createOMText(OMContainer, OMText) - Method in interface org.apache.axiom.om.OMFactory
Create OMText node that is a copy of the source text node
createOverflowableBlob(int, String, String, File) - Static method in class org.apache.axiom.blob.Blobs
Create an OverflowableBlob that overflows to a temporary file.
createOverflowableBlob(int, WritableBlobFactory<?>) - Static method in class org.apache.axiom.blob.Blobs
Create an OverflowableBlob.
createSOAPBody() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPBody(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
Create a SOAP envelope.
createSOAPEnvelope(OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
Create a SOAP envelope with the given namespace.
createSOAPFault() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault(SOAPBody) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault(SOAPBody, Exception) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultCode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultCode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Code eii under SOAPFault (parent)
createSOAPFaultDetail() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultDetail(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Detail eii under SOAPFault (parent)
createSOAPFaultNode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultNode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Node eii under SOAPFault (parent)
createSOAPFaultReason() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultReason(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Reason eii under SOAPFault (parent)
createSOAPFaultRole() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultRole(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Role eii under SOAPFault (parent)
createSOAPFaultSubCode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultSubCode(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultText() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultText(SOAPFaultReason) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultValue() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultValue(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
Value eii under Code (parent)
createSOAPFaultValue(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under Value (parent)
createSOAPHeader() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeader(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
Create a SOAPHeader as a child of the given SOAPEnvelope.
createSOAPHeaderBlock(String, OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeaderBlock(String, OMNamespace, OMDataSource) - Method in interface org.apache.axiom.soap.SOAPFactory
Create a SOAPHeaderBlock from an OMDataSource with a known local name and namespace URI.
createSOAPHeaderBlock(String, OMNamespace, SOAPHeader) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeaderBlock(OMDataSource) - Method in interface org.apache.axiom.soap.SOAPFactory
Create a SOAPHeaderBlock from an OMDataSource.
createSOAPHeaderBlock(OMElement) - Method in interface org.apache.axiom.soap.SOAPFactory
Create a new SOAPHeaderBlock with the same content as the given element.
createSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPModelBuilder(InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided input stream, using a given charset encoding.
createSOAPModelBuilder(Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided character stream.
createSOAPModelBuilder(Source) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for SOAP that reads a message from the provided Source.
createSOAPModelBuilder(Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided Source.
createSOAPModelBuilder(Source, OMAttachmentAccessor) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
 
createSOAPModelBuilder(Attachments) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
createSOAPModelBuilder(MultipartBody) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an MTOM aware object model builder.
createSOAPModelBuilder(MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an MTOM aware model builder from the provided MultipartBody object.
createSOAPModelBuilder(OMMetaFactory, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided input stream, using a particular Axiom implementation and a given charset encoding.
createSOAPModelBuilder(OMMetaFactory, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided character stream using a particular Axiom implementation.
createSOAPModelBuilder(OMMetaFactory, Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that reads a message from the provided Source using a particular Axiom implementation.
createSOAPModelBuilder(OMMetaFactory, Source, OMAttachmentAccessor) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
 
createSOAPModelBuilder(OMMetaFactory, Attachments) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
createSOAPModelBuilder(OMMetaFactory, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an MTOM aware model builder from the provided MultipartBody object using a particular Axiom implementation.
createSOAPModelBuilder(InputSource) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for SOAP that reads a message from the provided input source.
createStAXOMBuilder(XMLStreamReader) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for plain XML that pulls events from a StAX stream reader.
createStAXOMBuilder(XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for plain XML that pulls events from a StAX stream reader.
createStAXOMBuilder(OMFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder that pulls events from a StAX stream reader using a specified object model factory.
createStAXSOAPModelBuilder(XMLStreamReader) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
Create an object model builder for SOAP that pulls events from a StAX stream reader.
createStAXSOAPModelBuilder(XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that pulls events from a StAX stream reader.
createStAXSOAPModelBuilder(OMMetaFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
Create an object model builder for SOAP that pulls events from a StAX stream reader and that uses a particular Axiom implementation.
createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamReader(InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(InputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(StAXParserConfiguration, String, InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamWriter(OutputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(OutputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(Writer) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(StAXWriterConfiguration, OutputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
createXMLStreamWriter(StAXWriterConfiguration, OutputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
createXMLStreamWriter(StAXWriterConfiguration, Writer) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
CustomBuilder - Interface in org.apache.axiom.om.ds.custombuilder
A Custom Builder is registered on the OMXMLParserWrapper for a particular set of elements.
CustomBuilder.Selector - Interface in org.apache.axiom.om.ds.custombuilder
Selects the elements to which a custom builder is applied.
CustomBuilderSupport - Interface in org.apache.axiom.om.ds.custombuilder
Interface allowing registration of a custom builder.

D

DataHandlerExt - Interface in org.apache.axiom.attachments.lifecycle
 
DataHandlerFactory - Interface in org.apache.axiom.mime
Factory for the DataHandler instances returned by Part.getDataHandler().
DataHandlerProvider - Interface in org.apache.axiom.ext.stax.datahandler
Interface used for deferred loading of binary content.
DataHandlerReader - Interface in org.apache.axiom.ext.stax.datahandler
Extension interface for XMLStreamReader implementations that expose base64 encoded binary content as DataHandler objects.
DataHandlerUtils - Class in org.apache.axiom.util.activation
Contains utility methods to work with DataHandler objects.
DataHandlerWrapper - Class in org.apache.axiom.util.activation
Base class for DataHandler wrappers.
DataHandlerWrapper(DataHandler) - Constructor for class org.apache.axiom.util.activation.DataHandlerWrapper
 
DataHandlerWriter - Interface in org.apache.axiom.ext.stax.datahandler
Extension interface for XMLStreamWriter implementations that can receive base64 encoded binary content as DataHandler objects.
DataSourceUtils - Class in org.apache.axiom.util.activation
Contains utility methods to work with DataSource objects.
DataSourceUtils() - Constructor for class org.apache.axiom.util.activation.DataSourceUtils
 
declareDefaultNamespace(String) - Method in interface org.apache.axiom.om.OMElement
Add a namespace declaration for the default namespace to this element.
declareNamespace(String, String) - Method in interface org.apache.axiom.om.OMElement
Add a namespace declaration for the given namespace URI to this element, optionally generating a prefix for that namespace.
declareNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Declares a namespace with the element as its scope.
decode(char[], int, int) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
decode(String) - Static method in class org.apache.axiom.util.base64.Base64Utils
Decodes a base64 encoded string into a byte array.
decode(String, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
DEFAULT - Static variable in interface org.apache.axiom.mime.DataHandlerFactory
Default factory that creates PartDataHandler instances.
DEFAULT - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
The default configuration.
DEFAULT - Static variable in interface org.apache.axiom.om.util.StAXWriterConfiguration
Deprecated.
The default configuration.
DEFAULT_CHAR_SET_ENCODING - Static variable in class org.apache.axiom.om.OMOutputFormat
Field DEFAULT_CHAR_SET_ENCODING.
DefaultOMMetaFactoryLocator - Class in org.apache.axiom.locator
The default OMMetaFactoryLocator implementation used in non OSGi environments.
DefaultOMMetaFactoryLocator() - Constructor for class org.apache.axiom.locator.DefaultOMMetaFactoryLocator
 
DeferredParsingException - Exception in org.apache.axiom.om
Exception indicating that an operation could not be completed because it needed to read additional data from the underlying parser and that action failed.
DeferredParsingException(Throwable) - Constructor for exception org.apache.axiom.om.DeferredParsingException
 
DelegatingXMLStreamReader - Interface in org.apache.axiom.ext.stax
Deprecated. 
delete(File) - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
delete(File) - Method in interface org.apache.axiom.attachments.lifecycle.LifecycleManager
Deletes attachment file
DELETE_ON_EXIT - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
DELETE_ON_TIME_INTERVAL - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
deleteOnExit(File) - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
deleteOnExit(File) - Method in interface org.apache.axiom.attachments.lifecycle.LifecycleManager
Mark the file for deletion on application/VM exit
deleteOnTimeInterval(int, File) - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
deleteOnTimeInterval(int, File) - Method in interface org.apache.axiom.attachments.lifecycle.LifecycleManager
Mark attachment file for deletion when designated time interval in seconds has elapsed.
deleteWhenReadOnce() - Method in interface org.apache.axiom.attachments.lifecycle.DataHandlerExt
detach() - Method in class org.apache.axiom.mime.MultipartBody
 
detach() - Method in interface org.apache.axiom.om.OMNode
Removes a node (and all of its children) from its containing parent.
detach() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Detach this builder from its underlying source, so that the state of the source object can be changed without impact on the object model produced by this builder.
DigestGenerator - Class in org.apache.axiom.om.util
Helper class to provide the functionality of the digest value generation.
DigestGenerator() - Constructor for class org.apache.axiom.om.util.DigestGenerator
 
disallowDoctypeDecl(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Configure the given factory to disallow DOCTYPE declarations.
discard() - Method in interface org.apache.axiom.mime.Part
Discard the content of this part.
discard() - Method in interface org.apache.axiom.om.OMNode
Discards a node.
DocumentNavigator - Class in org.apache.axiom.om.xpath
 
DocumentNavigator() - Constructor for class org.apache.axiom.om.xpath.DocumentNavigator
 
doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
Get namespace URI bound to a prefix in the current scope.
doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
 
doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
 
doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
Get prefix bound to namespace URI in the current scope.
doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
 
doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
 
doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
Get all prefixes bound to a namespace URI in the current scope.
doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
 
doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
 
DOMMetaFactory - Interface in org.apache.axiom.om.dom
Extension interface for OMMetaFactory implementations that support OMAbstractFactory.FEATURE_DOM.
DTD_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a DTD.
dtdHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
DTDReader - Interface in org.apache.axiom.ext.stax
Optional interface implemented by XMLStreamReader implementations that provide additional data about XMLStreamConstants.DTD events.
DummyLocation - Class in org.apache.axiom.util.stax
Dummy Location implementation.
DummyLocation() - Constructor for class org.apache.axiom.util.stax.DummyLocation
 

E

ELEMENT_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is an Element.
EmptyDataSource - Class in org.apache.axiom.util.activation
A data source with empty (zero length) content.
EmptyDataSource(String) - Constructor for class org.apache.axiom.util.activation.EmptyDataSource
Construct an empty data source with the given content type.
enableCDataReporting(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Configure the given factory to enable reporting of CDATA sections by stream readers created from it.
encode(byte[]) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
encode(byte[], int, int) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
encode(byte[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
encode(byte[], int, int, Writer) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
encode(byte[], int, int, StringBuffer) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
encode(DataHandler) - Static method in class org.apache.axiom.util.base64.Base64Utils
Get a base64 representation of the content of a given DataHandler as a string.
encodeToCharArray(DataHandler) - Static method in class org.apache.axiom.util.base64.Base64Utils
Get a base64 representation of the content of a given DataHandler as a char array.
endScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
End the current scope and restore the scope in which the current scope was nested.
ENTITY_REFERENCE_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is an Entity Reference.
entityResolver - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
equals(Object) - Method in class org.apache.axiom.mime.MediaType
 
equals(String, String) - Method in interface org.apache.axiom.om.OMNamespace
Method equals.
errorHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
examineAllHeaderBlocks() - Method in interface org.apache.axiom.soap.SOAPHeader
Returns an iterator over all the SOAPHeaderBlock objects in this SOAPHeader object.
examineHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Returns a list of all the SOAPHeaderBlock objects in this SOAPHeader object that have the the specified role.
examineMustUnderstandHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Returns an iterator over all the SOAPHeaderBlock objects in this SOAPHeader object that have the specified role and that have a MustUnderstand attribute whose value is equivalent to true.
externalGeneralEntities - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
extractAllHeaderBlocks() - Method in interface org.apache.axiom.soap.SOAPHeader
Returns an iterator over all the SOAPHeaderBlock objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Returns a list of all the SOAPHeaderBlock objects in this SOAPHeader object that have the the specified role and detaches them from this SOAPHeader object.

F

FACTORY - Static variable in interface org.apache.axiom.blob.MemoryBlob
 
FAULT_CODE_DATA_ENCODING_UNKNOWN - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
FAULT_CODE_MUST_UNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
FAULT_CODE_VERSION_MISMATCH - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
FEATURE_DEFAULT - Static variable in class org.apache.axiom.om.OMAbstractFactory
Feature for Axiom implementations that can be used as default implementations.
FEATURE_DOM - Static variable in class org.apache.axiom.om.OMAbstractFactory
Feature for Axiom implementations that implement DOM in addition to the Axiom API.
fetch() - Method in interface org.apache.axiom.mime.Part
Make sure that this part has been fully read from the underlying stream.
FileAccessor - Class in org.apache.axiom.attachments.lifecycle.impl
FileAccessor wraps the attachment temp file.
FileAccessor(LifecycleManager, File) - Constructor for class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
FileDeletor(int, File) - Constructor for class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
findNamespace(String, String) - Method in interface org.apache.axiom.om.OMElement
Finds a namespace with the given uri and prefix, in the scope of the hierarchy.
findNamespaceURI(String) - Method in interface org.apache.axiom.om.OMElement
Checks for a namespace in the context of this element with the given prefix and returns the relevant namespace object, if available.
flush() - Method in class org.apache.axiom.blob.MemoryBlobOutputStream
 
flush() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
flush() - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 

G

generateContentId() - Static method in class org.apache.axiom.util.UIDGenerator
Generates a unique ID suitable for usage as a MIME content ID.
generateMimeBoundary() - Static method in class org.apache.axiom.util.UIDGenerator
Generates a MIME boundary.
generateUID() - Static method in class org.apache.axiom.util.UIDGenerator
Generate a general purpose unique ID.
generateURN() - Static method in class org.apache.axiom.util.UIDGenerator
Generate a URN with uuid NID (namespace identifier).
generateURNString() - Static method in class org.apache.axiom.util.UIDGenerator
Generate a URN with uuid NID (namespace identifier).
getAccessCount() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getAllAttributes() - Method in interface org.apache.axiom.om.OMElement
Returns a list of OMAttributes.
getAllCommands() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getAllContentIDs() - Method in class org.apache.axiom.attachments.Attachments
Get the content IDs of all MIME parts in the message.
getAllDeclaredNamespaces() - Method in interface org.apache.axiom.om.OMElement
Returns an iterator for all of the namespaces declared on this element.
getAllDetailEntries() - Method in interface org.apache.axiom.soap.SOAPFaultDetail
 
getAllSoapTexts() - Method in interface org.apache.axiom.soap.SOAPFaultReason
 
getAncestorAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the ancestor XPath axis.
getAncestorOrSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the ancestor-or-self XPath axis.
getAttachmentAccessor() - Method in class org.apache.axiom.om.XOPEncoded
Get the accessor for the additional MIME parts referenced by the root part.
getAttachmentCacheMonitor() - Static method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Get or Create an AttachmentCacheMonitor singleton
getAttachmentSpecType() - Method in class org.apache.axiom.attachments.Attachments
Identify the type of message (MTOM or SOAP with attachments) represented by this object.
getAttribute(QName) - Method in interface org.apache.axiom.om.OMElement
Returns a named attribute if present.
getAttributeAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the attribute XPath axis.
getAttributeCount() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeCount() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeCount() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeName(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeName(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeName(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the name of the given attribute node.
getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeNamespaceUri(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the namespace URI of the given attribute node.
getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeQName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the QName of the given attribute node.
getAttributeStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of an attribute node.
getAttributesWithoutNS(OMElement) - Method in class org.apache.axiom.om.util.DigestGenerator
Gets the collection of attributes which are none namespace declarations for an OMElement
getAttributeType() - Method in interface org.apache.axiom.om.OMAttribute
Get the attribute type.
getAttributeType(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeType(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeType(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeValue() - Method in interface org.apache.axiom.om.OMAttribute
Get the attribute value.
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getAttributeValue(QName) - Method in interface org.apache.axiom.om.OMElement
Returns a named attribute's value, if present.
getBean(CommandInfo) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getBindingsCount() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Get the number of namespace bindings defined in this context, in all scopes.
getBlob() - Method in interface org.apache.axiom.mime.Part
Get the content of this part as a Blob.
getBlob() - Method in class org.apache.axiom.om.ds.BlobOMDataSource.Data
 
getBody() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBuilder() - Method in interface org.apache.axiom.om.OMContainer
Returns the builder object.
getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getCharacterOffset() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getCharsetEncoding() - Method in interface org.apache.axiom.om.OMDocument
Get the character set encoding scheme.
getCharSetEncoding() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Returns the character set encoding scheme.
getCharSetEncoding() - Method in class org.apache.axiom.om.OMOutputFormat
Returns the character set encoding scheme.
getChildAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the child XPath axis.
getChildElements() - Method in interface org.apache.axiom.om.OMElement
Returns a filtered list of children - just the elements.
getChildren() - Method in interface org.apache.axiom.om.OMContainer
Returns an iterator for the children of the container.
getChildrenWithLocalName(String) - Method in interface org.apache.axiom.om.OMContainer
Returns an iterator for child nodes matching the local name.
getChildrenWithName(QName) - Method in interface org.apache.axiom.om.OMContainer
Returns an iterator for child nodes matching the given QName.
getChildrenWithNamespaceURI(String) - Method in interface org.apache.axiom.om.OMContainer
Returns an iterator for child nodes matching the namespace uri.
getCode() - Method in interface org.apache.axiom.soap.SOAPFault
 
getColumnNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getCommand(String) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getCommentStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of a comment node.
getContent() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getContentHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getContentId() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getContentID() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Get the content ID of the binary content for the current event, if available.
getContentID() - Method in interface org.apache.axiom.mime.Part
Get the content ID of this part, i.e. the value of the Content-ID header with the enclosing brackets removed.
getContentID() - Method in interface org.apache.axiom.om.OMText
Gets the content id.
getContentIDList() - Method in class org.apache.axiom.attachments.Attachments
Get the content IDs of the already loaded MIME parts in the message.
getContentIDSet() - Method in class org.apache.axiom.attachments.Attachments
Get the content IDs of all MIME parts in the message.
getContentLength() - Method in class org.apache.axiom.attachments.Attachments
If the Attachments is backed by an InputStream, then this method returns the length of the message contents (Length of the entire message - Length of the Transport Headers)
getContentLocation() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getContentType() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getContentType() - Method in class org.apache.axiom.attachments.CachedFileDataSource
 
getContentType() - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
getContentType() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getContentType() - Method in class org.apache.axiom.blob.BlobDataSource
 
getContentType() - Method in class org.apache.axiom.mime.MultipartBody
 
getContentType() - Method in interface org.apache.axiom.mime.Part
Get the content type of this part.
getContentType() - Method in class org.apache.axiom.om.OMOutputFormat
Return the content-type value that should be written with the message.
getContentType() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getContentType() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getContentTypeForMTOM(String) - Method in class org.apache.axiom.om.OMOutputFormat
Generates a Content-Type value for MTOM messages.
getContentTypeForSwA(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
getDataHandler() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerProvider
Get the DataHandler object for the binary content.
getDataHandler() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Get the DataHandler with the binary content for the current event.
getDataHandler() - Method in interface org.apache.axiom.mime.Part
Get the content of this part as a DataHandler.
getDataHandler() - Method in interface org.apache.axiom.om.OMText
Gets the datahandler.
getDataHandler(String) - Method in class org.apache.axiom.attachments.Attachments
Get the DataHandler object for the MIME part with a given content ID.
getDataHandler(String) - Method in interface org.apache.axiom.om.OMAttachmentAccessor
Get the DataHandler for the MIME part identified by a given content ID.
getDataHandlerFromElement(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get a DataHandler for the binary data encoded in an element.
getDataHandlerProvider() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Get a DataHandlerProvider instance for deferred loading of the binary content for the current event.
getDataHandlerReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get the DataHandlerReader extension for a given XMLStreamReader, if available.
getDataHandlerWriter(XMLStreamWriter) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Get the DataHandlerWriter extension for a given XMLStreamWriter.
getDataSource() - Method in class org.apache.axiom.mime.PartDataHandler
 
getDataSource() - Method in interface org.apache.axiom.om.OMSourcedElement
 
getDataSource() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getDefaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
Create a default SOAP envelope with an empty header and an empty body.
getDefaultFaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getDefaultNamespace() - Method in interface org.apache.axiom.om.OMElement
Get the default namespace in scope on this element.
getDescendantAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
 
getDescendantOrSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the descendant-or-self XPath axis.
getDescendants(boolean) - Method in interface org.apache.axiom.om.OMContainer
Get an iterator over all descendants of the container.
getDescendants(boolean) - Method in interface org.apache.axiom.om.OMDocument
Get an iterator over all descendants of the container.
getDescendants(boolean) - Method in interface org.apache.axiom.om.OMElement
Get an iterator over all descendants of the container.
getDetail() - Method in interface org.apache.axiom.soap.SOAPFault
 
getDialect(Class<?>) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Detect the dialect of a given StAX implementation.
getDialect(XMLInputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Detect the StAX dialect of a given XMLInputFactory instance.
getDialect(XMLOutputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Detect the StAX dialect of a given XMLOutputFactory instance.
getDigest(OMAttribute, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMAttribute
getDigest(OMDocument, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMDocument
getDigest(OMElement, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMElement
getDigest(OMNode, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMNode
getDigest(OMProcessingInstruction, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMProcessingInstruction
getDigest(OMText, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMText
getDocument() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Get the document being built by this builder.
getDocument(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Loads a document from the given URI.
getDocumentElement() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Get the document element, i.e. the root element of the document.
getDocumentElement(boolean) - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Get the document element, optionally discarding the document.
getDocumentNode(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns the document node that contains the given context node.
getDOMImplementation() - Method in interface org.apache.axiom.om.dom.DOMMetaFactory
Get the DOMImplementation instance.
getDTDHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getElementById(Object, String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns the element whose ID is given by elementId.
getElementName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the name of the given element node.
getElementNamespaceUri(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the namespace URI of the given element node.
getElementQName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the QName of the given element node.
getElementStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of an element node.
getElementText() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
 
getElementText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getElementText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getElementText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getElementTextAsStream(XMLStreamReader, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get the text content of the current element as a Reader object.
getEncoding() - Method in class org.apache.axiom.om.ds.BlobOMDataSource.Data
 
getEncoding() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getEncoding() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getEncoding() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getEncodingURI() - Method in class org.apache.axiom.soap.SOAP11Version
 
getEncodingURI() - Method in class org.apache.axiom.soap.SOAP12Version
 
getEncodingURI() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the encoding namespace for this version of SOAP
getEntityResolver() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP11Version
 
getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP12Version
 
getEnvelopeURI() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the envelope namespace for this version of SOAP
getErrorHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getEventAllocator() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
getEventType() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getEventType() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getEventType() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getException() - Method in interface org.apache.axiom.soap.SOAPFault
Returns Exception if there is one in the SOAP fault.
getExpandedName(OMAttribute) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMAttribute
getExpandedName(OMElement) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMElement
getFault() - Method in interface org.apache.axiom.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFaultCode() - Method in exception org.apache.axiom.soap.SOAPProcessingException
 
getFaultCodeQName() - Method in class org.apache.axiom.soap.SOAP11Version
 
getFaultCodeQName() - Method in class org.apache.axiom.soap.SOAP12Version
 
getFaultCodeQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the fault code element.
getFaultDetailQName() - Method in class org.apache.axiom.soap.SOAP11Version
 
getFaultDetailQName() - Method in class org.apache.axiom.soap.SOAP12Version
 
getFaultDetailQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the fault detail element.
getFaultNodeValue() - Method in interface org.apache.axiom.soap.SOAPFaultNode
 
getFaultReasonQName() - Method in class org.apache.axiom.soap.SOAP11Version
 
getFaultReasonQName() - Method in class org.apache.axiom.soap.SOAP12Version
 
getFaultReasonQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the fault reason element.
getFaultReasonText(Locale) - Method in interface org.apache.axiom.soap.SOAPFaultReason
Extract the fault reason text for the locale that best matches the given locale.
getFaultRoleQName() - Method in class org.apache.axiom.soap.SOAP11Version
 
getFaultRoleQName() - Method in class org.apache.axiom.soap.SOAP12Version
 
getFaultRoleQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the fault role/actor element.
getFeature(String) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getFile() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getFileAccessor(String) - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
getFileAccessor(String) - Method in interface org.apache.axiom.attachments.lifecycle.LifecycleManager
This method will return the file accessor associated with this file.
getFileName() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getFirstBindingInCurrentScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Get the index of the first namespace binding defined in the current scope.
getFirstChildWithName(QName) - Method in interface org.apache.axiom.om.OMContainer
Returns the first child in document order that matches the given QName.
getFirstElement() - Method in interface org.apache.axiom.om.OMElement
Returns the first child element of the element.
getFirstElementLocalName() - Method in interface org.apache.axiom.soap.SOAPBody
Retrieves the local name of the first element in the body.
getFirstElementNS() - Method in interface org.apache.axiom.soap.SOAPBody
Retrieves the OMNamespace of the first element in the body.
getFirstOMChild() - Method in interface org.apache.axiom.om.OMContainer
Gets the first child.
getFirstSOAPText() - Method in interface org.apache.axiom.soap.SOAPFaultReason
 
getFollowingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the following XPath axis.
getFollowingSiblingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the following-sibling XPath axis.
getHeader() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns the SOAPHeader object for this envelope.
getHeader(String) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
Get a header value.
getHeader(String) - Method in interface org.apache.axiom.mime.Part
Get the value of a specific header.
getHeaderBlocksWithName(QName) - Method in interface org.apache.axiom.soap.SOAPHeader
Get all header blocks with the given name.
getHeaderBlocksWithNamespaceURI(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Get all header blocks in the given namespace.
getHeaderBlocksWithNSURI(String) - Method in interface org.apache.axiom.soap.SOAPHeader
getHeaders() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getHeaders() - Method in interface org.apache.axiom.mime.Part
Get the headers of this part.
getHeadersToProcess(RolePlayer) - Method in interface org.apache.axiom.soap.SOAPHeader
Get the appropriate set of headers for a RolePlayer.
getHeadersToProcess(RolePlayer, String) - Method in interface org.apache.axiom.soap.SOAPHeader
Get the appropriate set of headers for a RolePlayer and a particular namespace.
getIncomingAttachmentsAsSingleStream() - Method in class org.apache.axiom.attachments.Attachments
Deprecated.
As of Axiom 1.2.13, this method is no longer supported.
getIncomingAttachmentStreams() - Method in class org.apache.axiom.attachments.Attachments
Stream based access
getInputStream() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getInputStream() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getInputStream() - Method in interface org.apache.axiom.blob.Blob
Get an input stream to read the data in the blob.
getInputStream() - Method in class org.apache.axiom.blob.BlobDataSource
 
getInputStream() - Method in interface org.apache.axiom.blob.MemoryBlob
 
getInputStream() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getInputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getInputStream(boolean) - Method in interface org.apache.axiom.mime.Part
Get the content of this part as an InputStream.
getInternalSubset() - Method in interface org.apache.axiom.om.OMDocType
Get the internal subset.
getLang() - Method in interface org.apache.axiom.soap.SOAPFaultText
 
getLifecycleManager() - Method in class org.apache.axiom.attachments.Attachments
 
getLineNumber() - Method in interface org.apache.axiom.om.OMElement
Deprecated. 
getLineNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getLocalName() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
getLocalName() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
 
getLocalName() - Method in interface org.apache.axiom.om.OMNamedInformationItem
Get the local name of the information item.
getLocalName() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
Get the local name of the element represented by this data source.
getLocalName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getLocalName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getLocalName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getLocation() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getLocation() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getLocation() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getMap() - Method in class org.apache.axiom.attachments.Attachments
Get a map of all MIME parts in the message.
getMediaType() - Method in class org.apache.axiom.mime.ContentType.Builder
Get the media type.
getMediaType() - Method in class org.apache.axiom.mime.ContentType
Get the media type this content type refers to.
getMediaType() - Method in class org.apache.axiom.soap.SOAP11Version
 
getMediaType() - Method in class org.apache.axiom.soap.SOAP12Version
 
getMediaType() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the media type for this version of SOAP.
getMessage() - Method in exception org.apache.axiom.ext.io.StreamCopyException
 
getMetaFactory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the meta factory instance for the default Axiom implementation.
getMetaFactory() - Method in interface org.apache.axiom.om.OMFactory
Get the OMMetaFactory from which this factory was obtained.
getMetaFactory(String) - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the meta factory instance for the Axiom implementation with a given feature.
getMimeBoundary() - Method in class org.apache.axiom.om.OMOutputFormat
 
getMultipartBody() - Method in class org.apache.axiom.attachments.Attachments
 
getMustUnderstand() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Returns the boolean value of the mustUnderstand attribute for this header block.
getMustUnderstandFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
 
getMustUnderstandFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
 
getMustUnderstandFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the MustUnderstand fault code
getName() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getName() - Method in class org.apache.axiom.blob.BlobDataSource
 
getName() - Method in class org.apache.axiom.mime.Header
Get the name of this header.
getName() - Method in interface org.apache.axiom.om.OMEntityReference
Get the name of the referenced entity.
getName() - Method in interface org.apache.axiom.om.OMNamespace
Deprecated.
This method is deprecated. Please use getNamespaceURI() method instead.
getName() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getName() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getName() - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Get the name of this dialect.
getName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespace() - Method in interface org.apache.axiom.om.OMNamedInformationItem
Get the namespace this information item is part of.
getNamespace() - Method in interface org.apache.axiom.om.OMText
Deprecated.
This API is going away. Please use OMElement.getTextAsQName() instead.
getNamespace() - Method in interface org.apache.axiom.soap.SOAPFactory
Get the envelope namespace for the SOAP version used by this factory.
getNamespaceAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the namespace XPath axis.
getNamespaceContext() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespaceContext(boolean) - Method in interface org.apache.axiom.om.OMElement
Get the namespace context of this element, as determined by the namespace declarations present on this element and its ancestors.
getNamespaceCount() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceCount() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceCount() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespacePrefix(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the namespace prefix of a namespace node.
getNamespaces() - Method in class org.apache.axiom.om.xpath.AXIOMXPath
Expose the prefix to namespace mapping for this expression
getNamespacesInScope() - Method in interface org.apache.axiom.om.OMElement
Get an iterator that returns all namespaces in scope for this element.
getNamespaceStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of a namespace node.
getNamespaceURI() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
getNamespaceURI() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
 
getNamespaceURI() - Method in interface org.apache.axiom.om.OMNamedInformationItem
Get the namespace URI of this information item.
getNamespaceURI() - Method in interface org.apache.axiom.om.OMNamespace
Get the namespace URI.
getNamespaceURI() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
Get the namespace URI of the element represented by this data source.
getNamespaceURI() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Get the namespace URI of the binding with the given index.
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNextContentId() - Method in class org.apache.axiom.om.OMOutputFormat
 
getNextOMSibling() - Method in interface org.apache.axiom.om.OMNode
Returns the next sibling in document order.
getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP11Version
 
getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP12Version
 
getNextRoleURI() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the "next" role/actor URI
getNextStream() - Method in class org.apache.axiom.attachments.IncomingAttachmentStreams
Returns the next attachment stream in sequence.
getNode() - Method in interface org.apache.axiom.soap.SOAPFault
Get the SOAP fault node.
getNodeType(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns a number that identifies the type of node that the given object represents in this navigator.
getObject() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.StringOMDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
getObject() - Method in interface org.apache.axiom.om.OMDataSourceExt
Get the object that backs this data source.
getObject(Class<? extends OMDataSourceExt>) - Method in interface org.apache.axiom.om.OMSourcedElement
Get the object that backs the data source set on this element.
getOMDocumentElement() - Method in interface org.apache.axiom.om.OMDocument
Get the document element.
getOMFactory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the default OM factory instance.
getOMFactory() - Method in interface org.apache.axiom.om.OMInformationItem
Get the OMFactory corresponding to the type of this information item.
getOMFactory() - Method in interface org.apache.axiom.om.OMMetaFactory
Get the OM factory instance for the XML infoset model.
getOMMetaFactory(String) - Method in interface org.apache.axiom.om.OMMetaFactoryLocator
Get the OMMetaFactory for the given feature.
getOperation() - Method in exception org.apache.axiom.ext.io.StreamCopyException
Get information about the type of operation that fails.
getOptimizedThreshold() - Method in class org.apache.axiom.om.OMOutputFormat
 
getOrCreateHeader() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns the existing SOAPHeader object for this envelope or creates a new one if there is none.
getOriginalXMLStreamReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Deprecated.
As of version 1.3.0, Axiom no longer permits access to the original stream reader.
getOutputFormat() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Get the output format used by this writer.
getOutputStream() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getOutputStream() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getOutputStream() - Method in class org.apache.axiom.blob.BlobDataSource
 
getOutputStream() - Method in interface org.apache.axiom.blob.MemoryBlob
 
getOutputStream() - Method in interface org.apache.axiom.blob.WritableBlob
Create an output stream to write data to the blob.
getOutputStream() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Get the underlying OutputStream for this writer, if available.
getOutputStream() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getOutputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getOverflowBlob() - Method in interface org.apache.axiom.blob.OverflowableBlob
Get a reference to the overflow blob.
getOwner() - Method in interface org.apache.axiom.om.OMAttribute
Returns the owner element of this attribute
getParameter(String) - Method in class org.apache.axiom.mime.ContentType.Builder
Get the specified parameter value.
getParameter(String) - Method in class org.apache.axiom.mime.ContentType
Get the specified parameter value.
getParent() - Method in interface org.apache.axiom.ext.stax.DelegatingXMLStreamReader
Deprecated.
 
getParent() - Method in interface org.apache.axiom.om.OMNode
Returns the parent containing node.
getParent() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
Get the parent stream reader.
getParent() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
getParentAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the parent XPath axis.
getParentNode(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns the parent of the given context node.
getPart() - Method in class org.apache.axiom.mime.PartDataHandler
Get the MIME part linked to this data handler.
getPart(String) - Method in class org.apache.axiom.mime.MultipartBody
Get the MIME part with the given content ID.
getPartCount() - Method in class org.apache.axiom.mime.MultipartBody
Get the number of parts in this multipart.
getPIData() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getPIData() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getPIData() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getPITarget() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getPITarget() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getPITarget() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getPrecedingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the preceding XPath axis.
getPrecedingSiblingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the preceding-sibling XPath axis.
getPreferredCommands() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getPrefix() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
getPrefix() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
 
getPrefix() - Method in interface org.apache.axiom.om.OMNamedInformationItem
Get the prefix of this information item.
getPrefix() - Method in interface org.apache.axiom.om.OMNamespace
Get the namespace prefix.
getPrefix() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
Get the namespace prefix of the element represented by this data source.
getPrefix() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getPrefix() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getPrefix() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getPrefix(int) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Get the prefix of the binding with the given index.
getPrefix(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getPrefix(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
getPrefixes(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getPreviousOMSibling() - Method in interface org.apache.axiom.om.OMNode
Gets the previous sibling.
getPrimaryType() - Method in class org.apache.axiom.mime.MediaType
Get the primary type.
getProcessedFlag() - Method in class org.apache.axiom.soap.SOAPCloneOptions
Determine how the SOAPHeaderBlock.isProcessed() flag should be set on cloned SOAPHeaderBlock nodes.
getProcessingInstructionData(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the data of a processing-instruction.
getProcessingInstructionTarget(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the target of a processing-instruction.
getProperty(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
getProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Get the value of a property stored on this instance.
getProperty(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
getProperty(String) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
getProperty(String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
getProperty(String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getPublicId() - Method in interface org.apache.axiom.ext.stax.DTDReader
Get the public ID of the external subset.
getPublicId() - Method in interface org.apache.axiom.om.OMDocType
Get the public ID of the external subset.
getPublicId() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getQName() - Method in interface org.apache.axiom.om.OMNamedInformationItem
Get the QName of this information item.
getReader() - Method in class org.apache.axiom.om.ds.AbstractPushOMDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.StringOMDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
getReader() - Method in interface org.apache.axiom.om.OMDataSource
Get parser for element data.
getReason() - Method in interface org.apache.axiom.soap.SOAPFault
 
getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
 
getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
 
getReceiverFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the Receiver fault code.
getRelay() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Returns the relay status associated with this SOAPHeaderBlock object.
getReplacementText() - Method in interface org.apache.axiom.om.OMEntityReference
Get the replacement value for this entity reference.
getRole() - Method in interface org.apache.axiom.soap.SOAPFault
 
getRole() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Returns the uri of the actor associated with this SOAPHeaderBlock object.
getRoleAttributeQName() - Method in class org.apache.axiom.soap.SOAP11Version
 
getRoleAttributeQName() - Method in class org.apache.axiom.soap.SOAP12Version
 
getRoleAttributeQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the role attribute (actor/role)
getRoles() - Method in interface org.apache.axiom.soap.RolePlayer
Get a list of the roles supported.
getRoleValue() - Method in interface org.apache.axiom.soap.SOAPFaultRole
 
getRootContentId() - Method in class org.apache.axiom.om.OMOutputFormat
 
getRootName() - Method in interface org.apache.axiom.ext.stax.DTDReader
Get the root name of the DTD, i.e. the name immediately following the DOCTYPE keyword.
getRootName() - Method in interface org.apache.axiom.om.OMDocType
Get the root name, i.e. the name immediately following the DOCTYPE keyword.
getRootPart() - Method in class org.apache.axiom.mime.MultipartBody
 
getRootPart() - Method in class org.apache.axiom.om.XOPEncoded
Get the root part of the XOP message.
getRootPartContentID() - Method in class org.apache.axiom.attachments.Attachments
Get the content ID of the root part of the MIME message.
getRootPartContentType() - Method in class org.apache.axiom.attachments.Attachments
Get the content type of the root part of the MIME message.
getRootPartContentType() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Get the content type of the root part, as determined by the OMOutputFormat passed to the constructor of this object.
getRootPartInputStream() - Method in class org.apache.axiom.attachments.Attachments
Get an input stream for the root part of the MIME message.
getRootPartInputStream(boolean) - Method in class org.apache.axiom.attachments.Attachments
Get an input stream for the root part of the MIME message.
getSAXResult() - Method in interface org.apache.axiom.om.OMContainer
Get a SAXResult object that can be used to append child nodes to this container.
getSAXSource(boolean) - Method in interface org.apache.axiom.om.OMContainer
Get a SAXSource representation for this node.
getSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves an Iterator matching the self xpath axis.
getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
 
getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
 
getSenderFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the Sender fault code
getSingleton() - Static method in class org.apache.axiom.soap.SOAP11Version
Deprecated.
Use SOAPVersion.SOAP11 instead.
getSingleton() - Static method in class org.apache.axiom.soap.SOAP12Version
Deprecated.
Use SOAPVersion.SOAP12 instead.
getSize() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getSize() - Method in class org.apache.axiom.attachments.CachedFileDataSource
 
getSize() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getSize() - Method in interface org.apache.axiom.blob.Blob
Get the size of the blob.
getSize() - Method in class org.apache.axiom.blob.BlobDataSource
 
getSize() - Method in interface org.apache.axiom.blob.MemoryBlob
 
getSize() - Method in interface org.apache.axiom.ext.activation.SizeAwareDataSource
Get the size of the data source.
getSize() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getSize(DataSource) - Static method in class org.apache.axiom.util.activation.DataSourceUtils
Determine the size of the data represented by a DataSource object.
getSOAP11Factory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the default SOAP 1.1 OM factory instance.
getSOAP11Factory() - Method in interface org.apache.axiom.om.OMMetaFactory
Get the OM factory instance for the SOAP 1.1 infoset model.
getSOAP12Factory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the default SOAP 1.2 OM factory instance.
getSOAP12Factory() - Method in interface org.apache.axiom.om.OMMetaFactory
Get the OM factory instance for the SOAP 1.2 infoset model.
getSOAPBodyFirstElementLocalName() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Retrieves the local name of the first element in the body.
getSOAPBodyFirstElementNS() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Retrieves the OMNamespace of the first element in the body.
getSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPMessage
 
getSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPModelBuilder
Get the SOAP envelope for the document processed by this builder.
getSOAPFaultText(String) - Method in interface org.apache.axiom.soap.SOAPFaultReason
 
getSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPModelBuilder
Get the SOAP message being built by this builder.
getSOAPPartContentID() - Method in class org.apache.axiom.attachments.Attachments
Deprecated.
getSOAPPartContentType() - Method in class org.apache.axiom.attachments.Attachments
Deprecated.
getSOAPPartInputStream() - Method in class org.apache.axiom.attachments.Attachments
Deprecated.
getSOAPVersion() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getSoapVersionURI() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getStAXWriterConfiguration() - Method in class org.apache.axiom.om.OMOutputFormat
Deprecated. 
getStringRepresentation(byte[]) - Method in class org.apache.axiom.om.util.DigestGenerator
Gets the String representation of the byte array
getSubCode() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
 
getSubType() - Method in class org.apache.axiom.mime.MediaType
Get the subtype.
getSystemId() - Method in interface org.apache.axiom.ext.stax.DTDReader
Get the system ID of the external subset.
getSystemId() - Method in interface org.apache.axiom.om.OMDocType
Get the system ID of the external subset.
getSystemId() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getTarget() - Method in interface org.apache.axiom.om.OMProcessingInstruction
Gets the target of this Processing Instruction.
getText() - Method in interface org.apache.axiom.om.OMElement
Returns the non-empty text children as a string.
getText() - Method in interface org.apache.axiom.om.OMText
Returns the text value of this node.
getText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getTextAsQName() - Method in interface org.apache.axiom.om.OMElement
Resolve the content of this element to a QName.
getTextAsQName() - Method in interface org.apache.axiom.om.OMText
Deprecated.
If the underlying parser is non coalescing, then this method may unexpectedly fail or return an incorrect result. Always use OMElement.getTextAsQName() to get the QName value of an element.
getTextAsStream(boolean) - Method in interface org.apache.axiom.om.OMElement
Returns a stream representing the concatenation of the text nodes that are children of a this element.
getTextCharacters() - Method in interface org.apache.axiom.om.OMText
Deprecated. 
getTextCharacters() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getTextLength() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextLength() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getTextLength() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getTextStart() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextStart() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getTextStart() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getTextStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieve the string-value of a text node.
getTimeout() - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
 
getTransferData(DataFlavor) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getTransferDataFlavors() - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
getTransferEncoding() - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
getType() - Method in interface org.apache.axiom.om.OMNode
Returns the type of node.
getValidElements(OMDocument) - Method in class org.apache.axiom.om.util.DigestGenerator
Gets the valid element collection of an OMDocument.
getValue() - Method in class org.apache.axiom.mime.Header
Get the value of this header.
getValue() - Method in interface org.apache.axiom.om.OMComment
Returns the value of this comment as defined by XPath 1.0.
getValue() - Method in interface org.apache.axiom.om.OMProcessingInstruction
Gets the value of this Processing Instruction.
getValue() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Get the SOAPFaultValue for this fault code or subcode.
getValueAsQName() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Get the value of this fault code or subcode.
getVersion() - Method in interface org.apache.axiom.soap.SOAPEnvelope
 
getVersion() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
What SOAP version is this HeaderBlock?
getVersion() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getVersion() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getVersion() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
getXMLBytes(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Deprecated. 
getXMLEncoding() - Method in interface org.apache.axiom.om.OMDocument
Get the charset encoding of this document as specified in the XML declaration.
getXMLInputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the default configuration.
getXMLInputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLInputFactory(StAXParserConfiguration) - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the specified configuration.
getXMLInputFactory(StAXParserConfiguration, boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
getXMLInputStream(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Deprecated. 
getXMLOutputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLOutputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLOutputFactory(StAXWriterConfiguration) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLOutputFactory(StAXWriterConfiguration, boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. 
getXMLReporter() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
getXMLResolver() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
getXMLStreamException() - Method in exception org.apache.axiom.util.stax.XMLStreamIOException
Get the wrapped XMLStreamException.
getXMLStreamReader() - Method in interface org.apache.axiom.om.OMContainer
Get a pull parser representation of this element with caching enabled.
getXMLStreamReader(boolean) - Method in interface org.apache.axiom.om.OMContainer
Get a pull parser representation of this information item.
getXMLStreamReader(boolean, OMXMLStreamReaderConfiguration) - Method in interface org.apache.axiom.om.OMContainer
Get a pull parser representation of this information item.
getXMLStreamReaderWithoutCaching() - Method in interface org.apache.axiom.om.OMContainer
Get a pull parser representation of this element with caching disabled.
getXmlVersion() - Method in class org.apache.axiom.om.OMOutputFormat
 
getXMLVersion() - Method in interface org.apache.axiom.om.OMDocument
Returns the XML version.
getXOPEncodedStreamReader(boolean) - Method in interface org.apache.axiom.om.OMContainer
Get an XOP encoded pull parser representation of this information item.

H

handleEvent(int) - Method in interface org.apache.axiom.attachments.lifecycle.impl.LifecycleEventHandler
When a Event occurs in FileAccessor, execute the LifecycleManager Operation For example, if the delete behaviour is readOnce and if the inputstream on attachment is read and closed the first time, the delete operation in LifecycleManager should be executed.
hasFault() - Method in interface org.apache.axiom.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hasFault() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns true if there is a SOAPFault in the body.
hashCode() - Method in class org.apache.axiom.mime.MediaType
 
hasName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
hasName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
hasName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
hasName(QName) - Method in interface org.apache.axiom.om.OMNamedInformationItem
Determine if this information item has the given name.
hasNext() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
hasNext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
hasNext() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
hasPrimaryType(String) - Method in class org.apache.axiom.mime.MediaType
Check if this media type has the given primary type.
hasProperty(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
hasProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Check if a property with the given name is set on this instance.
hasSubType(String) - Method in class org.apache.axiom.mime.MediaType
Check if this media type has the given sub type.
hasText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
hasText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
hasText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
Header - Class in org.apache.axiom.mime
A MIME header.
Header(String, String) - Constructor for class org.apache.axiom.mime.Header
Constructor.
HEADER_CONTENT_DESCRIPTION - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_CONTENT_ID - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_CONTENT_LENGTH - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_CONTENT_LOCATION - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_CONTENT_TYPE - Static variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
HEADER_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field HEADER_LOCAL_NAME

I

ImmutableXMLInputFactory - Class in org.apache.axiom.util.stax.wrapper
Wraps an XMLInputFactory so that its state can no longer be changed.
ImmutableXMLInputFactory(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
Constructor.
ImmutableXMLOutputFactory - Class in org.apache.axiom.util.stax.wrapper
Wraps an XMLOutputFactory so that its state (i.e. its properties) can no longer be changed.
ImmutableXMLOutputFactory(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
Constructor.
importInformationItem(OMInformationItem) - Method in interface org.apache.axiom.om.OMFactory
Create a copy of the given information item using this factory.
IncomingAttachmentInputStream - Class in org.apache.axiom.attachments
 
IncomingAttachmentInputStream(InputStream, IncomingAttachmentStreams) - Constructor for class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
IncomingAttachmentStreams - Class in org.apache.axiom.attachments
Container for AttachmentStream s.
insertSiblingAfter(OMNode) - Method in interface org.apache.axiom.om.OMNode
Inserts a new sibling after the current node.
insertSiblingBefore(OMNode) - Method in interface org.apache.axiom.om.OMNode
Inserts a sibling just before the current node.
INSTANCE - Static variable in class org.apache.axiom.util.activation.EmptyDataSource
Empty data source instance with content type application/octet-stream.
INSTANCE - Static variable in class org.apache.axiom.util.stax.DummyLocation
 
IOUtils - Class in org.apache.axiom.util.io
 
isAttribute(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is an attribute node.
isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isAutoCloseWriter() - Method in class org.apache.axiom.om.OMOutputFormat
Deprecated. 
isBinary() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Check whether the current event is a XMLStreamConstants.CHARACTERS event representing base64 encoded binary content and for which a DataHandler is available.
isBinary() - Method in interface org.apache.axiom.om.OMText
 
isCharacters() - Method in interface org.apache.axiom.om.OMText
Deprecated. 
isCharacters() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isCharacters() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isCharacters() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isComment(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a comment node.
isComplete() - Method in interface org.apache.axiom.om.OMSerializable
Indicates whether parser has parsed this information item completely or not.
isCompleted() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
 
isCopyOMDataSources() - Method in class org.apache.axiom.om.OMCloneOptions
Determine whether OMSourcedElement nodes should be cloned as OMSourcedElement nodes by copying the corresponding OMDataSource objects.
isDataFlavorSupported(DataFlavor) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
isDeferred() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Check whether the XMLStreamReader supports deferred loading of the binary content for the current event.
isDestructiveRead() - Method in class org.apache.axiom.om.ds.AbstractPushOMDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.StringOMDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
isDestructiveRead() - Method in interface org.apache.axiom.om.OMDataSourceExt
Returns true if reading the backing object is destructive.
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.AbstractPullOMDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
isDestructiveWrite() - Method in interface org.apache.axiom.om.OMDataSourceExt
Returns true if writing the backing object is destructive.
isDocument(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a document node.
isDoingSWA() - Method in class org.apache.axiom.om.OMOutputFormat
Indicates whether the document should be serialized using SwA.
isElement(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is an element node.
isEndElement() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isEndElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isEndElement() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isExpanded() - Method in interface org.apache.axiom.om.OMSourcedElement
 
isFetchDataHandlers() - Method in class org.apache.axiom.om.OMCloneOptions
Determine whether DataHandler objects should be fetched when cloning OMText nodes.
isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.OMOutputFormat
 
isLargerThan(DataHandler, long) - Static method in class org.apache.axiom.util.activation.DataHandlerUtils
Check if the given DataHandler will produce a byte stream that is longer than a given limit.
isNamespace(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a namespace node.
isNamespaceURIInterning() - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
Determine whether namespace URIs returned by the XMLStreamReader should be interned.
isOptimized() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Check if the binary content is eligible for optimization (e.g. using XOP) or if it should be serialized as base64.
isOptimized() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Check if MTOM is enabled.
isOptimized() - Method in class org.apache.axiom.om.OMOutputFormat
Indicates whether the document should be serialized using MTOM.
isOptimized() - Method in interface org.apache.axiom.om.OMText
 
isPreserveModel() - Method in class org.apache.axiom.om.OMCloneOptions
Determine whether domain specific extensions to the object model should be preserved.
isPreserveNamespaceContext() - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
Determine whether strict namespace preservation is enabled.
isProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
 
isProcessingInstruction(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a processing-instruction node.
isPropertySupported(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
isPropertySupported(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
isReadyToGetNextStream() - Method in class org.apache.axiom.attachments.IncomingAttachmentStreams
 
isRegistered() - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
isSOAP11() - Method in class org.apache.axiom.om.OMOutputFormat
 
isStandalone() - Method in interface org.apache.axiom.om.OMDocument
XML standalone value.
isStandalone() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isStandalone() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isStandalone() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isStartElement() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isStartElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isStartElement() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isText(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a text node.
isTextual() - Method in class org.apache.axiom.mime.ContentType
Check if the content type is textual, i.e. if an entity with this content type should be human readable.
isUltimateDestination() - Method in interface org.apache.axiom.soap.RolePlayer
Are we the ultimate destination?
isValidBase64Encoding(String) - Static method in class org.apache.axiom.util.base64.Base64Utils
Deprecated. 
isWhiteSpace() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
isWhiteSpace() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
isWhiteSpace() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
isXML() - Method in class org.apache.axiom.mime.MediaType
Check if this media type describes XML content as defined in RFC 7303.
iterator() - Method in class org.apache.axiom.mime.MultipartBody
 

J

JAXBOMDataSource - Class in org.apache.axiom.om.ds.jaxb
OMDataSource backed by a JAXB object.
JAXBOMDataSource(JAXBContext, Object) - Constructor for class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
Constructor.
JAXBUtils - Class in org.apache.axiom.om.util.jaxb
Contains utility methods that integrate JAXB with Axiom.

L

lexicalHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
LifecycleEventDefinitions - Class in org.apache.axiom.attachments.lifecycle.impl
 
LifecycleEventDefinitions() - Constructor for class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
LifecycleEventHandler - Interface in org.apache.axiom.attachments.lifecycle.impl
The attachment life cycle manager supports create and delete operations on the FileAccessor(which holds attachment file).
LifecycleManager - Interface in org.apache.axiom.attachments.lifecycle
Lifecycle Manager will be used to manage the lifecycle of attachment files.
LifecycleManagerImpl - Class in org.apache.axiom.attachments.lifecycle.impl
 
LifecycleManagerImpl() - Constructor for class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
LifecycleManagerImpl.FileDeletor - Class in org.apache.axiom.attachments.lifecycle.impl
 
load(Map<String, Object>) - Method in interface org.apache.axiom.locator.loader.OMMetaFactoryLoader
Get the OMMetaFactory instance for the Axiom implementation.
logParserState() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
Dump the current event of the delegate.

M

makeThreadSafe(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Make an XMLInputFactory object thread safe.
makeThreadSafe(XMLOutputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Deprecated. 
MapBasedNamespaceContext - Class in org.apache.axiom.util.namespace
Namespace context implementation that stores namespace bindings in a Map.
MapBasedNamespaceContext(Map<String, String>) - Constructor for class org.apache.axiom.util.namespace.MapBasedNamespaceContext
Constructor.
mark(int) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
mark(int) - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
markSupported() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
Don't want to support mark and reset since this may get us into concurrency problem when different pieces of software may have a handle to the underlying InputStream.
markSupported() - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
md5DigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
String representing the MD5 digest algorithm
MediaType - Class in org.apache.axiom.mime
Represents a media type as defined by RFC 2045 and RFC 2046.
MediaType(String) - Constructor for class org.apache.axiom.mime.MediaType
Constructor that parses a media type.
MediaType(String, String) - Constructor for class org.apache.axiom.mime.MediaType
Constructor.
MemoryBlob - Interface in org.apache.axiom.blob
Blob that stores data in memory.
MemoryBlobInputStream - Class in org.apache.axiom.blob
Input stream that doesn't throw IOException and that supports InputStream.mark(int).
MemoryBlobInputStream() - Constructor for class org.apache.axiom.blob.MemoryBlobInputStream
 
MemoryBlobOutputStream - Class in org.apache.axiom.blob
Output stream that doesn't throw IOException and that implements ReadFromSupport.
MemoryBlobOutputStream() - Constructor for class org.apache.axiom.blob.MemoryBlobOutputStream
 
META_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
The name of the system property that allows to override the default Axiom implementation.
MIMEException - Exception in org.apache.axiom.mime
Indicates a MIME processing error.
MIMEException() - Constructor for exception org.apache.axiom.mime.MIMEException
 
MIMEException(String) - Constructor for exception org.apache.axiom.mime.MIMEException
 
MIMEException(String, Throwable) - Constructor for exception org.apache.axiom.mime.MIMEException
 
MIMEException(Throwable) - Constructor for exception org.apache.axiom.mime.MIMEException
 
MTOM_TYPE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
If the Message is MTOM optimised then MTOM_TYPE
MTOMConstants - Interface in org.apache.axiom.om.impl
 
MTOMXMLStreamWriter - Class in org.apache.axiom.om.impl
MTOMXMLStreamWriter is an XML + Attachments stream writer.
MTOMXMLStreamWriter() - Constructor for class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
MULTIPART_RELATED - Static variable in class org.apache.axiom.mime.MediaType
The media type for multipart/related.
MultipartBody - Class in org.apache.axiom.mime
A MIME multipart message read from a stream.
MultipartBody.Builder - Class in org.apache.axiom.mime
 
MultipartBody.PartCreationListener - Interface in org.apache.axiom.mime
 
MultipartBodyWriter - Class in org.apache.axiom.mime
Writes a MIME multipart body as used by XOP/MTOM and SOAP with Attachments.
MultipartBodyWriter(OutputStream, String) - Constructor for class org.apache.axiom.mime.MultipartBodyWriter
Constructor.
MUST_UNDERSTAND_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 

N

namespacePrefixes - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
namespaces - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
 
newDocumentBuilderFactory() - Method in interface org.apache.axiom.om.dom.DOMMetaFactory
next() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
 
next() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
next() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
next() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
nextTag() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
 
nextTag() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
nextTag() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
nextTag() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
NodeUnavailableException - Exception in org.apache.axiom.om
Exception indicating that a requested node cannot be returned because it is no longer available.
NodeUnavailableException() - Constructor for exception org.apache.axiom.om.NodeUnavailableException
 
NON_COALESCING - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration that sets up the parser in non coalescing mode.
normalize(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Normalize an XMLInputFactory.
normalize(XMLInputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Detect the dialect of a given XMLInputFactory and normalize it.
normalize(XMLOutputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Deprecated. 
normalize(XMLOutputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Deprecated. 

O

OMAbstractFactory - Class in org.apache.axiom.om
Provides instances for object model and meta factories.
OMAttachmentAccessor - Interface in org.apache.axiom.om
Interface to look up MIME parts.
OMAttribute - Interface in org.apache.axiom.om
Interface OMAttribute
OMCloneOptions - Class in org.apache.axiom.om
 
OMCloneOptions() - Constructor for class org.apache.axiom.om.OMCloneOptions
 
OMComment - Interface in org.apache.axiom.om
Interface OMComment
OMContainer - Interface in org.apache.axiom.om
Captures the operations related to containment shared by both a document and an element.
OMDataSource - Interface in org.apache.axiom.om
Interface to arbitrary source of XML element data.
OMDataSourceExt - Interface in org.apache.axiom.om
Interface to a backing object that can can be read and written as XML.
OMDocType - Interface in org.apache.axiom.om
Interface OMDocType
OMDocument - Interface in org.apache.axiom.om
 
OMElement - Interface in org.apache.axiom.om
A particular kind of node that represents an element infoset information item.
OMEntityReference - Interface in org.apache.axiom.om
Represents an unexpanded entity reference in an XML document.
OMException - Exception in org.apache.axiom.om
Class OMException
OMException() - Constructor for exception org.apache.axiom.om.OMException
Constructor OMException
OMException(String) - Constructor for exception org.apache.axiom.om.OMException
Constructor OMException
OMException(String, Throwable) - Constructor for exception org.apache.axiom.om.OMException
Constructor OMException
OMException(Throwable) - Constructor for exception org.apache.axiom.om.OMException
Constructor OMException
OMFactory - Interface in org.apache.axiom.om
Class OMFactory
OMHierarchyException - Exception in org.apache.axiom.om
Thrown if an object model operation would lead to a hierarchy that is not allowed.
OMHierarchyException(String) - Constructor for exception org.apache.axiom.om.OMHierarchyException
 
OMInformationItem - Interface in org.apache.axiom.om
Represents an information item in an XML document.
OMMetaFactory - Interface in org.apache.axiom.om
Object model meta factory.
OMMetaFactoryLoader - Interface in org.apache.axiom.locator.loader
Loads the OMMetaFactory for a given Axiom implementation.
OMMetaFactoryLocator - Interface in org.apache.axiom.om
Used internally by OMAbstractFactory to locate the OMMetaFactory for a given feature.
OMMetaFactorySPI - Interface in org.apache.axiom.om
For internal use only.
OMMultipartWriter - Class in org.apache.axiom.om.impl
Writes a MIME multipart package as used by XOP/MTOM and SOAP with Attachments.
OMMultipartWriter(OutputStream, OMOutputFormat) - Constructor for class org.apache.axiom.om.impl.OMMultipartWriter
 
OMNamedInformationItem - Interface in org.apache.axiom.om
Represents an information item that has a name, more precisely a namespace URI, a local name and a prefix.
OMNamespace - Interface in org.apache.axiom.om
A namespace binding specifying a namespace prefix and a namespace URI.
OMNode - Interface in org.apache.axiom.om
Defines the base interface used by most of the XML object model within Axis.
OMOutputFormat - Class in org.apache.axiom.om
Formats options for OM Output.
OMOutputFormat() - Constructor for class org.apache.axiom.om.OMOutputFormat
 
OMOutputFormat(OMOutputFormat) - Constructor for class org.apache.axiom.om.OMOutputFormat
Constructs a new instance by copying the configuration from an existing instance.
OMProcessingInstruction - Interface in org.apache.axiom.om
Interface OMProcessingInstruction
OMSerializable - Interface in org.apache.axiom.om
Information item that can be serialized (written to an XML stream writer) and deserialized (retrieved from an XML parser) as a unit.
OMSourcedElement - Interface in org.apache.axiom.om
Element whose data is backed by an arbitrary Java object.
OMText - Interface in org.apache.axiom.om
Represents character data in an XML document.
OMXMLBuilderFactory - Class in org.apache.axiom.om
Provides static factory methods to create various kinds of object model builders from different types of input sources.
OMXMLParserWrapper - Interface in org.apache.axiom.om
Interface OMXMLParserWrapper
OMXMLStreamReaderConfiguration - Class in org.apache.axiom.om
OMXMLStreamReaderConfiguration() - Constructor for class org.apache.axiom.om.OMXMLStreamReaderConfiguration
 
org.apache.axiom.attachments - package org.apache.axiom.attachments
 
org.apache.axiom.attachments.lifecycle - package org.apache.axiom.attachments.lifecycle
 
org.apache.axiom.attachments.lifecycle.impl - package org.apache.axiom.attachments.lifecycle.impl
 
org.apache.axiom.blob - package org.apache.axiom.blob
Contains utility classes to work with binary data.
org.apache.axiom.ext.activation - package org.apache.axiom.ext.activation
Defines Axiom specific extensions to the Java Activation Framework API.
org.apache.axiom.ext.io - package org.apache.axiom.ext.io
Defines Axiom specific extensions to the classes in java.io.
org.apache.axiom.ext.stax - package org.apache.axiom.ext.stax
Defines Axiom specific extensions to the StAX API.
org.apache.axiom.ext.stax.datahandler - package org.apache.axiom.ext.stax.datahandler
Defines an Axiom specific extension to the StAX API to work with DataHandler objects.
org.apache.axiom.locator - package org.apache.axiom.locator
Contains classes used internally by the axiom-api artifact to locate Axiom implementations.
org.apache.axiom.locator.loader - package org.apache.axiom.locator.loader
 
org.apache.axiom.mime - package org.apache.axiom.mime
Contains interfaces for MIME message processing.
org.apache.axiom.om - package org.apache.axiom.om
Contains core interfaces of the Axiom API.
org.apache.axiom.om.dom - package org.apache.axiom.om.dom
Contains extension interfaces for Axiom implementations that support DOM.
org.apache.axiom.om.ds - package org.apache.axiom.om.ds
Contains ready to use OMDataSource implementations.
org.apache.axiom.om.ds.custombuilder - package org.apache.axiom.om.ds.custombuilder
 
org.apache.axiom.om.ds.jaxb - package org.apache.axiom.om.ds.jaxb
 
org.apache.axiom.om.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.util - package org.apache.axiom.om.util
 
org.apache.axiom.om.util.jaxb - package org.apache.axiom.om.util.jaxb
 
org.apache.axiom.om.xpath - package org.apache.axiom.om.xpath
 
org.apache.axiom.soap - package org.apache.axiom.soap
 
org.apache.axiom.util - package org.apache.axiom.util
Contains utility classes not depending on the Axiom API.
org.apache.axiom.util.activation - package org.apache.axiom.util.activation
Contains utility classes to work with the Java Activation Framework.
org.apache.axiom.util.base64 - package org.apache.axiom.util.base64
Contains utility classes to work with base64 encoded data.
org.apache.axiom.util.io - package org.apache.axiom.util.io
 
org.apache.axiom.util.namespace - package org.apache.axiom.util.namespace
Contains utility classes to work with NamespaceContext and QName.
org.apache.axiom.util.sax - package org.apache.axiom.util.sax
 
org.apache.axiom.util.stax - package org.apache.axiom.util.stax
Contains StAX utility classes not depending on the Axiom API.
org.apache.axiom.util.stax.debug - package org.apache.axiom.util.stax.debug
Contains classes that can be used to debug StAX related issues.
org.apache.axiom.util.stax.dialect - package org.apache.axiom.util.stax.dialect
Contains classes to handle differences between StAX implementations.
org.apache.axiom.util.stax.wrapper - package org.apache.axiom.util.stax.wrapper
Contains classes to build wrappers for various StAX objects.
OverflowableBlob - Interface in org.apache.axiom.blob
Blob that accumulates data in memory and transfers it to a different type of blob if the size exceeds a certain threshold.

P

parseXPath(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns a parsed form of the given xpath string, which will be suitable for queries on documents that use the same navigator as this one.
Part - Interface in org.apache.axiom.mime
A MIME part.
partCreated(Part) - Method in interface org.apache.axiom.mime.MultipartBody.PartCreationListener
 
PartDataHandler - Class in org.apache.axiom.mime
DataHandler implementation for MIME parts read from a stream.
PartDataHandler(Part) - Constructor for class org.apache.axiom.mime.PartDataHandler
 
PAYLOAD - Static variable in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder.Selector
Selects the message payload element.
PI_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a ProcessingInstruction.
prepareDataHandler(DataHandler) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Prepare a DataHandler for serialization without using the DataHandlerWriter API.
PRESERVE_CDATA_SECTIONS - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration that sets up the parser to preserve CDATA sections.
processGetProperty(DataHandlerReader, String) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Helper method to implement XMLStreamReader.getProperty(String).
PROPERTY - Static variable in interface org.apache.axiom.ext.stax.CharacterDataReader
The name of the property used to look up this extension interface from a XMLStreamReader implementation.
PROPERTY - Static variable in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
The name of the property used to look up this extension interface from a XMLStreamReader implementation.
PROPERTY - Static variable in interface org.apache.axiom.ext.stax.datahandler.DataHandlerWriter
The name of the property used to look up this extension interface from a XMLStreamWriter implementation.
PROPERTY - Static variable in interface org.apache.axiom.ext.stax.DTDReader
The name of the property used to look up this extension interface from a XMLStreamReader implementation.
purgeDataSource() - Method in interface org.apache.axiom.attachments.lifecycle.DataHandlerExt
This method will give users an option to trigger a purge on temporary attachment files.

Q

QNAME_ACTOR - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_FAULT_CODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_FAULT_CODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_DETAIL - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_FAULT_DETAIL - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_NODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_REASON - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_FAULT_REASON - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_ROLE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_FAULT_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_SUBCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_TEXT - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_FAULT_VALUE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_MU_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_MU_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_RECEIVER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_RECEIVER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_RELAY - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNAME_SENDER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
QNAME_SENDER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
QNameAwareOMDataSource - Interface in org.apache.axiom.om
Optional interface implemented by OMDataSource implementations that have knowledge about the local name, namespace URI and/or namespace prefix of the element they represent.

R

read() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read() - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
read(byte[]) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read(byte[]) - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
READ - Static variable in exception org.apache.axiom.ext.io.StreamCopyException
Indicates that the wrapped exception was triggered while reading from the input stream (or data source).
READ_ONCE_AND_DELETE - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
readFrom(InputStream) - Method in class org.apache.axiom.blob.AbstractWritableBlob
 
readFrom(InputStream) - Method in interface org.apache.axiom.blob.WritableBlob
Read data from the given input stream and write it to the blob.
readFrom(InputStream, long) - Method in interface org.apache.axiom.ext.io.ReadFromSupport
Read data from the given input stream and write it to this output stream.
ReadFromSupport - Interface in org.apache.axiom.ext.io
Optional interface implemented by OutputStream implementations that support transferring data from an InputStream.
readOnce() - Method in interface org.apache.axiom.attachments.lifecycle.DataHandlerExt
Get an InputStream that consumes the content of this data handler.
readOnce() - Method in interface org.apache.axiom.blob.MemoryBlob
Get an input stream that consumes the content of this blob.
register(String) - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Register a file name with the monitor.
registerCustomBuilder(CustomBuilder.Selector, CustomBuilder) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilderSupport
Register a custom builder.
RELAY_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 
release() - Method in interface org.apache.axiom.blob.MemoryBlob
 
release() - Method in interface org.apache.axiom.blob.WritableBlob
Release all resources held by this blob.
removeAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
Removes the given attribute from this element.
removeChildren() - Method in interface org.apache.axiom.om.OMContainer
Remove all children from this container.
removeDataHandler(String) - Method in class org.apache.axiom.attachments.Attachments
Removes the DataHandler corresponding to the given contenID.
removeParameter(String) - Method in class org.apache.axiom.mime.ContentType.Builder
Remove the parameter with the specified name.
require(int, String, String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
require(int, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
require(int, String, String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
reset() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
reset() - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
resolveQName(String) - Method in interface org.apache.axiom.om.OMElement
Resolves a QName literal in the namespace context defined by this element and produces a corresponding QName object.
RESPECT_SWA_ATTACHMENT_ORDER - Static variable in class org.apache.axiom.om.OMOutputFormat
Deprecated.
As of version 1.2.13, Axiom always respects the order of attachments.
RESPECT_SWA_ATTACHMENT_ORDER_DEFAULT - Static variable in class org.apache.axiom.om.OMOutputFormat
Deprecated.
As of version 1.2.13, Axiom always respects the order of attachments.
ROLE_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
A SOAPHeaderBlock may be represented as an unexpanded OMSourcedElement.
RolePlayer - Interface in org.apache.axiom.soap
This interface represents the thing which provides us with the SOAP roles in a given context.
ROOT_PART - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
Deprecated. 
run() - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
run() - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 

S

ScopedNamespaceContext - Class in org.apache.axiom.util.namespace
NamespaceContext implementation that supports nested scopes.
ScopedNamespaceContext() - Constructor for class org.apache.axiom.util.namespace.ScopedNamespaceContext
 
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
serialize(OutputStream, boolean) - Method in interface org.apache.axiom.om.OMContainer
Serialize the node.
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
Deprecated. 
serialize(OutputStream, OMOutputFormat, boolean) - Method in interface org.apache.axiom.om.OMContainer
Serialize the node.
serialize(Writer) - Method in interface org.apache.axiom.om.OMContainer
Deprecated.
serialize(Writer, boolean) - Method in interface org.apache.axiom.om.OMContainer
Serialize the node.
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
Deprecated. 
serialize(Writer, OMOutputFormat, boolean) - Method in interface org.apache.axiom.om.OMContainer
Serialize the node.
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.AbstractPullOMDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.jaxb.JAXBOMDataSource
 
serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMDataSource
Serializes element data directly to StAX writer.
serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializable
Serializes the information item with caching.
serialize(XMLStreamWriter, boolean) - Method in interface org.apache.axiom.om.OMSerializable
Serializes the information item to the given XMLStreamWriter.
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMContainer
Deprecated.
serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
serializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializable
Serializes the information item without caching.
setAttachmentBlobFactory(WritableBlobFactory<?>) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setAttributeType(String) - Method in interface org.apache.axiom.om.OMAttribute
 
setAttributeValue(String) - Method in interface org.apache.axiom.om.OMAttribute
 
setAutoCloseWriter(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
Deprecated. 
setBinary(boolean) - Method in interface org.apache.axiom.om.OMText
Sets the isBinary flag.
setCharsetEncoding(String) - Method in interface org.apache.axiom.om.OMDocument
Sets the character set encoding scheme to be used.
setCharSetEncoding(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
setCode(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultCode is a mandatory item in a Fault, in SOAP 1.2 specification
setCommandMap(CommandMap) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 
setContentHandler(ContentHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setContentID(String) - Method in interface org.apache.axiom.om.OMText
Set a specific content id
setContentType(String) - Method in class org.apache.axiom.attachments.CachedFileDataSource
 
setContentType(String) - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
setContentType(String) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setContentType(String) - Method in class org.apache.axiom.om.OMOutputFormat
Set a raw content-type (i.e.
setContentType(ContentType) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setCopyOMDataSources(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
Specify whether OMSourcedElement nodes should be cloned as OMSourcedElement nodes by copying the corresponding OMDataSource objects.
setDataHandlerFactory(DataHandlerFactory) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setDataSource(OMDataSource) - Method in interface org.apache.axiom.om.OMSourcedElement
Deprecated.
This method is deprecated because its semantics are not clearly defined. In particular it is unspecified whether the name of the element may change as a result of an invocation of this method.
setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setDetail(SOAPFaultDetail) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
setDoingSWA(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
Specifies that the document should be serialized using SwA (SOAP with Attachments).
setDoOptimize(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
Specifies that the document should be serialized using MTOM.
setDTDHandler(DTDHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setEntityResolver(EntityResolver) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setEventAllocator(XMLEventAllocator) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
 
setEventAllocator(XMLEventAllocator) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
setException(Exception) - Method in interface org.apache.axiom.soap.SOAPFault
 
setFactoryPerClassLoader(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated.
Per class loader factories are no longer supported. The code now always uses the class loader that loaded the StAXUtils class.
setFaultCode(String) - Method in exception org.apache.axiom.soap.SOAPProcessingException
 
setFaultNodeValue(String) - Method in interface org.apache.axiom.soap.SOAPFaultNode
each SOAP node is identified by a URI.
setFeature(String, boolean) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setFetchDataHandlers(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
Specify whether DataHandler objects should be fetched when cloning OMText nodes.
setFile(File) - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
setIgnoreXMLDeclaration(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setInputStream(InputStream) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setLang(String) - Method in interface org.apache.axiom.soap.SOAPFaultText
lang is a mandatory attribute within the SOAPFaultText which must have SOAP12Constants.SOAP_FAULT_TEXT_LANG_ATTR_NS_URI as the namespace URI and SOAP12constants.SOAP_FAULT_TEXT_LANG_ATTR_NS_PREFIX or a capitalization thereof as the prefix
setLifecycleManager(LifecycleManager) - Method in class org.apache.axiom.attachments.Attachments
 
setLineNumber(int) - Method in interface org.apache.axiom.om.OMElement
Deprecated. 
setLocalName(String) - Method in interface org.apache.axiom.om.OMNamedInformationItem
Set the local name of this information item.
setMediaType(MediaType) - Method in class org.apache.axiom.mime.ContentType.Builder
Set the media type.
setMetaFactoryLocator(OMMetaFactoryLocator) - Static method in class org.apache.axiom.om.OMAbstractFactory
Explicitly set a meta factory locator.
setMimeBoundary(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
setMustUnderstand(boolean) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Sets the mustUnderstand attribute for this SOAPHeaderBlock object to be on or off.
setNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Set the namespace for this element.
setNamespace(OMNamespace, boolean) - Method in interface org.apache.axiom.om.OMNamedInformationItem
Set the namespace for this information item.
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setNamespaceURIInterning(boolean) - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
Specify whether namespace URIs returned by the XMLStreamReader should be interned.
setNamespaceWithNoFindInCurrentScope(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Deprecated.
setNode(SOAPFaultNode) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
setOMDocumentElement(OMElement) - Method in interface org.apache.axiom.om.OMDocument
Set the document element of the XML document.
setOMNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMAttribute
setOptimize(boolean) - Method in interface org.apache.axiom.om.OMText
Sets the optimize flag.
setOptimizedThreshold(int) - Method in class org.apache.axiom.om.OMOutputFormat
 
setParameter(String, String) - Method in class org.apache.axiom.mime.ContentType.Builder
Set the specified parameter value.
setPartCreationListener(MultipartBody.PartCreationListener) - Method in class org.apache.axiom.mime.MultipartBody.Builder
 
setPrefix(String, String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Define a prefix binding in the current scope.
setPrefix(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setPreserveModel(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
Specify whether domain specific extensions to the object model should be preserved.
setPreserveNamespaceContext(boolean) - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
Specify whether the namespace context determined by the ancestors of the element should be preserved.
setProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
We need to know whether all the mustUnderstand headers have been processed by the node.
setProcessedFlag(Boolean) - Method in class org.apache.axiom.soap.SOAPCloneOptions
Specify how the SOAPHeaderBlock.isProcessed() flag should be set on cloned SOAPHeaderBlock nodes.
setProperty(String, Object) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
 
setProperty(String, Object) - Method in interface org.apache.axiom.om.OMDataSourceExt
Set a property on this instance.
setProperty(String, Object) - Method in class org.apache.axiom.om.OMOutputFormat
 
setProperty(String, Object) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
 
setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
 
setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
 
setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
setReason(SOAPFaultReason) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification
setRegistered(boolean) - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
setRelay(boolean) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Sets the relay attribute for this SOAPHeaderBlock to be either true or false.
setRole(String) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Sets the actor associated with this SOAPHeaderBlock object to the specified actor.
setRole(SOAPFaultRole) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
setRoleValue(String) - Method in interface org.apache.axiom.soap.SOAPFaultRole
The value of the Role element information item MUST be one of the roles assumed by the node during processing of the message
setRootContentId(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
setSOAP11(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setSOAPEnvelope(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPMessage
Sets the SOAP envelope for this message.
setStandalone(String) - Method in interface org.apache.axiom.om.OMDocument
 
setStAXWriterConfiguration(StAXWriterConfiguration) - Method in class org.apache.axiom.om.OMOutputFormat
Deprecated. 
setSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Fault SubCode can contain an optional SubCode
setTarget(String) - Method in interface org.apache.axiom.om.OMProcessingInstruction
Sets the target of this Processing Instruction.
setText(String) - Method in interface org.apache.axiom.om.OMElement
Set the content of this element to the given text.
setText(QName) - Method in interface org.apache.axiom.om.OMElement
Set the content of this element to the given QName.
setTimeout(int) - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
This method should Set a new timeout value
setTransferEncoding(String) - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
setType(String) - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
setValue(String) - Method in interface org.apache.axiom.om.OMComment
Sets the content of this comment to the specified string.
setValue(String) - Method in interface org.apache.axiom.om.OMProcessingInstruction
Sets the value of this Processing Instruction.
setValue(QName) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Set the value of this fault code or subcode.
setValue(SOAPFaultValue) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Fault SubCode contain only one mandatory Value child.
setXMLEncoding(String) - Method in interface org.apache.axiom.om.OMDocument
Set the charset encoding for the XML declaration of this document.
setXMLReporter(XMLReporter) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
setXMLResolver(XMLResolver) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
setXmlVersion(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
setXMLVersion(String) - Method in interface org.apache.axiom.om.OMDocument
Sets the XML version.
sha1DigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
String representing the SHA1 digest algorithm
shaDigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
String representing the SHA digest algorithm
SizeAwareDataSource - Interface in org.apache.axiom.ext.activation
Optional extension interface that can be implemented by data sources that support a getSize method.
skip(long) - Method in class org.apache.axiom.blob.MemoryBlobInputStream
 
SOAP - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration suitable for SOAP messages.
SOAP_11_CONTENT_TYPE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
SOAP_12_CONTENT_TYPE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ACTOR_NEXT - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
SOAP_DEFAULT_NAMESPACE_PREFIX - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field SOAP_DEFAULT_NAMESPACE_PREFIX
SOAP_ENCODING_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
SOAP_ENCODING_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ENVELOPE_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
SOAP_ENVELOPE_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_ACTOR_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
Field SOAP_FAULT_ACTOR_LOCAL_NAME
SOAP_FAULT_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
Field SOAP_FAULT_CODE_LOCAL_NAME
SOAP_FAULT_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_DETAIL_EXCEPTION_ENTRY - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
SOAP_FAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
 
SOAP_FAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_NODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_REASON_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_ROLE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_STRING_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
Field SOAP_FAULT_STRING_LOCAL_NAME
SOAP_FAULT_SUB_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_TEXT_LANG_ATTR_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_TEXT_LANG_ATTR_NS_PREFIX - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_TEXT_LANG_ATTR_NS_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_TEXT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_DATA_ENCODING_UKNOWN - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_MUST_UNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_FAULT_VALUE_VERSION_MISMATCH - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_RELAY - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ROLE_NEXT - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ROLE_NONE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP_ROLE_ULTIMATE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
 
SOAP11 - Static variable in interface org.apache.axiom.soap.SOAPVersion
 
SOAP11Constants - Interface in org.apache.axiom.soap
 
SOAP11Version - Class in org.apache.axiom.soap
Version-specific stuff for SOAP 1.1
SOAP12 - Static variable in interface org.apache.axiom.soap.SOAPVersion
 
SOAP12Constants - Interface in org.apache.axiom.soap
 
SOAP12Version - Class in org.apache.axiom.soap
Version-specific stuff for SOAP 1.2
SOAPBody - Interface in org.apache.axiom.soap
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPCloneOptions - Class in org.apache.axiom.soap
 
SOAPCloneOptions() - Constructor for class org.apache.axiom.soap.SOAPCloneOptions
 
SOAPConstants - Interface in org.apache.axiom.soap
 
SOAPEnvelope - Interface in org.apache.axiom.soap
Interface SOAPEnvelope
SOAPENVELOPE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field SOAPENVELOPE_LOCAL_NAME
SOAPFactory - Interface in org.apache.axiom.soap
 
SOAPFault - Interface in org.apache.axiom.soap
An element in the SOAPBody object that contains error and/or status information.
SOAPFAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field SOAPFAULT_DETAIL_LOCAL_NAME
SOAPFAULT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
Field SOAPFAULT_LOCAL_NAME
SOAPFaultClassifier - Interface in org.apache.axiom.soap
Common superinterface for SOAPFaultCode and SOAPFaultSubCode.
SOAPFaultCode - Interface in org.apache.axiom.soap
 
SOAPFaultDetail - Interface in org.apache.axiom.soap
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .
SOAPFaultNode - Interface in org.apache.axiom.soap
 
SOAPFaultReason - Interface in org.apache.axiom.soap
 
SOAPFaultRole - Interface in org.apache.axiom.soap
The Role element information item identifies the role the node was operating in at the point the fault occurred.
SOAPFaultSubCode - Interface in org.apache.axiom.soap
 
SOAPFaultText - Interface in org.apache.axiom.soap
 
SOAPFaultValue - Interface in org.apache.axiom.soap
 
SOAPHeader - Interface in org.apache.axiom.soap
Interface SOAPHeader
SOAPHeaderBlock - Interface in org.apache.axiom.soap
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - Interface in org.apache.axiom.soap
 
SOAPModelBuilder - Interface in org.apache.axiom.soap
SOAP specific extension to OMXMLParserWrapper.
SOAPProcessingException - Exception in org.apache.axiom.soap
 
SOAPProcessingException(String) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(String, String) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(String, String, Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(String, Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPVersion - Interface in org.apache.axiom.soap
A generic way to get at SOAP-version-specific values.
SPACE_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node represents white space.
STANDALONE - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration that forces the parser to process the XML document as standalone.
standaloneSet() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
standaloneSet() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
standaloneSet() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
start(BundleContext) - Method in class org.apache.axiom.locator.Activator
 
startScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Start a new scope.
StAXDialect - Interface in org.apache.axiom.util.stax.dialect
Encapsulates the specific characteristics of a particular StAX implementation.
StAXDialectDetector - Class in org.apache.axiom.util.stax.dialect
Detects StAX dialects and normalizes factories for a given StAX implementation.
StAXParserConfiguration - Interface in org.apache.axiom.om.util
Defines a particular StAX parser configuration.
StAXUtils - Class in org.apache.axiom.om.util
Utility class containing StAX related methods.
StAXUtils() - Constructor for class org.apache.axiom.om.util.StAXUtils
 
StAXWriterConfiguration - Interface in org.apache.axiom.om.util
Deprecated. 
stop(BundleContext) - Method in class org.apache.axiom.locator.Activator
 
StreamCopyException - Exception in org.apache.axiom.ext.io
Signals that an I/O exception occurred while copying data from an input stream (or other data source) to an output stream (or other data sink).
StreamCopyException(int, IOException) - Constructor for exception org.apache.axiom.ext.io.StreamCopyException
Constructor.
StringOMDataSource - Class in org.apache.axiom.om.ds
OMDataSource implementation backed by a String.
StringOMDataSource(String) - Constructor for class org.apache.axiom.om.ds.StringOMDataSource
 
stringToOM(String) - Static method in class org.apache.axiom.om.util.AXIOMUtil
Create an OMElement from an XML fragment given as a string.
stringToOM(OMFactory, String) - Static method in class org.apache.axiom.om.util.AXIOMUtil
Create an OMElement from an XML fragment given as a string.
SWA_TYPE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
If the message is Soap with Attachments SWA_TYPE
SWA_TYPE_12 - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
 

T

TEXT_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is a Text node.
TEXT_PLAIN - Static variable in class org.apache.axiom.mime.MediaType
The media type for text/plain.
TEXT_XML - Static variable in class org.apache.axiom.mime.MediaType
The media type for text/xml.
toBuilder() - Method in class org.apache.axiom.mime.ContentType
Get a new builder initialized with the media type and parameters from this instance.
toString() - Method in class org.apache.axiom.mime.ContentType
Create a string representation of this content type suitable as the value for a Content-Type header as specified by RFC 2045.
toString() - Method in class org.apache.axiom.mime.MediaType
 
toString() - Method in interface org.apache.axiom.om.OMElement
Convenience method to serialize the element to a string with caching enabled.
toString() - Method in class org.apache.axiom.om.OMOutputFormat
Use toString for logging state of the OMOutputFormat
toStringWithConsume() - Method in interface org.apache.axiom.om.OMElement
Convenience method to serialize the element to a string without caching.
translateNamespacePrefixToUri(String, Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Translates a namespace prefix to a namespace URI, possibly considering a particular element node.

U

UIDGenerator - Class in org.apache.axiom.util
Contains utility methods to generate unique IDs of various kinds.
UnclosedReaderDetector - Class in org.apache.axiom.util.stax.debug
XMLInputFactory wrapper that enabled detection of unclosed stream readers.
UnclosedReaderDetector(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.debug.UnclosedReaderDetector
Constructor.
undeclarePrefix(String) - Method in interface org.apache.axiom.om.OMElement
Add a namespace declaration that undeclares a given prefix.
unmarshal(JAXBContext, OMElement, boolean) - Static method in class org.apache.axiom.om.util.jaxb.JAXBUtils
unmarshal(OMContainer, JAXBContext, UnmarshallerConfigurator, boolean) - Static method in class org.apache.axiom.om.util.jaxb.JAXBUtils
Unmarshall the information item using JAXB.
unmarshal(OMContainer, JAXBContext, UnmarshallerConfigurator, Class<T>, boolean) - Static method in class org.apache.axiom.om.util.jaxb.JAXBUtils
Unmarshall the information item using JAXB.
UnmarshallerConfigurator - Interface in org.apache.axiom.om.util.jaxb
Interface used to apply custom settings to an Unmarshaller.
USE_CTE_BASE64_FOR_NON_TEXTUAL_ATTACHMENTS - Static variable in class org.apache.axiom.om.OMOutputFormat
 

V

VMShutdownHook - Class in org.apache.axiom.attachments.lifecycle.impl
 

W

wrap(XMLEventReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
Wrap a reader created from this factory.
wrap(XMLEventWriter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
Wrap a writer created from this factory.
wrap(XMLStreamReader) - Method in class org.apache.axiom.util.stax.debug.UnclosedReaderDetector
 
wrap(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
Wrap a reader created from this factory.
wrap(XMLStreamWriter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
Wrap a writer created from this factory.
WrappedTextNodeOMDataSource - Class in org.apache.axiom.om.ds
OMDataSource implementation that represents a text node wrapped inside an element.
WrappedTextNodeOMDataSource(QName) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
 
WrappedTextNodeOMDataSourceFromDataSource - Class in org.apache.axiom.om.ds
WrappedTextNodeOMDataSource that pulls the text data from a DataSource object.
WrappedTextNodeOMDataSourceFromDataSource(QName, DataSource, Charset) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
WrappedTextNodeOMDataSourceFromReader - Class in org.apache.axiom.om.ds
WrappedTextNodeOMDataSource that pulls text data from a Reader object.
WrappedTextNodeOMDataSourceFromReader(QName, Reader) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
WrappedTextNodeStreamReader - Class in org.apache.axiom.util.stax
XMLStreamReader implementation that represents a text node wrapped inside an element.
WrappedTextNodeStreamReader(QName, Reader) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
Create a new instance with chunk size 4096.
WrappedTextNodeStreamReader(QName, Reader, int) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
Create a new instance.
wrapperElementName - Variable in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
 
WrappingXMLInputFactory - Class in org.apache.axiom.util.stax.wrapper
XMLInputFactory wrapper that wraps all XMLEventReader and XMLStreamReader instances created from it.
WrappingXMLInputFactory(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
Constructor.
WrappingXMLOutputFactory - Class in org.apache.axiom.util.stax.wrapper
XMLOutputFactory wrapper that wraps all XMLEventWriter and XMLStreamWriter instances created from it.
WrappingXMLOutputFactory(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
Constructor.
WritableBlob - Interface in org.apache.axiom.blob
A writable blob.
WritableBlobFactory<T extends WritableBlob> - Interface in org.apache.axiom.blob
A factory for WritableBlob instances.
write(byte[]) - Method in class org.apache.axiom.blob.MemoryBlobOutputStream
 
write(byte[], int, int) - Method in class org.apache.axiom.blob.MemoryBlobOutputStream
 
write(char[], int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(int) - Method in class org.apache.axiom.blob.MemoryBlobOutputStream
 
write(int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(String) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(String, int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
WRITE - Static variable in exception org.apache.axiom.ext.io.StreamCopyException
Indicates that the wrapped exception was triggered while writing to the output stream (or data sink).
writeAttribute(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeAttribute(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeBase64(XMLStreamWriter, DataHandler) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Write base64 encoded data to a stream writer.
writeCData(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeCharacters(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeComment(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeDataHandler(DataHandler, String, boolean) - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerWriter
Write binary content to the stream.
writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Write binary content to the stream.
writeDataHandler(XMLStreamWriter, DataHandlerProvider, String, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Write binary content to the stream.
writeDataHandler(DataHandlerProvider, String, boolean) - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerWriter
Write binary content to the stream.
writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeDTD(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeDTD(XMLStreamWriter, String, String, String, String) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Prepare the DOCTYPE declaration using the provided information and output it using XMLStreamWriter.writeDTD(String).
writeEmptyElement(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEmptyElement(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEndDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEndElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEntityRef(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writePart(String, String) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Start writing an attachment part of the MIME package.
writePart(String, String, String, List<Header>) - Method in class org.apache.axiom.mime.MultipartBodyWriter
Start writing a MIME part.
writePart(String, String, List<Header>) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Start writing an attachment part of the MIME package.
writePart(DataHandler, String) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Write a MIME part.
writePart(DataHandler, String, String, List<Header>) - Method in class org.apache.axiom.mime.MultipartBodyWriter
Write a MIME part.
writePart(DataHandler, String, List<Header>) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Write a MIME part.
writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeRootPart() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Start writing the root part of the MIME package.
writeStartDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartDocument(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartElement(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartElement(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeTextTo(Writer) - Method in interface org.apache.axiom.ext.stax.CharacterDataReader
Output the character data for the current event to the given writer.
writeTextTo(Writer, boolean) - Method in interface org.apache.axiom.om.OMElement
Write the content of the text nodes that are children of a given element to a Writer.
writeTextTo(XMLStreamReader, Writer) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get the character data for the current event from the given reader and write it to the given writer.
writeTo(OutputStream) - Method in class org.apache.axiom.blob.AbstractWritableBlob
 
writeTo(OutputStream) - Method in interface org.apache.axiom.blob.Blob
Write the data to a given output stream.
writeTo(OutputStream) - Method in class org.apache.axiom.mime.PartDataHandler
 
writeTo(OutputStream) - Method in class org.apache.axiom.util.activation.DataHandlerWrapper
 

X

XML_10 - Static variable in interface org.apache.axiom.om.OMDocument
Field XML_10 XML Version 1.0
XML_11 - Static variable in interface org.apache.axiom.om.OMDocument
Field XML_11 XML Version 1.1
XMLFragmentStreamReader - Class in org.apache.axiom.util.stax
Wrapping XML stream reader that reads a single element from the underlying stream.
XMLFragmentStreamReader(XMLStreamReader) - Constructor for class org.apache.axiom.util.stax.XMLFragmentStreamReader
Constructor.
XMLFragmentStreamReader(XMLStreamReader, boolean) - Constructor for class org.apache.axiom.util.stax.XMLFragmentStreamReader
Constructor.
XMLInputFactoryWrapper - Class in org.apache.axiom.util.stax.wrapper
Base class for XMLInputFactory wrappers.
XMLInputFactoryWrapper(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
Constructor.
XMLOutputFactoryWrapper - Class in org.apache.axiom.util.stax.wrapper
Base class for XMLOutputFactory wrappers.
XMLOutputFactoryWrapper(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
Constructor.
XMLStreamIOException - Exception in org.apache.axiom.util.stax
XMLStreamIOException(XMLStreamException) - Constructor for exception org.apache.axiom.util.stax.XMLStreamIOException
Constructor.
XMLStreamReaderUtils - Class in org.apache.axiom.util.stax
Contains utility methods to work with XMLStreamReader objects, including the extension defined by DataHandlerReader.
XMLStreamReaderValidator - Class in org.apache.axiom.util.stax.debug
XMLStreamReader wrapper that performs some simple consistency checks on the events returned by the wrapper reader.
XMLStreamReaderValidator(XMLStreamReader, boolean) - Constructor for class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
 
XMLStreamReaderWrapper - Class in org.apache.axiom.util.stax.wrapper
Base class for XMLStreamReader wrappers.
XMLStreamReaderWrapper(XMLStreamReader) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
Constructor.
XMLStreamWriterUtils - Class in org.apache.axiom.util.stax
Contains utility methods to work with XMLStreamWriter objects.
XMLStreamWriterUtils() - Constructor for class org.apache.axiom.util.stax.XMLStreamWriterUtils
 
XMLStreamWriterWrapper - Class in org.apache.axiom.util.stax.wrapper
Base class for XMLStreamWriter wrappers.
XMLStreamWriterWrapper(XMLStreamWriter) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
Constructor.
XMLStreamWriterWriter - Class in org.apache.axiom.util.stax
Writer implementation that writes data as XMLStreamConstants.CHARACTERS events to an XMLStreamWriter.
XMLStreamWriterWriter(XMLStreamWriter) - Constructor for class org.apache.axiom.util.stax.XMLStreamWriterWriter
Constructor.
XOP_INCLUDE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
 
XOP_NAMESPACE_URI - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
 
XOPEncoded<T> - Class in org.apache.axiom.om
Represent XOP encoded data.
XOPEncoded(T, OMAttachmentAccessor) - Constructor for class org.apache.axiom.om.XOPEncoded
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages