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

A

AbstractBase64DecodingWriter - Class in org.apache.axiom.util.base64
Base class for Writer implementations that decode data in base64.
AbstractBase64DecodingWriter() - Constructor for class org.apache.axiom.util.base64.AbstractBase64DecodingWriter
 
AbstractBase64EncodingOutputStream - Class in org.apache.axiom.util.base64
Base class for OutputStream implementations that encode data in base64.
AbstractBase64EncodingOutputStream() - Constructor for class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
 
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
 
AbstractXMLStreamReader - Class in org.apache.axiom.util.stax
Partial implementation of the XMLStreamReader interface.
AbstractXMLStreamReader() - Constructor for class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
AbstractXMLStreamWriter - Class in org.apache.axiom.util.stax
Partial implementation of the XMLStreamWriter interface.
AbstractXMLStreamWriter() - Constructor for class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
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
 
addAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
Adds an attribute to this element.
addAttribute(String, String, OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Adds an attribute to the current element.
addChild(OMNode) - Method in interface org.apache.axiom.om.OMContainer
Adds the given node as the last child.
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
Eran Chinthaka (chinthaka@apache.org)
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.
addHeader(String, String) - Method in interface org.apache.axiom.attachments.Part
Add a Header (name, value) to the part
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.
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
Eran Chinthaka (chinthaka@apache.org)
ALL - Static variable in interface org.apache.axiom.util.stax.xop.OptimizationPolicy
Policy implementation that optimizes all binary content, regardless of whether is has been marked as eligible for optimization.
ARRAY_ITEM_LOCALNAME - Static variable in interface org.apache.axiom.om.OMConstants
Field ARRAY_ITEM_LOCALNAME
ARRAY_ITEM_NS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
Field ARRAY_ITEM_NS_PREFIX
ARRAY_ITEM_NSURI - Static variable in interface org.apache.axiom.om.OMConstants
Field ARRAY_ITEM_NSURI
ARRAY_ITEM_QNAME - Static variable in interface org.apache.axiom.om.OMConstants
Field ARRAY_ITEM_QNAME
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(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(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(InputStream, String) - Constructor for class org.apache.axiom.attachments.Attachments
Sets file cache to false.
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 - 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
 
AttributeHelper - Class in org.apache.axiom.om.util
Helper class for attributes.
AttributeHelper() - Constructor for class org.apache.axiom.om.util.AttributeHelper
 
available() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
available() - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
available() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
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(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.
AXIOMXPath(OMAttribute) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
Construct an XPath expression from a given attribute.

B

BAAInputStream - Class in org.apache.axiom.attachments.utils
BAAInputStream is like a ByteArrayInputStream.
BAAInputStream(ArrayList, int) - Constructor for class org.apache.axiom.attachments.utils.BAAInputStream
 
BAAOutputStream - Class in org.apache.axiom.attachments.utils
BAAOutputStream is like a ByteArrayOutputStream.
BAAOutputStream() - Constructor for class org.apache.axiom.attachments.utils.BAAOutputStream
 
Base64 - Class in org.apache.axiom.om.util
 
Base64() - Constructor for class org.apache.axiom.om.util.Base64
 
Base64DecodingOutputStreamWriter - Class in org.apache.axiom.util.base64
Writer implementation that decodes base64 data and writes it to a an OutputStream.
Base64DecodingOutputStreamWriter(OutputStream) - Constructor for class org.apache.axiom.util.base64.Base64DecodingOutputStreamWriter
 
Base64EncodingStringBufferOutputStream - Class in org.apache.axiom.util.base64
OutputStream implementation that writes base64 encoded data to a StringBuffer.
Base64EncodingStringBufferOutputStream(StringBuffer) - Constructor for class org.apache.axiom.util.base64.Base64EncodingStringBufferOutputStream
Constructor.
Base64EncodingWriterOutputStream - Class in org.apache.axiom.util.base64
OutputStream implementation that writes base64 encoded data to a Writer.
Base64EncodingWriterOutputStream(Writer, int) - Constructor for class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
Constructor.
Base64EncodingWriterOutputStream(Writer) - Constructor for class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
Constructor that sets the buffer size to its default value of 4096 characters.
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
 
Behavior - Class in org.apache.axiom.om.ds
 
Behavior() - Constructor for class org.apache.axiom.om.ds.Behavior
 
Blob - Interface in org.apache.axiom.util.blob
Stores binary data.
BlobDataSource - Class in org.apache.axiom.util.blob
Data source backed by a Blob.
BlobDataSource(Blob, String) - Constructor for class org.apache.axiom.util.blob.BlobDataSource
 
BlobOutputStream - Class in org.apache.axiom.util.blob
Output stream that is used to write to a blob.
BlobOutputStream() - Constructor for class org.apache.axiom.util.blob.BlobOutputStream
 
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
boundary - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
BOUNDARY_NOT_FOUND - Static variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Field BOUNDARY_NOT_FOUND.
BOUNDARY_NT_FOUND - Static variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
BoundaryDelimitedStream - Class in org.apache.axiom.attachments
This class takes the input stream and turns it multiple streams.
BoundaryDelimitedStream(BoundaryDelimitedStream, int) - Constructor for class org.apache.axiom.attachments.BoundaryDelimitedStream
Constructor to create the next stream from the previous one.
boundaryPosition(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
boundaryPosition(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
Read from the boundary delimited stream.
BoundaryPushbackInputStream - Class in org.apache.axiom.attachments
An InputStream that reads bytes up to a boundary.
BoundaryPushbackInputStream(PushbackInputStream, byte[], int) - Constructor for class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
BUFFER_LEN - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
buffers() - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
BufferUtils - Class in org.apache.axiom.attachments.impl
Attachment processing uses a lot of buffers.
BufferUtils() - Constructor for class org.apache.axiom.attachments.impl.BufferUtils
 
build() - Method in interface org.apache.axiom.om.OMSerializable
Builds itself.
builder - Variable in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
BuilderAwareReader - Interface in org.apache.axiom.om.impl.builder
 
buildNext() - Method in interface org.apache.axiom.om.OMContainer
 
buildWithAttachments() - Method in interface org.apache.axiom.om.OMNode
Builds itself with the OMText binary content.
ByteArrayCustomBuilder - Class in org.apache.axiom.om.ds.custombuilder
CustomBuilder that creates an OMSourcedElement backed by a ByteArrayDataSource.
ByteArrayCustomBuilder(String) - Constructor for class org.apache.axiom.om.ds.custombuilder.ByteArrayCustomBuilder
Constructor
ByteArrayDataSource - Class in org.apache.axiom.attachments
 
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.axiom.attachments.ByteArrayDataSource
 
ByteArrayDataSource(byte[]) - Constructor for class org.apache.axiom.attachments.ByteArrayDataSource
 
ByteArrayDataSource - Class in org.apache.axiom.om.ds
ByteArrayDataSource is an example implementation of OMDataSourceExt.
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.axiom.om.ds.ByteArrayDataSource
Constructor
ByteArrayDataSource.ByteArray - Class in org.apache.axiom.om.ds
Object containing the byte[]/encoding pair
ByteArrayDataSource.ByteArray() - Constructor for class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
 
bytes - Variable in class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
 
ByteSearch - Class in org.apache.axiom.attachments.utils
ByteSearch Various byte array searching utilities.
ByteSearch() - Constructor for class org.apache.axiom.attachments.utils.ByteSearch
 

C

cache - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field cache
CachedFileDataSource - Class in org.apache.axiom.attachments
 
CachedFileDataSource(File) - Constructor for class org.apache.axiom.attachments.CachedFileDataSource
 
callStackToString() - Static method in class org.apache.axiom.om.util.CommonUtils
Get a string containing the stack of the current location
CDATA_SECTION_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is a CDATASection.
characterData(char[], int, int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
CharacterDataReader - Interface in org.apache.axiom.ext.stax
Optional interface implemented by XMLStreamReader implementations that support writing character data directly to a Writer.
characters(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
characters(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method characters.
CharArrayDataSource - Class in org.apache.axiom.om.ds
CharArrayDataSource is an example implementation of OMDataSourceExt.
CharArrayDataSource(char[]) - Constructor for class org.apache.axiom.om.ds.CharArrayDataSource
Constructor
charEncoding - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
checkForAgedFiles() - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Check for aged files and remove the aged ones.
cloneOMElement() - Method in interface org.apache.axiom.om.OMElement
Clones this element.
close() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Closes the stream.
close() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
close() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
close() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
close() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
close() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
close() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
close() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
close() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
close() - Method in interface org.apache.axiom.om.OMDataSourceExt
Close the DataSource and free its resources.
close(boolean) - Method in interface org.apache.axiom.om.OMSerializable
If a builder and parser is associated with the node, it is closed.
close() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
close() - Method in class org.apache.axiom.om.util.LogOutputStream
 
close() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
close() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
 
close() - Method in class org.apache.axiom.util.base64.Base64DecodingOutputStreamWriter
 
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() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
close() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
comment(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
COMMENT_NODE - Static variable in interface org.apache.axiom.om.OMNode
The node is a Comment.
CommonUtils - Class in org.apache.axiom.om.util
Common Utilities
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 interface org.apache.axiom.mime.MultipartWriter
Complete writing of the MIME multipart package.
complete(OutputStream, byte[], LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. use OMMultipartWriter instead
complete(OutputStream, byte[], LinkedList, String, String, String, String, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. use OMMultipartWriter instead
complete() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Complete writing of the MIME multipart package.
complete() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
Write out any pending data, including padding if necessary.
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(DataSource) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
ConfigurableDataHandler(Object, String) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
ConfigurableDataHandler(URL) - Constructor for class org.apache.axiom.attachments.ConfigurableDataHandler
 
configure(XMLInputFactory, StAXDialect) - Method in interface org.apache.axiom.om.util.StAXParserConfiguration
Apply the configuration to the given factory.
constructNode(OMElement, String, boolean) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method constructNode
containsKey(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
ContentIDGenerator - Interface in org.apache.axiom.util.stax.xop
Content ID generator interface.
copy() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
copy() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
copy() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
Return a InputStreamDataSource backed by a ByteArrayInputStream
copy() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
Return a InputStreamDataSource backed by a ByteArrayInputStream
copy() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
copy() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
copy() - Method in interface org.apache.axiom.om.OMDataSourceExt
Create a copy of the OMDataSourceExt
copy(SOAPEnvelope) - Static method in class org.apache.axiom.om.util.CopyUtils
Creates a copy of the source envelope.
CopyUtils - Class in org.apache.axiom.om.util
CopyUtils provides static utility methods that are useful for creating a copy of an OM/SOAPEnvelope tree.
create(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(String, String, OMContainer, XMLStreamReader, OMFactory) - Method in class org.apache.axiom.om.ds.custombuilder.ByteArrayCustomBuilder
 
create(String, String, OMContainer, XMLStreamReader, OMFactory) - Method in interface org.apache.axiom.om.impl.builder.CustomBuilder
Create an OMElement for this whole subtree.
createComment() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method createOMText.
createDTD() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method createDTD.
createDTD() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method createDTD.
createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - 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.XMLInputFactoryWrapper
 
createMimeBodyPart(String, DataHandler) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
createMimeBodyPart(String, DataHandler, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
createMultipartWriter(OutputStream, String) - Method in class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
 
createMultipartWriter(OutputStream, String) - Method in interface org.apache.axiom.mime.MultipartWriterFactory
Create a new MultipartWriter instance that writes a MIME multipart package to a given output stream.
createNetworkDetachedXMLStreamReader(InputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. use StAXUtils.createXMLStreamReader(StAXParserConfiguration, InputStream, String) with StAXParserConfiguration.STANDALONE
createNetworkDetachedXMLStreamReader(InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. use StAXUtils.createXMLStreamReader(StAXParserConfiguration, InputStream) with StAXParserConfiguration.STANDALONE
createNetworkDetachedXMLStreamReader(Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. use StAXUtils.createXMLStreamReader(StAXParserConfiguration, Reader) with StAXParserConfiguration.STANDALONE
createNextElement(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
createNextOMElement() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Creates a new OMElement using either a CustomBuilder or the default Builder mechanism.
createNextOMElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
createOMAttribute(String, OMNamespace, String) - Method in interface org.apache.axiom.om.OMFactory
 
createOMComment(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
Creates a comment.
createOMDocType(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
Creates DocType/DTD.
createOMDocument() - Method in interface org.apache.axiom.om.OMFactory
Creates a new OMDocument.
createOMDocument(OMXMLParserWrapper) - Method in interface org.apache.axiom.om.OMFactory
 
createOMElement() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
This method is called with the XMLStreamConstants.START_ELEMENT event.
createOMElement() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method createOMElement.
createOMElement(String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
 
createOMElement(String, OMNamespace, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
 
createOMElement(String, OMNamespace, OMContainer, OMXMLParserWrapper) - Method in interface org.apache.axiom.om.OMFactory
 
createOMElement(OMDataSource, String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
Construct element with arbitrary data source.
createOMElement(OMDataSource, QName) - Method in interface org.apache.axiom.om.OMFactory
Construct element with arbitrary data source.
createOMElement(String, String, String) - Method in interface org.apache.axiom.om.OMFactory
This is almost the same as as createOMElement(localName,OMNamespace) method above.
createOMElement(QName, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
Create an OMElement with the given QName under the given parent.
createOMElement(QName) - Method in interface org.apache.axiom.om.OMFactory
Create an element with the given QName.
createOMElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method createOMElement.
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(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method createOMText.
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, OMText) - Method in interface org.apache.axiom.om.OMFactory
Create OMText node that is a copy of the source text node
createOMText(OMContainer, QName) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, String, int) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, char[], int) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, QName, int) - 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(Object, boolean) - Method in interface org.apache.axiom.om.OMFactory
 
createOMText(OMContainer, 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(String, OMContainer, OMXMLParserWrapper) - Method in interface org.apache.axiom.om.OMFactory
 
createPart(LifecycleManager, MIMEBodyPartInputStream, boolean, int, String, int) - Static method in class org.apache.axiom.attachments.impl.PartFactory
Creates a part from the input stream.
createPI() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method createPI.
createPI() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method createPI.
createPrefix() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
createSOAPBody(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPBody() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPBody(SOAPEnvelope, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPEnvelope(OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPEnvelope(OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault(SOAPBody, Exception) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault(SOAPBody) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFault(SOAPBody, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultCode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Code eii under SOAPFault (parent)
createSOAPFaultCode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultCode(SOAPFault, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
Code eii under SOAPFault (parent)
createSOAPFaultDetail(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Detail eii under SOAPFault (parent)
createSOAPFaultDetail() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultDetail(SOAPFault, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
Role eii under SOAPFault (parent)
createSOAPFaultNode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Node eii under SOAPFault (parent)
createSOAPFaultNode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultNode(SOAPFault, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
Node eii under SOAPFault (parent)
createSOAPFaultReason(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Reason eii under SOAPFault (parent)
createSOAPFaultReason() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultReason(SOAPFault, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
Reason eii under SOAPFault (parent)
createSOAPFaultRole(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
Role eii under SOAPFault (parent)
createSOAPFaultRole() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultRole(SOAPFault, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
Role eii under SOAPFault (parent)
createSOAPFaultSubCode(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultSubCode() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultSubCode(SOAPFaultCode, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under Value (parent)
createSOAPFaultSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultSubCode(SOAPFaultSubCode, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultText(SOAPFaultReason) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultText() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultText(SOAPFaultReason, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
SubCode eii under SubCode (parent)
createSOAPFaultValue(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
Value eii under Code (parent)
createSOAPFaultValue() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPFaultValue(SOAPFaultCode, OMXMLParserWrapper) - 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)
createSOAPFaultValue(SOAPFaultSubCode, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeader(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeader() - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeader(SOAPEnvelope, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeaderBlock(String, OMNamespace, SOAPHeader) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeaderBlock(String, OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPHeaderBlock(String, OMNamespace, OMDataSource) - Method in interface org.apache.axiom.soap.SOAPFactory
Create SOAPHeaderBlock that has an OMDataSource
createSOAPHeaderBlock(String, OMNamespace, SOAPHeader, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPFactory
Eran Chinthaka (chinthaka@apache.org)
createSOAPMessage(OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createSOAPMessage(SOAPEnvelope, OMXMLParserWrapper) - Method in interface org.apache.axiom.soap.SOAPFactory
 
createWithCustomBuilder(CustomBuilder, OMFactory) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
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.XMLInputFactoryWrapper
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamReader(InputStream, String) - 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(InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamReader(StAXParserConfiguration, Reader) - 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) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
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.XMLInputFactoryWrapper
 
createXMLStreamWriter(OutputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamWriter(OutputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamWriter(Writer) - Static method in class org.apache.axiom.om.util.StAXUtils
 
createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
 
currentChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Field currentChild
currentChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Field currentChild
CustomBuilder - Interface in org.apache.axiom.om.impl.builder
A Custom Builder is registered on the StAXBuilder for a particular QName or payload.
customBuilderForPayload - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
customBuilders - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 

D

DATA_HANDLER - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.  
DataHandlerExt - Interface in org.apache.axiom.attachments.lifecycle
 
DataHandlerExtImpl - Class in org.apache.axiom.attachments.lifecycle.impl
 
DataHandlerExtImpl(DataHandler, LifecycleManager) - Constructor for class org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl
 
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.
dataHandlerReader - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Reference to the DataHandlerReader extension of the parser, or null if the parser doesn't support this extension.
DataHandlerReaderUtils - Class in org.apache.axiom.om.impl.builder
Utility class to work with the XMLStreamReader extension defined by DataHandlerReader.
DataHandlerUtils - Class in org.apache.axiom.attachments.utils
 
DataHandlerUtils() - Constructor for class org.apache.axiom.attachments.utils.DataHandlerUtils
 
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
This will declare a default namespace for this element explicitly
declareNamespace(String, String) - Method in interface org.apache.axiom.om.OMElement
Creates a namespace in the current element scope.
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
 
decode(String) - Static method in class org.apache.axiom.util.base64.Base64Utils
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
 
decode(String, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
 
DEFAULT - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
The default configuration.
DEFAULT - Static variable in interface org.apache.axiom.util.stax.xop.ContentIDGenerator
Default content ID generator that preserves any existing content ID.
DEFAULT - Static variable in interface org.apache.axiom.util.stax.xop.OptimizationPolicy
Policy implementation that optimizes all binary content marked as eligible for optimization.
DEFAULT_CHAR_SET_ENCODING - Static variable in interface org.apache.axiom.om.OMConstants
Field DEFAULT_CHAR_SET_ENCODING specifies the default character encoding scheme to be used
DEFAULT_CHAR_SET_ENCODING - Static variable in class org.apache.axiom.om.OMOutputFormat
Field DEFAULT_CHAR_SET_ENCODING.
DEFAULT_DEFAULT_NAMESPACE - Static variable in interface org.apache.axiom.om.OMConstants
No its not a mistake.
DEFAULT_XML_VERSION - Static variable in interface org.apache.axiom.om.OMConstants
 
DelegatingXMLStreamReader - Interface in org.apache.axiom.ext.stax
Interface implemented by XMLStreamReader classes that delegate to another stream reader and that can be safely unwrapped.
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
This method will give users an option to trigger a delete on temporary attachment file when DataHandler associated with the attachment is read once.
deleteWhenReadOnce() - Method in class org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl
 
DESTRUCTIVE - Static variable in class org.apache.axiom.om.ds.Behavior
 
detach() - Method in interface org.apache.axiom.om.OMNode
Removes a node (and all of its children) from its containing parent.
detach() - Method in class org.apache.axiom.om.util.DetachableInputStream
Consume the input stream and close it.
DetachableInputStream - Class in org.apache.axiom.om.util
FilterInputStream that delegates to the original InputStream.
DetachableInputStream(InputStream) - Constructor for class org.apache.axiom.om.util.DetachableInputStream
 
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(OMElement) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method discard.
discard() - Method in interface org.apache.axiom.om.OMNode
Discards a node.
discard(OMElement) - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Discards the current element.
doClose() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
Close the underlying stream, if applicable.
doClose() - Method in class org.apache.axiom.util.base64.Base64EncodingStringBufferOutputStream
 
doClose() - Method in class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
 
document - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
DocumentNavigator - Class in org.apache.axiom.om.xpath
 
DocumentNavigator() - Constructor for class org.apache.axiom.om.xpath.DocumentNavigator
 
doesDataHandlerExceedLimit(DataHandler, int) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
The method checks to see if attachment is eligble for optimization.
doFlush() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
Flush the underlying stream, if applicable.
doFlush() - Method in class org.apache.axiom.util.base64.Base64EncodingStringBufferOutputStream
 
doFlush() - Method in class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
 
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
 
done - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field done
doWrite(byte[], int) - Method in class org.apache.axiom.util.base64.AbstractBase64DecodingWriter
Write base64 decoded data.
doWrite(byte[]) - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
Write base64 encoded data.
doWrite(byte[], int) - Method in class org.apache.axiom.util.base64.Base64DecodingOutputStreamWriter
 
doWrite(byte[]) - Method in class org.apache.axiom.util.base64.Base64EncodingStringBufferOutputStream
 
doWrite(byte[]) - Method in class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
 
doWriteAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteAttribute(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteCData(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteCharacters(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteComment(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteDTD(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteEmptyElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteEndDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteEntityRef(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteNamespace(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteStartDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteStartDocument(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteStartDocument(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
doWriteStartElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
DTD_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a DTD.
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.
ElementHelper - Class in org.apache.axiom.om.util
Helper class to provide extra utility stuff against elements.
ElementHelper(OMElement) - Constructor for class org.apache.axiom.om.util.ElementHelper
Constructs and binds to an element.
elementLevel - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Element level is the depth of the 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
 
EmptyIterator - Class in org.apache.axiom.om.impl.util
 
EmptyIterator() - Constructor for class org.apache.axiom.om.impl.util.EmptyIterator
 
EmptyOMLocation - Class in org.apache.axiom.om.impl
Deprecated. use DummyLocation.INSTANCE instead
EmptyOMLocation() - Constructor for class org.apache.axiom.om.impl.EmptyOMLocation
Deprecated.  
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.
enableDataSourceEvents(boolean) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
If enabled, treat OMSourcedElements that have a OMDataSource as leaf nodes.
encode(DataHandler) - Static method in class org.apache.axiom.util.base64.Base64Utils
Get a base64 representation of the content of a given DataHandler.
encode(byte[]) - Static method in class org.apache.axiom.util.base64.Base64Utils
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.axiom.util.base64.Base64Utils
Returns base64 representation of specified byte array.
encode(byte[], int, int, StringBuffer) - Static method in class org.apache.axiom.util.base64.Base64Utils
Outputs base64 representation of the specified byte array to the specified String Buffer
encode(byte[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.axiom.util.base64.Base64Utils
Outputs base64 representation of the specified byte array to a character stream.
encoding - Variable in class org.apache.axiom.om.ds.ByteArrayDataSource.ByteArray
 
encoding - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
 
endCDATA() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method endDocument.
endDTD() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endElement(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endElement() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
endElement(String, String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method endElement.
endElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
endEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endPrefixMapping(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endPrefixMapping(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method endPrefixMapping.
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.
equals(String, String) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Method equals.
equals(Object) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
 
equals(String, String) - Method in interface org.apache.axiom.om.OMNamespace
Method equals.
evaluateXpath(String, Object, String) - Method in class org.apache.axiom.om.util.XPathEvaluator
 
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.
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

FactoryInjectionComponent - Class in org.apache.axiom.osgi
Internal component required for OSGi support.
FactoryInjectionComponent() - Constructor for class org.apache.axiom.osgi.FactoryInjectionComponent
 
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
 
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
 
finalClose() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Close the underlying stream and remove all references to it.
finalize() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
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.
finishWritingMime(OutputStream) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
flush() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Flush is overridden to trigger the attachment serialization
flush() - Method in class org.apache.axiom.om.util.LogOutputStream
 
flush() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
 
flush() - Method in class org.apache.axiom.util.base64.Base64DecodingOutputStreamWriter
 
flush() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
flush() - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
flush() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
flushBuffer() - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
Write any pending data to the underlying stream, if applicable.
flushBuffer() - Method in class org.apache.axiom.util.base64.Base64EncodingStringBufferOutputStream
 
flushBuffer() - Method in class org.apache.axiom.util.base64.Base64EncodingWriterOutputStream
 

G

generateContentID(String) - Method in interface org.apache.axiom.util.stax.xop.ContentIDGenerator
Generate a content ID.
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.
generateSetPrefix(String, String, XMLStreamWriter, boolean) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Generate setPrefix/setDefaultNamespace if the prefix is not associated
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.
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
 
getAllHeaders() - Method in interface org.apache.axiom.attachments.Part
 
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.
getAttachmentCacheMonitor() - Static method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Get or Create an AttachmentCacheMonitor singleton
getAttachments() - Method in class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
 
getAttachments() - Method in interface org.apache.axiom.om.impl.builder.XOPBuilder
 
getAttachments() - Method in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
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.om.impl.builder.StAXBuilder
Method getAttributeCount.
getAttributeCount() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getAttributeCount() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getAttributeName(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getAttributeName.
getAttributeName(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getAttributeName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the name of the given attribute node.
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(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getAttributeNamespace.
getAttributeNamespace(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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.om.impl.builder.StAXBuilder
Method getAttributePrefix.
getAttributePrefix(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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
 
getAttributeType(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getAttributeType(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getAttributeValue() - Method in interface org.apache.axiom.om.OMAttribute
 
getAttributeValue(QName) - Method in interface org.apache.axiom.om.OMElement
Returns a named attribute's value, if present.
getAttributeValue(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getAttributeValue(String, String) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getAttributeValue(String, String) - 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.XMLFragmentStreamReader
 
getAttributeValue(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getBlob() - Method in class org.apache.axiom.util.blob.BlobOutputStream
Get the blob to which this output stream belongs.
getBody() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBoundaryStatus() - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
getBoundaryStatus() - Method in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
getBuilder() - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
getBuilder() - Method in interface org.apache.axiom.om.OMElement
Returns the builder object.
getBuilderType() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
getBuilderType() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Returns the type of the builder.
getCharacterEncoding() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Returns the encoding style of the XML data
getCharacterEncoding() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Returns the encoding style of the XML data
getCharacterEncodingScheme() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getCharacterOffset() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getCharsetEncoding() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
getCharSetEncoding() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Returns the character set encoding scheme.
getCharsetEncoding() - Method in interface org.apache.axiom.om.OMDocument
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.
getChildWithName(OMElement, String) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated. please use OMElement.getFirstChildWithName(qname) instead!
getCode() - Method in interface org.apache.axiom.soap.SOAPFault
 
getColumnNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getCommentStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of a comment node.
getContentHandler() - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
getContentId() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getContentID() - Method in interface org.apache.axiom.attachments.Part
 
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.om.OMText
Gets the content id.
getContentID(XMLStreamReader, String) - Static method in class org.apache.axiom.om.util.ElementHelper
Deprecated. use ElementHelper.getContentID(XMLStreamReader) instead (see WSCOMMONS-429)
getContentID(XMLStreamReader) - Static method in class org.apache.axiom.om.util.ElementHelper
 
getContentID() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getContentIDFromHref(String) - Static method in class org.apache.axiom.om.util.ElementHelper
Extract the content ID from a href attribute value, i.e.
getContentIDFromURL(String) - Static method in class org.apache.axiom.util.stax.xop.XOPUtils
Extract the content ID from a URL following the cid scheme defined by RFC2392.
getContentIDList() - Method in class org.apache.axiom.attachments.Attachments
Get the content IDs of the already loaded MIME parts in the message.
getContentIDs() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
Get the set of content IDs referenced in xop:Include element information items produced by this wrapper.
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 interface org.apache.axiom.attachments.Part
 
getContentType() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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.EmptyDataSource
 
getContentType() - Method in class org.apache.axiom.util.blob.BlobDataSource
 
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
 
getCustomBuilder(String, String) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Return CustomBuilder associated with the namespace/localPart
getDataHandler(String) - Method in class org.apache.axiom.attachments.Attachments
Checks whether the MIME part is already parsed by checking the attachments HashMap.
getDataHandler() - Method in class org.apache.axiom.attachments.impl.PartOnFile
 
getDataHandler() - Method in class org.apache.axiom.attachments.impl.PartOnMemory
 
getDataHandler() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
getDataHandler(String) - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getDataHandler() - Method in interface org.apache.axiom.attachments.Part
 
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(String) - Method in class org.apache.axiom.om.impl.builder.OMAttachmentAccessorMimePartProvider
 
getDataHandler(String) - Method in class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
 
getDataHandler(String) - Method in interface org.apache.axiom.om.impl.builder.XOPBuilder
 
getDataHandler(String) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
getDataHandler(String) - Method in interface org.apache.axiom.om.OMAttachmentAccessor
 
getDataHandler() - Method in interface org.apache.axiom.om.OMText
Gets the datahandler.
getDataHandler(String) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getDataHandler(String) - Method in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
getDataHandler(String) - Method in interface org.apache.axiom.util.stax.xop.MimePartProvider
Get the DataHandler for the MIME part identified by a given content ID.
getDataHandler() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getDataHandler(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
 
getDataHandlerFromElement(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get a DataHandler for the binary data encoded in an element.
getDataHandlerFromText(String, String) - Static method in class org.apache.axiom.attachments.utils.DataHandlerUtils
 
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.
getDataHandlerProvider() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getDataHandlerReader(XMLStreamReader) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Get the DataHandlerReader extension for a given XMLStreamReader, if available.
getDataHandlerReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Get the DataHandlerReader extension from a given XMLStreamReader.
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.om.impl.OMStAXWrapper
 
getDataSource() - Method in interface org.apache.axiom.om.OMSourcedElement
 
getDefaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
Method getDefaultEnvelope.
getDefaultFaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getDefaultNamespace() - Method in interface org.apache.axiom.om.OMElement
This will retrieve the default namespace of this element, if available.
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.
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.
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(OMNode, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMNode
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(OMProcessingInstruction, String) - Method in class org.apache.axiom.om.util.DigestGenerator
This method is an overloaded method for the digest generation for OMProcessingInstruction
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(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 class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
getDocument() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
getDocument() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
 
getDocument(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Loads a document from the given URI.
getDocument() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
getDocumentElement() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method getDocumentElement.
getDocumentElement() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
 
getDocumentElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method getDocumentElement.
getDocumentNode(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns the document node that contains the given context node.
getDTDHandler() - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
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.om.util.OMXMLStreamReaderValidator
 
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
 
getElementText() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getElementText() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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.util.OMXMLStreamReaderValidator
 
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
 
getEncoding() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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.om.impl.serialize.OMXMLReader
 
getEnvelopeNamespace() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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.om.impl.serialize.OMXMLReader
 
getEventAllocator() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
 
getEventType() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getEventType() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getEventType() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getEventTypeString(int) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. Use XMLEventUtils.getEventTypeString(int) instead
getEventTypeString(int) - Static method in class org.apache.axiom.util.stax.XMLEventUtils
Get the string representation of a given StAX event type.
getException() - Method in interface org.apache.axiom.soap.SOAPFault
Returns Exception if there is one in the SOAP fault.
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
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
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.
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.
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.om.impl.serialize.OMXMLReader
 
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.impl.PartOnFile
 
getFileName() - Method in class org.apache.axiom.attachments.impl.PartOnMemory
 
getFileName() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
getFileName() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getFileName() - Method in interface org.apache.axiom.attachments.Part
Deprecated. The callers should not no how the part is implemented.
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.
getFirstOMChildIfAvailable() - Method in interface org.apache.axiom.om.impl.OMContainerEx
Get the first child if it is available.
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(String) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
Get a header value.
getHeader(String) - Method in interface org.apache.axiom.attachments.Part
Get the value of a specific header
getHeader() - Method in interface org.apache.axiom.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeaderBlocksWithNSURI(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Return all the Headers that has the Namespace URI to given NS URI.
getHeaders() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
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 in a particular namespace

The RolePlayer indicates whether it is the ultimate destination (in which case headers with no role or the explicit UltimateDestination role will be included), and any non-standard roles it supports.

getIncomingAttachmentsAsSingleStream() - Method in class org.apache.axiom.attachments.Attachments
Returns the rest of mime stream.
getIncomingAttachmentStreams() - Method in class org.apache.axiom.attachments.Attachments
Stream based access
getIndex(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getIndex(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getInitialUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  
getInputStream() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.PartOnFile
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemory
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
getInputStream() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getInputStream() - Method in interface org.apache.axiom.attachments.Part
 
getInputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getInputStream() - Method in interface org.apache.axiom.util.blob.Blob
Get an input stream to read the data in the blob.
getInputStream() - Method in class org.apache.axiom.util.blob.BlobDataSource
 
getInputStream() - Method in class org.apache.axiom.util.blob.MemoryBlob
 
getInputStream() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
getLang() - Method in interface org.apache.axiom.soap.SOAPFaultText
 
getLastNode() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
getLength() - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getLength() - Method in class org.apache.axiom.om.util.LogOutputStream
 
getLength() - Method in interface org.apache.axiom.util.blob.Blob
Get the length of the data in the blob, i.e.
getLength() - Method in class org.apache.axiom.util.blob.MemoryBlob
 
getLength() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
getLifecycleManager() - Method in class org.apache.axiom.attachments.Attachments
 
getLineNumber() - Method in interface org.apache.axiom.om.OMElement
 
getLineNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getLocalName(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getLocalName() - Method in interface org.apache.axiom.om.OMAttribute
 
getLocalName() - Method in interface org.apache.axiom.om.OMElement
Returns the local name of the element.
getLocalName() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getLocalName() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getLocalName() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getLocation() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getLocation() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getLocation() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getMap() - Method in class org.apache.axiom.attachments.Attachments
Get a map of all MIME parts in the message.
getMessage() - Method in exception org.apache.axiom.ext.io.StreamCopyException
 
getMetaFactory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Get the default meta factory instance.
getMimeBoundary() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getMimeBoundary() - Method in class org.apache.axiom.om.OMOutputFormat
 
getMimePartProvider() - Method in class org.apache.axiom.util.stax.xop.XOPEncodedStream
Get the provider object for the additional MIME parts referenced by the main part.
getMustUnderstand() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
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.om.impl.builder.StAXBuilder
Method getName.
getName() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Method getName.
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.om.util.OMXMLStreamReaderValidator
 
getName() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getName() - Method in class org.apache.axiom.util.blob.BlobDataSource
 
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
 
getName() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getName() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespace() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespace.
getNamespace() - Method in interface org.apache.axiom.om.OMAttribute
 
getNamespace() - Method in interface org.apache.axiom.om.OMElement
Get the namespace this element is part of.
getNamespace() - Method in interface org.apache.axiom.om.OMText
Deprecated. This API is going away. Please use getTextAsQName() instead.
getNamespace() - Method in interface org.apache.axiom.soap.SOAPFactory
 
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.om.impl.MTOMXMLStreamWriter
 
getNamespaceContext() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
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() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespaceContext() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
getNamespaceCount() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespaceCount.
getNamespaceCount() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getNamespaceCount() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getNamespaceCount() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespacePrefix.
getNamespacePrefix(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getNamespacePrefix(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the namespace prefix of a namespace node.
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(int) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespaces() - Method in class org.apache.axiom.om.xpath.AXIOMXPath
Expose the prefix to namespace mapping for this expression
getNamespaceStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of a namespace node.
getNamespaceUri(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespaceUri.
getNamespaceURI() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
 
getNamespaceURI() - Method in interface org.apache.axiom.om.OMNamespace
Provides the namespace URI of this namespace.
getNamespaceURI() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getNamespaceURI(int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getNamespaceURI(String) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getNamespaceURI(String) - 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.stax.XMLFragmentStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getNamespaceURI() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getNetworkDetachedXMLInputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. use StAXUtils.getXMLInputFactory(StAXParserConfiguration) with StAXParserConfiguration.STANDALONE
getNextContentId() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getNextContentId() - Method in class org.apache.axiom.om.OMOutputFormat
 
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
Get the next node.
getNextNode(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMDescendantsIterator
 
getNextNSPrefix() - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Get the next prefix name
getNextNSPrefix(XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
getNextOMSibling() - Method in interface org.apache.axiom.om.OMNode
Returns the next sibling in document order.
getNextOMSiblingIfAvailable() - Method in interface org.apache.axiom.om.impl.OMNodeEx
Get the next sibling if it is available.
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.BoundaryDelimitedStream
Gets the next stream.
getNextStream(int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Gets the next stream.
getNextStream() - Method in class org.apache.axiom.attachments.IncomingAttachmentStreams
Returns the next attachment stream in sequence.
getNextStream() - Method in class org.apache.axiom.attachments.MultipartAttachmentStreams
 
getNode() - Method in interface org.apache.axiom.soap.SOAPFault
 
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.
getNodeValue() - Method in interface org.apache.axiom.soap.SOAPFaultNode
 
getObject() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
getObject() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
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
Returns the backing Object.
getOMDocumentElement() - Method in interface org.apache.axiom.om.OMDocument
Returns 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.OMAttribute
Returns the OMFactory that created this object
getOMFactory() - Method in interface org.apache.axiom.om.OMMetaFactory
Get an OM factory instance for the XML infoset model.
getOMFactory() - Method in interface org.apache.axiom.om.OMSerializable
Returns the OMFactory that created this object
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
 
getOriginalXMLStreamReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
Searches the wrapper and delegate classes to find the original XMLStreamReader.
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.om.impl.MTOMXMLStreamWriter
Get the underlying OutputStream for this writer, if available.
getOutputStream() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getOutputStream() - Method in class org.apache.axiom.util.blob.BlobDataSource
 
getOutputStream() - Method in class org.apache.axiom.util.blob.MemoryBlob
 
getOutputStream() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
getOutputStream() - Method in interface org.apache.axiom.util.blob.WritableBlob
Create an output stream to write data to the blob.
getOwner() - Method in interface org.apache.axiom.om.OMAttribute
Returns the owner element of this attribute
getParent() - Method in interface org.apache.axiom.ext.stax.DelegatingXMLStreamReader
 
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.
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.
getParser() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Get the underlying XMLStreamReader used by this builder.
getParser() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Allows to access the underlying parser.
getPIData() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getPIData() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getPITarget() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getPITarget() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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.
getPrefix() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getPrefix.
getPrefix(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getPrefix() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Method getPrefix.
getPrefix() - Method in interface org.apache.axiom.om.OMNamespace
Method getPrefix.
getPrefix() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getPrefix(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getPrefix(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
getPrefix() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getPrefix() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getPrefix(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
getPrefix() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
 
getPrefix() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getPrefix() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getPrefix(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
getPrefixes(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
 
getPreviousOMSibling() - Method in interface org.apache.axiom.om.OMNode
Gets the previous sibling.
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.OMDataSourceExtBase
 
getProperty(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getProperty(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
getProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Query a property stored on the OMDataSource
getProperty(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
getProperty(String) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getProperty(String) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getProperty(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getProperty(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
getPublicId() - Method in class org.apache.axiom.util.stax.DummyLocation
 
getQName(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getQName() - Method in interface org.apache.axiom.om.OMAttribute
 
getQName() - Method in interface org.apache.axiom.om.OMElement
Gets the QName of this node.
getReader() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
getReader() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
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.
getReader() - Method in interface org.apache.axiom.om.OMDataSourceExt
Get parser for element data.
getReader() - Method in class org.apache.axiom.util.stax.xop.XOPEncodedStream
Get the stream reader for the main part of the XOP message.
getReaderProperty(String) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Get the value of a feature/property from the underlying XMLStreamReader implementation without accessing the XMLStreamReader.
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.
getRegisteredContentHandler() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getRegisteredContentHandler.
getRegisteredContentHandler() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
get the registered external content handler
getRelay() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Returns the relay status associated with this SOAPHeaderBlock object.
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.impl.MTOMXMLStreamWriter
 
getRootContentId() - Method in class org.apache.axiom.om.OMOutputFormat
 
getRootElement() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
Get the root element of the Axiom tree built by this content handler.
getRootElement() - Method in class org.apache.axiom.om.impl.jaxp.OMResult
 
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
 
getSingleton() - Static method in class org.apache.axiom.soap.SOAP12Version
 
getSize() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getSize() - Method in class org.apache.axiom.attachments.impl.PartOnFile
 
getSize() - Method in class org.apache.axiom.attachments.impl.PartOnMemory
 
getSize() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
getSize() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getSize() - Method in interface org.apache.axiom.attachments.Part
 
getSize() - Method in interface org.apache.axiom.ext.activation.SizeAwareDataSource
Get the size of the data source.
getSize(DataSource) - Static method in class org.apache.axiom.util.activation.DataSourceUtils
Determine the size of the data represented by a DataSource object.
getSize() - Method in class org.apache.axiom.util.activation.EmptyDataSource
 
getSize() - Method in class org.apache.axiom.util.blob.BlobDataSource
 
getSkipArray(byte[], boolean) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
skipArray Builds a skip array for this pattern and direction.
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 an 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 an 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 class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method getSOAPEnvelope.
getSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPMessage
 
getSoapFactory() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
getSOAPFaultText(String) - Method in interface org.apache.axiom.soap.SOAPFaultReason
 
getSoapMessage() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
getSOAPPartContentID() - Method in class org.apache.axiom.attachments.Attachments
 
getSOAPPartContentType() - Method in class org.apache.axiom.attachments.Attachments
 
getSOAPPartInputStream() - Method in class org.apache.axiom.attachments.Attachments
 
getSOAPVersion() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getSoapVersionURI() - Method in interface org.apache.axiom.soap.SOAPFactory
 
getStreamAsByteArray(InputStream) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Returns the contents of the input stream as byte array.
getStreamAsByteArray(InputStream, int) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Returns the contents of the input stream as byte array.
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
 
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 class org.apache.axiom.om.impl.builder.StAXBuilder
Method getText.
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.om.util.OMXMLStreamReaderValidator
 
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
 
getText() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getText() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getTextAsQName() - Method in interface org.apache.axiom.om.OMElement
OMText can contain its information as a QName as well.
getTextAsQName() - Method in interface org.apache.axiom.om.OMText
 
getTextAsStream(OMElement, boolean) - Static method in class org.apache.axiom.om.util.ElementHelper
Returns a stream representing the concatenation of the text nodes that are children of a given element.
getTextCharacters() - Method in interface org.apache.axiom.om.OMText
 
getTextCharacters() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
 
getTextCharacters(int, char[], int, int) - 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.XMLFragmentStreamReader
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getTextCharacters() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getTextLength() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getTextLength() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getTextLength() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getTextStart() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getTextStart() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
getTextStart() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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
 
getTransferEncoding() - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
getType(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getType(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getType(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getType() - Method in interface org.apache.axiom.om.OMNode
Returns the type of node.
getURI(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getURLForContentID(String) - Static method in class org.apache.axiom.util.stax.xop.XOPUtils
Build a cid URL from the given content ID as described in RFC2392.
getUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated. MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
getValidElements(OMDocument) - Method in class org.apache.axiom.om.util.DigestGenerator
Gets the valid element collection of an OMDocument.
getValue(int) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getValue(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
getValue(String, String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
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.OMDocType
Returns the value of this DocType.
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
 
getVersion() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
getVersion() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
getXMLBytes(String) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
getXMLBytes(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Returns a byte[] representing the xml data
getXMLInputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the default configuration and cache policy (i.e.
getXMLInputFactory(StAXParserConfiguration) - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the specified configuration and the default cache policy.
getXMLInputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the default configuration and the specified cache policy.
getXMLInputFactory(StAXParserConfiguration, boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Get a cached XMLInputFactory instance using the specified configuration and cache policy.
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
getXMLInputStream(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Returns a InputStream representing the xml data
getXMLOutputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Gets an XMLOutputFactory instance from pool.
getXMLOutputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Get XMLOutputFactory
getXMLOutputFactory_perClassLoader() - Static method in class org.apache.axiom.om.util.StAXUtils
 
getXMLOutputFactory_singleton() - Static method in class org.apache.axiom.om.util.StAXUtils
 
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.OMElement
Get a pull parser representation of this element with caching enabled.
getXMLStreamReader(boolean) - Method in interface org.apache.axiom.om.OMElement
Get a pull parser representation of this element.
getXMLStreamReaderWithoutCaching() - Method in interface org.apache.axiom.om.OMElement
Get a pull parser representation of this element with caching disabled.
getXmlStreamWriter() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getXmlVersion() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getXMLVersion() - Method in interface org.apache.axiom.om.OMDocument
Returns the XML version.
getXmlVersion() - Method in class org.apache.axiom.om.OMOutputFormat
 
getXOPEncodedStream(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.xop.XOPUtils
Get an XOP encoded stream for a given stream reader.

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.
handleEvent(XMLStreamReader, OMElement, int) - Method in class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
handleEvent(XMLStreamReader, OMElement, int) - Method in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
handleEvent(XMLStreamReader, OMElement, int) - Method in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
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.om.impl.OMNamespaceImpl
 
hasName() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
hasName() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
hasName() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
 
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Method hasNext.
hasNext() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
 
hasNext() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
 
hasNext() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
hasNext() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
hasProperty(String) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
hasProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
Returns true if property is set
hasText() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
hasText() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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
 
hasText() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
hasText() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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_CONTENT_TYPE_JMS - 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

identifySOAPVersion(String) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method ignorableWhitespace.
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.
ImmutableXMLOutputFactory(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
Constructor.
importOMAttribute(OMAttribute, OMElement) - Static method in class org.apache.axiom.om.util.AttributeHelper
In Axiom, a single tree should always contain objects created from the same type of factory (eg: LinkedListImplFactory, DOMFactory, etc.,).
importOMElement(OMElement, OMFactory) - Static method in class org.apache.axiom.om.util.ElementHelper
Some times two OMElements needs to be added to the same object tree.
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.
IncomingAttachmentStreams() - Constructor for class org.apache.axiom.attachments.IncomingAttachmentStreams
 
init(InputStream, String, String, String) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Deprecated. Not used anywhere
init(OMNode) - Method in class org.apache.axiom.om.impl.OMNavigator
Method init.
inputStream2BAAOutputStream(InputStream, BAAOutputStream, long) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
inputStream2BAAOutputStream
inputStream2FileOutputStream(InputStream, FileOutputStream) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
Opimized writing to FileOutputStream using a channel
inputStream2OutputStream(InputStream, OutputStream) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
Private utility to write the InputStream contents to the OutputStream.
inputStream2OutputStream(InputStream, OutputStream, int) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
InputStreamDataSource - Class in org.apache.axiom.om.ds
InputStream is an example OMDataSourceExt.
InputStreamDataSource(InputStream, String) - Constructor for class org.apache.axiom.om.ds.InputStreamDataSource
Constructor
InputStreamDataSource.Data - Class in org.apache.axiom.om.ds
Object containing the InputStream/encoding pair
InputStreamDataSource.Data() - Constructor for class org.apache.axiom.om.ds.InputStreamDataSource.Data
 
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.mime.impl.javamail.JavaMailMultipartWriterFactory
 
INSTANCE - Static variable in class org.apache.axiom.util.stax.DummyLocation
 
internalSerialize(OMDocument, XMLStreamWriter, boolean, boolean) - Static method in class org.apache.axiom.om.impl.OMDocumentImplUtil
 
internalSerialize(XMLStreamWriter, boolean) - Method in interface org.apache.axiom.om.impl.OMNodeEx
Serializes the node.
internalSerialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.impl.OMNodeEx
Deprecated. This method will be removed in a future version of Axiom. It is only here to maintain backward compatibility with projects using this method despite the fact that it is marked as internal.
internalSerializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.impl.OMNodeEx
Deprecated. This method will be removed in a future version of Axiom. It is only here to maintain backward compatibility with projects using this method despite the fact that it is marked as internal.
IOUtils - Class in org.apache.axiom.attachments.utils
Utility class containing IO helper methods
is - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
 
IS_BINARY - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.  
IS_DATA_HANDLERS_AWARE - Static variable in interface org.apache.axiom.om.OMConstants
Deprecated.  
isAllowSwitching() - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
isAssociated(String, String, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
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.om.util.OMXMLStreamReaderValidator
 
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
 
isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
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
 
isBinary() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isCache() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
isCache() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
 
isCharacters() - Method in interface org.apache.axiom.om.OMText
 
isCharacters() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
isCharacters() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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
 
isCharacters() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isCharacters() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
isClosed() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
isClosed() - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
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 class org.apache.axiom.om.impl.builder.StAXBuilder
Method isCompleted.
isCompleted() - Method in class org.apache.axiom.om.impl.OMNavigator
Returns the completed status.
isCompleted() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
 
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.
isDeferred() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.ByteArrayDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
isDestructiveRead() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
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.ByteArrayDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
isDestructiveWrite() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
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
 
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.om.util.OMXMLStreamReaderValidator
 
isEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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
 
isEndElement() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isEndElement() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
isEqual(byte[], byte[], int, int) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
isEqual
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
Deprecated. This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenNamespaceIterator
This version of equals returns true if the local parts match.
isEqual(QName, QName) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Returns true if the qnames are equal.
isEquals_Legacy(QName, QName) - Static method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Deprecated.  
isExpanded() - Method in interface org.apache.axiom.om.OMSourcedElement
 
isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.OMOutputFormat
 
isInlineMTOM() - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
isInlineMTOM() - Method in interface org.apache.axiom.om.OMXMLStreamReader
Deprecated. This method will be removed in a future release of Axiom. See OMXMLStreamReader.setInlineMTOM(boolean) for more details.
isInlineMTOM() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
isLoaded() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerProvider
Check whether the DataHandler has already been loaded.
isLoaded(String) - Method in class org.apache.axiom.om.impl.builder.OMAttachmentAccessorMimePartProvider
 
isLoaded(String) - Method in interface org.apache.axiom.util.stax.xop.MimePartProvider
Check whether the MIME part identified by a given content ID has already been loaded.
isLoaded(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
 
isLookahead() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Check if the node for the current token has already been created or if the parser is ahead of the builder.
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.impl.builder.StAXOMBuilder
 
isNavigable() - Method in class org.apache.axiom.om.impl.OMNavigator
Returns the navigable status.
isOptimized() - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerReader
Check if the binary content is eligible for optimization (e.g.
isOptimized() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Deprecated. Serialization code should use XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) or XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider, String, boolean) to submit any binary content and let this writer decide whether the content should be written as base64 encoded character data or using xop:Include. This makes optimization entirely transparent for the caller and there should be no need to check if the writer is producing MTOM.
isOptimized() - Method in class org.apache.axiom.om.OMOutputFormat
 
isOptimized() - Method in interface org.apache.axiom.om.OMText
 
isOptimized(DataHandler, boolean) - Method in interface org.apache.axiom.util.stax.xop.OptimizationPolicy
Determine whether the binary content supplied by a given DataHandler should be optimized.
isOptimized(DataHandlerProvider, boolean) - Method in interface org.apache.axiom.util.stax.xop.OptimizationPolicy
Determine whether the binary content supplied by a given DataHandlerProvider should be optimized.
isOptimized() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isOptimizedThreshold(OMText) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Deprecated. Serialization code should use XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) or XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider, String, boolean) to submit any binary content and let this writer decide whether the content should be written as base64 encoded character data or using xop:Include. Since the writer applies the settings defined in OMOutputFormat (including MTOM thresholds), there is not need for this method anymore.
isProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
 
isProcessingDetailElements() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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
 
isSetPrefixBeforeStartElement(XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Deprecated. This method was used to work around a StAX conformance issue in early versions of the XL XP-J parser. This is now handled by StAXDialect, and this method always returns false.
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.om.util.OMXMLStreamReaderValidator
 
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
 
isStandalone() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
isStartElement() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
isStartElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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
 
isStartElement() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isStartElement() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
isSupportingReadUncommitted() - Method in class org.apache.axiom.util.blob.MemoryBlob
 
isSupportingReadUncommitted() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
isSupportingReadUncommitted() - Method in interface org.apache.axiom.util.blob.WritableBlob
Determine whether the blob supports reading in state NEW or UNCOMMITTED.
isText(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a text node.
isTextualPart(String) - Static method in class org.apache.axiom.om.util.CommonUtils
A "textual part" has one or more of the following criteria 1) a content-type that start with "text" "application/xml" or "application/soap" 2) has a charset parameter on the content-type.
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
checks input string for invalid Base64 characters
isWhiteSpace() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
isWhiteSpace() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
isWhiteSpace() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 

J

JavaMailMultipartWriterFactory - Class in org.apache.axiom.mime.impl.javamail
Factory for the JavaMail based MultipartWriter implementation.
JavaMailMultipartWriterFactory() - Constructor for class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
 

L

lastChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Field lastChild
lastChild - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Field lastChild
lastNode - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field lastNode
length() - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
length() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
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
 
LifecycleManagerImpl.FileDeletor(int, File) - Constructor for class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
log - Static variable in class org.apache.axiom.attachments.Attachments
 
log - Static variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The Log that this class should log all events to.
log - Static variable in class org.apache.axiom.attachments.CachedFileDataSource
 
logDebug(OMElement, Log) - Static method in class org.apache.axiom.om.util.CommonUtils
Writes the om to a log.debug.
logDebug(OMElement, Log, int) - Static method in class org.apache.axiom.om.util.CommonUtils
Writes the om to a log.debug.
logDebug(OMElement, Log, int, OMOutputFormat) - Static method in class org.apache.axiom.om.util.CommonUtils
Writes the om to a log.debug.
LogOutputStream - Class in org.apache.axiom.om.util
LogOutputStream Writes to log.debug() Also counts the number of bytes
LogOutputStream(Log, int) - Constructor for class org.apache.axiom.om.util.LogOutputStream
 
logParserState() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Dump the current event of the parser.
logParserState() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
Dump the current event of the delegate.
lookahead() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
This method looks ahead to the next start element.
LOSSY_PREFIX - Static variable in interface org.apache.axiom.om.OMDataSourceExt
 

M

main(String[]) - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  
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
Make an XMLOutputFactory object thread safe.
MapBasedNamespaceContext - Class in org.apache.axiom.util.namespace
Namespace context implementation that stores namespace bindings in a Map.
MapBasedNamespaceContext(Map) - Constructor for class org.apache.axiom.util.namespace.MapBasedNamespaceContext
 
mark(int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
mark the stream.
mark(int) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
mark(int) - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
mark(int) - Method in class org.apache.axiom.om.util.DetachableInputStream
 
markSupported() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
markSupported return false;
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.attachments.utils.BAAInputStream
 
markSupported() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
Determine whether the given node matches the filter criteria.
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
 
matches(OMNode) - Method in class org.apache.axiom.om.impl.traverse.OMQualifiedNameFilterIterator
 
maxDepthForCustomBuilders - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
md5DigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
String representing the MD5 digest algorithm
MemoryBlob - Class in org.apache.axiom.util.blob
Blob implementation that stores data in memory.
MemoryBlob() - Constructor for class org.apache.axiom.util.blob.MemoryBlob
 
META_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
MIMEBodyPartInputStream - Class in org.apache.axiom.attachments
MIMEBodyPartInputStream
MIMEBodyPartInputStream(PushbackInputStream, byte[]) - Constructor for class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
MIMEBodyPartInputStream(PushbackInputStream, byte[], Attachments) - Constructor for class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
MIMEBodyPartInputStream(PushbackInputStream, byte[], Attachments, int) - Constructor for class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
MIMEOutputUtils - Class in org.apache.axiom.om.impl
Utility class used to write out XML with Attachments
MIMEOutputUtils() - Constructor for class org.apache.axiom.om.impl.MIMEOutputUtils
 
MimePartProvider - Interface in org.apache.axiom.util.stax.xop
Interface used by XOPDecodingStreamReader to load MIME parts referenced by xop:Include elements.
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
 
MTOMStAXSOAPModelBuilder - Class in org.apache.axiom.soap.impl.builder
 
MTOMStAXSOAPModelBuilder(XMLStreamReader, SOAPFactory, Attachments, String) - Constructor for class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
MTOMStAXSOAPModelBuilder(XMLStreamReader, Attachments, String) - Constructor for class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
MTOMStAXSOAPModelBuilder(XMLStreamReader, Attachments) - Constructor for class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
MTOMXMLStreamWriter - Class in org.apache.axiom.om.impl
MTOMXMLStreamWriter is an XML + Attachments stream writer.
MTOMXMLStreamWriter(XMLStreamWriter) - Constructor for class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
MTOMXMLStreamWriter(OutputStream, OMOutputFormat) - Constructor for class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Creates a new MTOMXMLStreamWriter with specified encoding.
MultipartAttachmentStreams - Class in org.apache.axiom.attachments
The MultipartAttachmentStreams class is used to create IncomingAttachmentInputStream objects when the HTTP stream shows a marked separation between the SOAP and each attachment parts.
MultipartAttachmentStreams(BoundaryDelimitedStream) - Constructor for class org.apache.axiom.attachments.MultipartAttachmentStreams
 
MultipartWriter - Interface in org.apache.axiom.mime
Writes a MIME multipart package as used by XOP/MTOM and SOAP with Attachments.
MultipartWriterFactory - Interface in org.apache.axiom.mime
Factory for MultipartWriter instances.
MUST_UNDERSTAND_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 

N

NAMESPACE_PREFIX - Static variable in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
namespaces - Variable in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
 
newStreamNo() - Static method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Signal that a new stream has been created.
next() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Forwards the parser one step further, if parser is not completed yet.
next() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method next.
next() - Method in class org.apache.axiom.om.impl.OMNavigator
Gets the next node.
next() - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
 
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Returns the next element in the iteration.
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Returns the next element in the iteration.
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Returns the next element in the iteration.
next() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Method next.
next() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
 
next() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
 
next() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Proceed the parser one step and return the event value.
next() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
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
 
next() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
next() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
nextCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Field nextCalled
nextCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Field nextCalled
nextTag() - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
nextTag() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
Returns the next tag.
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
 
nextTag() - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
nextTag() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
node - Variable in class org.apache.axiom.om.impl.OMNavigator
Field node
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(XMLOutputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
Normalize an XMLOutputFactory.
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) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
Detect the dialect of a given XMLOutputFactory and normalize it.
NOT_DESTRUCTIVE - Static variable in class org.apache.axiom.om.ds.Behavior
 
numReads() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 

O

OMAbstractFactory - Class in org.apache.axiom.om
Provides default instances for object model and meta factories.
OMAbstractIterator - Class in org.apache.axiom.om.impl.traverse
Abstract base class for iterators over sets of OM nodes.
OMAbstractIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMAbstractIterator
 
OMAttachmentAccessor - Interface in org.apache.axiom.om
This interface is applied to objects that can access attachments.
OMAttachmentAccessorMimePartProvider - Class in org.apache.axiom.om.impl.builder
Adapts an OMAttachmentAccessor instance to the MimePartProvider interface.
OMAttachmentAccessorMimePartProvider(OMAttachmentAccessor) - Constructor for class org.apache.axiom.om.impl.builder.OMAttachmentAccessorMimePartProvider
 
OMAttribute - Interface in org.apache.axiom.om
Interface OMAttribute
OMBuilderException - Exception in org.apache.axiom.om.impl.exception
Class OMBuilderException
OMBuilderException(String) - Constructor for exception org.apache.axiom.om.impl.exception.OMBuilderException
Constructor OMBuilderException
OMBuilderException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMBuilderException
 
OMChildElementIterator - Class in org.apache.axiom.om.impl.traverse
 
OMChildElementIterator(OMElement) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Constructor OMChildrenIterator.
OMChildrenIterator - Class in org.apache.axiom.om.impl.traverse
Class OMChildrenIterator
OMChildrenIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Constructor OMChildrenIterator.
OMChildrenLegacyQNameIterator - Class in org.apache.axiom.om.impl.traverse
Deprecated.  
OMChildrenLegacyQNameIterator(OMNode, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
Deprecated.  
OMChildrenLocalNameIterator - Class in org.apache.axiom.om.impl.traverse
Iterate over elements with the same LocalName
OMChildrenLocalNameIterator(OMNode, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
 
OMChildrenNamespaceIterator - Class in org.apache.axiom.om.impl.traverse
Iterate over elements with the same namespace uri
OMChildrenNamespaceIterator(OMNode, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenNamespaceIterator
 
OMChildrenQNameIterator - Class in org.apache.axiom.om.impl.traverse
Class OMChildrenQNameIterator This iterator returns the elements that have a matching QName.
OMChildrenQNameIterator(OMNode, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Constructor OMChildrenQNameIterator.
OMChildrenWithSpecificAttributeIterator - Class in org.apache.axiom.om.impl.traverse
Class OMChildrenWithSpecificAttributeIterator
OMChildrenWithSpecificAttributeIterator(OMNode, QName, String, boolean) - Constructor for class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Constructor OMChildrenWithSpecificAttributeIterator.
OMComment - Interface in org.apache.axiom.om
Interface OMComment
OMConstants - Interface in org.apache.axiom.om
Interface OMConstants
OMContainer - Interface in org.apache.axiom.om
Captures the operations related to containment shared by both a document and an element.
OMContainerEx - Interface in org.apache.axiom.om.impl
Interface OMContainerEx

Internal Implementation detail.

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.
OMDataSourceExtBase - Class in org.apache.axiom.om.ds
OMDataSourceExtBase is a convenient base class that can be extended by other OMDataSourceExt implementations.
OMDataSourceExtBase() - Constructor for class org.apache.axiom.om.ds.OMDataSourceExtBase
 
OMDescendantsIterator - Class in org.apache.axiom.om.impl.traverse
Iterator that iterates over all descendants in document order.
OMDescendantsIterator(OMNode) - Constructor for class org.apache.axiom.om.impl.traverse.OMDescendantsIterator
 
OMDocType - Interface in org.apache.axiom.om
Interface OMDocType
OMDocument - Interface in org.apache.axiom.om
 
OMDocumentImplUtil - Class in org.apache.axiom.om.impl
Utility class with default implementations for some of the methods defined by the OMDocument interface.
OMElement - Interface in org.apache.axiom.om
A particular kind of node that represents an element infoset information item.
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 - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field omfactory
OMFactory - Interface in org.apache.axiom.om
Class OMFactory
OMFilterIterator - Class in org.apache.axiom.om.impl.traverse
Abstract iterator that returns matching nodes from another iterator.
OMFilterIterator(Iterator) - Constructor for class org.apache.axiom.om.impl.traverse.OMFilterIterator
 
OMHierarchyException - Exception in org.apache.axiom.om
Thrown if an object model operation would lead to a hierarchy that is not allowed in the given object model implementation.
OMHierarchyException(String) - Constructor for exception org.apache.axiom.om.OMHierarchyException
 
OMMetaFactory - Interface in org.apache.axiom.om
Object model meta factory.
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
 
OMNamespace - Interface in org.apache.axiom.om
Interface OMNamespace.
OMNamespaceImpl - Class in org.apache.axiom.om.impl
Class OMNamespaceImpl
OMNamespaceImpl(String, String) - Constructor for class org.apache.axiom.om.impl.OMNamespaceImpl
 
OMNavigator - Class in org.apache.axiom.om.impl
Refer to the test, org.apache.axiom.om.OMNavigatorTest, to find out how to use features like isNavigable, isComplete and step.
OMNavigator() - Constructor for class org.apache.axiom.om.impl.OMNavigator
Constructor OMNavigator.
OMNavigator(OMNode) - Constructor for class org.apache.axiom.om.impl.OMNavigator
Constructor OMNavigator.
OMNode - Interface in org.apache.axiom.om
Defines the base interface used by most of the XML object model within Axis.
OMNodeEx - Interface in org.apache.axiom.om.impl
Interface OMNodeEx

Internal Implementation detail.

OMOutputFormat - Class in org.apache.axiom.om
Formats options for OM Output.
OMOutputFormat() - Constructor for class org.apache.axiom.om.OMOutputFormat
 
OMProcessingInstruction - Interface in org.apache.axiom.om
Interface OMProcessingInstruction
OMQNameFilterIterator - Class in org.apache.axiom.om.impl.traverse
Iterator that selects elements based on QName equality, i.e.
OMQNameFilterIterator(Iterator, QName) - Constructor for class org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
 
OMQualifiedNameFilterIterator - Class in org.apache.axiom.om.impl.traverse
Iterator that selects elements based on prefix and local name.
OMQualifiedNameFilterIterator(Iterator, String) - Constructor for class org.apache.axiom.om.impl.traverse.OMQualifiedNameFilterIterator
 
OMResult - Class in org.apache.axiom.om.impl.jaxp
Implementation of Result for AXIOM.
OMResult(OMFactory) - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
 
OMResult() - Constructor for class org.apache.axiom.om.impl.jaxp.OMResult
 
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.
OMSerializer - Interface in org.apache.axiom.om
Interface OMSerializer
OMSerializerUtil - Class in org.apache.axiom.om.impl.util
 
OMSerializerUtil() - Constructor for class org.apache.axiom.om.impl.util.OMSerializerUtil
 
OMSource - Class in org.apache.axiom.om.impl.jaxp
Implementation of Source for AXIOM.
OMSource(OMElement) - Constructor for class org.apache.axiom.om.impl.jaxp.OMSource
 
OMSourcedElement - Interface in org.apache.axiom.om
Element whose data is backed by an arbitrary Java object.
OMStAXWrapper - Class in org.apache.axiom.om.impl
XMLStreamReader implementation that generates events from a given Axiom tree.
OMStAXWrapper(OMXMLParserWrapper, OMElement) - Constructor for class org.apache.axiom.om.impl.OMStAXWrapper
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing.
OMStAXWrapper(OMXMLParserWrapper, OMElement, boolean) - Constructor for class org.apache.axiom.om.impl.OMStAXWrapper
Constructor OMStAXWrapper.
OMStreamingException - Exception in org.apache.axiom.om.impl.exception
Class OMStreamingException
OMStreamingException() - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Constructor OMStreamingException
OMStreamingException(String) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Constructor OMStreamingException
OMStreamingException(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Constructor OMStreamingException
OMStreamingException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.OMStreamingException
Constructor OMStreamingException
OMText - Interface in org.apache.axiom.om
Represents character data in an XML document.
OMXMLParserWrapper - Interface in org.apache.axiom.om
Interface OMXMLParserWrapper
OMXMLReader - Class in org.apache.axiom.om.impl.serialize
SAX XMLReader implementation that traverses a given OM tree and invokes the callback methods on the configured ContentHandler.
OMXMLReader(OMElement) - Constructor for class org.apache.axiom.om.impl.serialize.OMXMLReader
 
OMXMLReader.AttributesAdapter - Class in org.apache.axiom.om.impl.serialize
 
OMXMLReader.AttributesAdapter() - Constructor for class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
OMXMLStreamReader - Interface in org.apache.axiom.om
 
OMXMLStreamReaderValidator - Class in org.apache.axiom.om.util
There are several places in the code where events are passed from a source to a consumer using XMLStreamReader events.
OMXMLStreamReaderValidator(OMXMLStreamReader, boolean) - Constructor for class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
ONE_USE_UNSAFE - Static variable in class org.apache.axiom.om.ds.Behavior
 
OptimizationPolicy - Interface in org.apache.axiom.util.stax.xop
Encapsulates an algorithm that decides whether base64 encoded binary data should be optimized using XOP.
org.apache.axiom.attachments - package org.apache.axiom.attachments
 
org.apache.axiom.attachments.impl - package org.apache.axiom.attachments.impl
 
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.attachments.utils - package org.apache.axiom.attachments.utils
 
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.mime - package org.apache.axiom.mime
Contains interfaces for MIME message processing.
org.apache.axiom.mime.impl.javamail - package org.apache.axiom.mime.impl.javamail
MIME message processing API implementation based on JavaMail.
org.apache.axiom.om - package org.apache.axiom.om
Contains core interfaces of the Axiom API.
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.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.impl.builder - package org.apache.axiom.om.impl.builder
 
org.apache.axiom.om.impl.exception - package org.apache.axiom.om.impl.exception
 
org.apache.axiom.om.impl.jaxp - package org.apache.axiom.om.impl.jaxp
 
org.apache.axiom.om.impl.serialize - package org.apache.axiom.om.impl.serialize
 
org.apache.axiom.om.impl.traverse - package org.apache.axiom.om.impl.traverse
 
org.apache.axiom.om.impl.util - package org.apache.axiom.om.impl.util
 
org.apache.axiom.om.util - package org.apache.axiom.om.util
 
org.apache.axiom.om.xpath - package org.apache.axiom.om.xpath
 
org.apache.axiom.osgi - package org.apache.axiom.osgi
 
org.apache.axiom.soap - package org.apache.axiom.soap
 
org.apache.axiom.soap.impl.builder - package org.apache.axiom.soap.impl.builder
 
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.blob - package org.apache.axiom.util.blob
Contains utility classes to work with binary data.
org.apache.axiom.util.namespace - package org.apache.axiom.util.namespace
Contains utility classes to work with NamespaceContext and QName.
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.
org.apache.axiom.util.stax.xop - package org.apache.axiom.util.stax.xop
Contains classes to encode and decode XOP infosets.
OverflowBlob - Class in org.apache.axiom.util.blob
Blob implementation that stores data in a temporary file if the size exceeds a configurable threshold.
OverflowBlob(int, int, String, String) - Constructor for class org.apache.axiom.util.blob.OverflowBlob
 

P

parse(InputSource) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
parse(String) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
parser - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field parser
parser - Variable in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
parserAccessed - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field parserAccessed
parserException - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Stores exceptions thrown by the parser.
ParserInputStreamDataSource - Class in org.apache.axiom.om.ds
A DataSource that is backed by an InputStream (read from a parser).
ParserInputStreamDataSource(InputStream, String) - Constructor for class org.apache.axiom.om.ds.ParserInputStreamDataSource
This is the constructor that is normally called.
ParserInputStreamDataSource(InputStream, String, int) - Constructor for class org.apache.axiom.om.ds.ParserInputStreamDataSource
This constructor is used to test the different Behavior settings.
ParserInputStreamDataSource.Data - Class in org.apache.axiom.om.ds
 
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.attachments
Abstract for Part.
PartFactory - Class in org.apache.axiom.attachments.impl
The PartFactory creates an object that represents a Part (implements the Part interface).
PartFactory() - Constructor for class org.apache.axiom.attachments.impl.PartFactory
 
PartOnFile - Class in org.apache.axiom.attachments.impl
PartOnFile stores that attachment in a file.
PartOnMemory - Class in org.apache.axiom.attachments.impl
PartOnMemory stores the attachment in memory (in a byte[]) This implementation is used for smaller attachments to enhance performance.
PartOnMemoryEnhanced - Class in org.apache.axiom.attachments.impl
PartOnMemoryEnhanced stores the attachment in memory (in non-contigous byte arrays) This implementation is used for smaller attachments to enhance performance.
PI_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a ProcessingInstruction.
printarry(byte[], int, int) - Static method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Method printarry
processAttributes(OMElement) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method processAttributes.
processAttributes(OMElement) - Method in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
processDataHandler(DataHandler, String, boolean) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
 
processDataHandler(DataHandlerProvider, String, boolean) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
 
processGetProperty(DataHandlerReader, String) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Helper method to implement XMLStreamReader.getProperty(String).
processingInstruction(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
processingInstruction(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method processingInstruction.
processNamespaceData(OMElement) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method processNamespaceData.
processNamespaceData(OMElement) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Method processNamespaceData.
processNamespaceData(OMElement, boolean) - Method in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
processNamespaceData(OMElement, boolean) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method processNamespaceData.
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.
PULL_TYPE_BUILDER - Static variable in interface org.apache.axiom.om.OMConstants
Field PULL_TYPE_BUILDER
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.
purgeDataSource() - Method in class org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl
 
PUSH_TYPE_BUILDER - Static variable in interface org.apache.axiom.om.OMConstants
Field PUSH_TYPE_BUILDER

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
 

R

read(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[]) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[]) - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
read() - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
Read from the boundary delimited stream.
read(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read(byte[]) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
read() - Method in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
read(byte[]) - Method in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
read() - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
read(byte[]) - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
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() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
read(byte[], int, int) - Method in class org.apache.axiom.om.util.DetachableInputStream
 
read(byte[]) - Method in class org.apache.axiom.om.util.DetachableInputStream
 
READ_ONCE_AND_DELETE - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
reader2writer(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.axiom.om.util.CopyUtils
Simple utility that takes an XMLStreamReader and writes it to an XMLStreamWriter
readFrom(InputStream, long) - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
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.
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.BlobOutputStream
 
readFrom(InputStream, long, boolean) - Method in class org.apache.axiom.util.blob.MemoryBlob
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.MemoryBlob
 
readFrom(InputStream, long, boolean) - Method in class org.apache.axiom.util.blob.OverflowBlob
 
readFrom(InputStream, long) - Method in class org.apache.axiom.util.blob.OverflowBlob
 
readFrom(InputStream, long, boolean) - Method in interface org.apache.axiom.util.blob.WritableBlob
Read data from the given input stream and write it to the blob.
readFrom(InputStream, long) - Method in interface org.apache.axiom.util.blob.WritableBlob
Read data from the given input stream and write it to the blob.
ReadFromSupport - Interface in org.apache.axiom.ext.io
Optional interface implemented by OutputStream implementations that support transferring data from an InputStream.
readFully(InputStream, byte[]) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Reads into a byte array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.axiom.attachments.utils.IOUtils
Same as the normal in.read(b, off, len), but tries to ensure that the entire len number of bytes is read.
readParserInputStream() - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource.Data
 
receive(InputStream, long) - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
register(String) - Method in class org.apache.axiom.attachments.AttachmentCacheMonitor
Register a file name with the monitor.
registerCustomBuilder(QName, int, CustomBuilder) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Register a CustomBuilder associated with the indicated QName.
registerCustomBuilderForPayload(CustomBuilder) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Register a CustomBuilder for a payload.
registerExternalContentHandler(Object) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method registerExternalContentHandler.
registerExternalContentHandler(Object) - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Registers an external content handler.
RELAY_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 
release() - Method in class org.apache.axiom.util.blob.MemoryBlob
 
release() - Method in class org.apache.axiom.util.blob.OverflowBlob
 
release() - Method in interface org.apache.axiom.util.blob.WritableBlob
Release all resources held by this blob.
releaseParserOnClose(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Indicate if the parser resource should be release when closed.
releaseParserOnClose(boolean) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
releaseXMLInputFactory(XMLInputFactory) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. Returns an XMLInputFactory instance for reuse.
releaseXMLOutputFactory(XMLOutputFactory) - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated. Returns an XMLOutputFactory instance for reuse.
remove() - Method in class org.apache.axiom.om.impl.traverse.OMAbstractIterator
 
remove() - Method in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Removes the last element returned by the iterator (optional operation) from the underlying collection.
remove() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Removes the last element returned by the iterator (optional operation) from the underlying collection.
remove() - Method in class org.apache.axiom.om.impl.traverse.OMFilterIterator
 
remove() - Method in class org.apache.axiom.om.impl.util.EmptyIterator
 
removeAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
Method removeAttribute
removeCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildElementIterator
Field removeCalled
removeCalled - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
Field removeCalled
removeDataHandler(String) - Method in class org.apache.axiom.attachments.Attachments
Removes the DataHandler corresponding to the given contenID.
replace(String, String, String) - Static method in class org.apache.axiom.om.util.CommonUtils
replace: Like String.replace except that the old and new items are strings.
require(int, String, String) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
require(int, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamReader
 
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
 
require(int, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
 
require(int, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
reset() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
reset the stream.
reset() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
reset() - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
reset(OMNode) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method reset.
reset() - Method in class org.apache.axiom.om.util.DetachableInputStream
 
reset() - Static method in class org.apache.axiom.om.util.StAXUtils
Deprecated.  
resolveQName(String) - Method in interface org.apache.axiom.om.OMElement
Turns a prefix:local qname string into a proper QName, evaluating it in the OMElement context.
resolveQName(String, boolean) - Method in class org.apache.axiom.om.util.ElementHelper
Turns a prefix:local qname string into a proper QName, evaluating it in the OMElement context.
resolveQName(String) - Method in class org.apache.axiom.om.util.ElementHelper
Turns a prefix:local qname string into a proper QName, evaluating it in the OMElement context.
RESPECT_SWA_ATTACHMENT_ORDER - Static variable in class org.apache.axiom.om.OMOutputFormat
 
RESPECT_SWA_ATTACHMENT_ORDER_DEFAULT - Static variable in class org.apache.axiom.om.OMOutputFormat
 
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

SAXOMBuilder - Class in org.apache.axiom.om.impl.builder
 
SAXOMBuilder(OMFactory) - Constructor for class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
SAXOMBuilder() - Constructor for class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
ScopedNamespaceContext - Class in org.apache.axiom.util.namespace
NamespaceContext implementation that supports nested scopes.
ScopedNamespaceContext() - Constructor for class org.apache.axiom.util.namespace.ScopedNamespaceContext
 
search(byte[], byte[], int, int, boolean) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
search Look for the search bytes in the bytes array using a straight search.
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.CharArrayDataSource
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.InputStreamDataSource
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
 
serialize(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serialize.
serialize(XMLStreamReader, XMLStreamWriter, boolean) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node with caching.
serialize(Writer) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node with caching.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node with caching.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node with caching.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
Serializes element data directly to stream.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
Serializes element data directly to writer.
serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMDataSource
Serializes element data directly to StAX writer.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSourceExt
Serializes element data directly to stream.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSourceExt
Serializes element data directly to writer.
serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMDataSourceExt
Serializes element data directly to StAX writer.
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMElement
Serializes the node with caching.
serialize(Writer) - Method in interface org.apache.axiom.om.OMElement
Serializes the node with caching.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMElement
Serializes the node with caching.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMElement
Serializes the node with caching.
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serialize(Writer) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
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.
serialize(XMLStreamReader, XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializer
Method serialize
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node without caching.
serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node without caching.
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node without caching.
serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
Serializes the node without caching.
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMElement
Serializes the node without caching.
serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMElement
Serializes the node without caching.
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMElement
Serializes the node without caching.
serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMElement
Serializes the node without caching.
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Deprecated. This method is not meaningful on a node in general, but only on an OMElement.
serializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializable
Serializes the information item without caching.
serializeAttribute(OMAttribute, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Deprecated. use serializeStartpart instead
serializeAttributes(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
serializeAttributes(OMElement, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Deprecated. Consider using serializeStartpart instead
serializeByPullStream(OMElement, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
serializeByPullStream(OMElement, XMLStreamWriter, boolean) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
serializeCData(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeCData.
serializeComment(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeComment.
serializeElement(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
serializeEndElement(XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeEndElement.
serializeEndpart(XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Method serializeEndpart.
serializeNamespace(OMNamespace, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Deprecated. Use serializeStartpart instead
serializeNamespaces(OMElement, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Deprecated. Use serializeStartpart instead
serializeNode(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeNode.
serializeNode(XMLStreamReader, XMLStreamWriter, boolean) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
serializeNormal(OMElement, XMLStreamWriter, boolean) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Method serializeNormal.
serializeProcessingInstruction(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeProcessingInstruction.
serializeStartpart(OMElement, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Method serializeStartpart.
serializeStartpart(OMElement, String, XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Method serializeStartpart.
serializeText(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
setAllowSwitching(boolean) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
setAttributes(OMElement) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
 
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.
setBuilder(StAXBuilder) - Method in interface org.apache.axiom.om.impl.builder.BuilderAwareReader
 
setBuilder(OMXMLParserWrapper) - Method in interface org.apache.axiom.om.OMElement
Method setBuilder.
setCache(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method setCache.
setCache(boolean) - Method in interface org.apache.axiom.om.OMXMLParserWrapper
 
setCaseInsensitiveValueChecks(boolean) - Method in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
 
setCharSetEncoding(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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
setComplete(boolean) - Method in interface org.apache.axiom.om.impl.OMContainerEx
 
setComplete(boolean) - Method in interface org.apache.axiom.om.impl.OMNodeEx
 
setContentHandler(ContentHandler) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
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.om.OMOutputFormat
Set a raw content-type (i.e.
setDataSource(OMDataSource) - Method in interface org.apache.axiom.om.OMSourcedElement
Replace an existing OMDataSource with a new one.
setDataSourceIsLeaf(boolean) - Method in class org.apache.axiom.om.impl.OMNavigator
Indicate if an OMSourcedElement with a OMDataSource should be considered as an interior element node or as a leaf.
setDefaultNamespace(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
setDetail(SOAPFaultDetail) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
setDocumentLocator(Locator) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
setDocumentLocator(Locator) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method setDocumentLocator.
setDoDebug(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Deprecated.  
setDoingSWA(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setDoOptimize(boolean) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setDoOptimize(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setDTDHandler(DTDHandler) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
setEndOfStream(boolean) - Method in class org.apache.axiom.attachments.Attachments
endOfStreamReached will be set to true if the message ended in MIME Style having "--" suffix with the last mime boundary
setEntityResolver(EntityResolver) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
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
Set the policy for how to maintain the XMLInputFactory and XMLOutputFactory
setFaultCode(String) - Method in exception org.apache.axiom.soap.SOAPProcessingException
 
setFeature(String, boolean) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
setFile(File) - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
setFirstChild(OMNode) - Method in interface org.apache.axiom.om.impl.OMContainerEx
forcefully set the first element in this parent element
setFirstChild(OMNode) - Method in interface org.apache.axiom.om.OMElement
Deprecated. This method should not be called, un-intentionally. When some one randomly set the first child, all the links handling will not happen inside this method. So we have moved this method to the less visible interface, OMContainerEx.
setIgnoreXMLDeclaration(boolean) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setIgnoreXMLDeclaration(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setInlineMTOM(boolean) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
setInlineMTOM(boolean) - Method in interface org.apache.axiom.om.OMXMLStreamReader
Deprecated. To return optimized base64 content as xop:Include elements, wrap the reader using XOPEncodingStreamReader or use the more generic XOPUtils.getXOPEncodedStream(XMLStreamReader) method. This method introduces unnecessary complexity in the XMLStreamReader implementation used by Axiom and will be removed in a future release.
setInlineMTOM(boolean) - Method in class org.apache.axiom.om.util.OMXMLStreamReaderValidator
 
setInputStream(InputStream) - Method in class org.apache.axiom.om.ds.ParserInputStreamDataSource.Data
 
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
setLastChild(OMNode) - Method in interface org.apache.axiom.om.impl.OMContainerEx
forcefully set the last element in this parent element
setLifecycleManager(LifecycleManager) - Method in class org.apache.axiom.attachments.Attachments
 
setLineNumber(int) - Method in interface org.apache.axiom.om.OMElement
 
setLocalName(String) - Method in interface org.apache.axiom.om.OMAttribute
 
setLocalName(String) - Method in interface org.apache.axiom.om.OMElement
Method setLocalName
setMetaFactory(OMMetaFactory) - Static method in class org.apache.axiom.om.OMAbstractFactory
Explicitly set a meta factory instance.
setMetaFactory(OMMetaFactory) - Method in class org.apache.axiom.osgi.FactoryInjectionComponent
 
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.
setMustUnderstand(String) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
 
setNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
Sets the Namespace.
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
setNamespaceURIInterning(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Set namespace uri interning
setNamespaceURIInterning(boolean) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
setNamespaceWithNoFindInCurrentScope(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
This will not search the namespace in the scope nor will declare in the current element, as in setNamespace(OMNamespace).
setNewElement(OMElement, OMElement, OMElement) - Static method in class org.apache.axiom.om.util.ElementHelper
 
setNextOMSibling(OMNode) - Method in interface org.apache.axiom.om.impl.OMNodeEx
 
setNode(SOAPFaultNode) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
setNodeValue(String) - Method in interface org.apache.axiom.soap.SOAPFaultNode
each SOAP node is identified by a URI.
setOMBuilderFactory(OMFactory) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method setOMBuilderFactory.
setOMDocumentElement(OMElement) - Method in interface org.apache.axiom.om.OMDocument
Sets 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
 
setOutputFormat(OMOutputFormat) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setParent(OMContainer) - Method in interface org.apache.axiom.om.impl.OMNodeEx
 
setParser(XMLStreamReader) - Method in class org.apache.axiom.om.impl.OMStAXWrapper
 
setPrefix(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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.AbstractXMLStreamWriter
 
setPrefix(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
setPrefix(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
setPreviousOMSibling(OMNode) - Method in interface org.apache.axiom.om.impl.OMNodeEx
 
setProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
We need to know whether all the mustUnderstand headers have been processed by the node.
setProcessingDetailElements(boolean) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
setProperty(String, Object) - Method in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
setProperty(String, Object) - Method in class org.apache.axiom.om.impl.serialize.OMXMLReader
 
setProperty(String, Object) - Method in interface org.apache.axiom.om.OMDataSourceExt
Set a property on the OMDataSource
setProperty(String, Object) - Method in class org.apache.axiom.om.OMOutputFormat
 
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
 
setReadyToGetNextStream(boolean) - Method in class org.apache.axiom.attachments.IncomingAttachmentStreams
Set the ready flag.
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(SOAPFaultRole) - Method in interface org.apache.axiom.soap.SOAPFault
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
setRole(String) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
Sets the actor associated with this SOAPHeaderBlock object to the specified actor.
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.impl.MTOMXMLStreamWriter
 
setSOAP11(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
setSOAPEnvelope(OMElement) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
setSOAPEnvelope(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPMessage
 
setStandalone(String) - Method in interface org.apache.axiom.om.OMDocument
 
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
 
setText(QName) - Method in interface org.apache.axiom.om.OMElement
 
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
 
setType(int) - Method in interface org.apache.axiom.om.impl.OMNodeEx
 
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.OMDocType
Sets the content of this DocType to the specified string.
setValue(String) - Method in interface org.apache.axiom.om.OMProcessingInstruction
Sets the value of this Processing Instruction.
setValue(SOAPFaultValue) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
Fault SubCode contain only one mandatory Value child.
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
 
setXmlStreamWriter(XMLStreamWriter) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setXmlVersion(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
setXMLVersion(String) - Method in interface org.apache.axiom.om.OMDocument
Sets the XML version.
setXmlVersion(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
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.attachments
Deprecated. Please implement SizeAwareDataSource
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.om.util.DetachableInputStream
 
skippedEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
skippedEntity(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method skippedEntity.
skipSearch(byte[], boolean, byte[], int, int, short[]) - Static method in class org.apache.axiom.attachments.utils.ByteSearch
Search a byte sequence for a given pattern.
SOAP - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
Configuration suitable for SOAP messages.
SOAP11BuilderHelper - Class in org.apache.axiom.soap.impl.builder
 
SOAP11BuilderHelper(StAXSOAPModelBuilder) - Constructor for class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
SOAP11Constants - Interface in org.apache.axiom.soap
 
SOAP11Version - Class in org.apache.axiom.soap
Version-specific stuff for SOAP 1.1
SOAP12BuilderHelper - Class in org.apache.axiom.soap.impl.builder
 
SOAP12BuilderHelper(StAXSOAPModelBuilder) - Constructor for class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
SOAP12Constants - Interface in org.apache.axiom.soap
 
SOAP12Version - Class in org.apache.axiom.soap
Version-specific stuff for SOAP 1.2
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
Eran Chinthaka (chinthaka@apache.org)
SOAP_ENVELOPE_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
Eran Chinthaka (chinthaka@apache.org)
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
 
SOAPBody - Interface in org.apache.axiom.soap
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBODY_FIRST_CHILD_ELEMENT_QNAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
 
SOAPBuilderHelper - Class in org.apache.axiom.soap.impl.builder
 
SOAPBuilderHelper(StAXSOAPModelBuilder) - Constructor for class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
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
 
SOAPProcessingException - Exception in org.apache.axiom.soap
 
SOAPProcessingException(String) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
Eran Chinthaka (chinthaka@apache.org)
SOAPProcessingException(Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(String, String, Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
 
SOAPProcessingException(String, String) - 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.
stackToString(Throwable) - Static method in class org.apache.axiom.om.util.CommonUtils
Get a string containing the stack of the specified exception
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.om.util.OMXMLStreamReaderValidator
 
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
 
standaloneSet() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
 
startCDATA() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method startDocument.
startDTD(String, String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startElement(String, String, String, Attributes) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startElement(String, String, String, Attributes) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method startElement.
startEntity(String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startPrefixMapping(String, String) - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startPrefixMapping(String, String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method startPrefixMapping.
startScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
Start a new scope.
startWritingMime(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
StAXBuilder - Class in org.apache.axiom.om.impl.builder
OM should be able to be built from any data source.
StAXBuilder(OMFactory, XMLStreamReader) - Constructor for class org.apache.axiom.om.impl.builder.StAXBuilder
Constructor StAXBuilder.
StAXBuilder(OMFactory, XMLStreamReader, String) - Constructor for class org.apache.axiom.om.impl.builder.StAXBuilder
Constructor StAXBuilder.
StAXBuilder(XMLStreamReader) - Constructor for class org.apache.axiom.om.impl.builder.StAXBuilder
Constructor StAXBuilder.
StAXBuilder() - Constructor for class org.apache.axiom.om.impl.builder.StAXBuilder
Init() *must* be called after creating the builder using this constructor.
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.
StAXOMBuilder - Class in org.apache.axiom.om.impl.builder
StAX based builder that produces a pure XML infoset compliant object model.
StAXOMBuilder(OMFactory, XMLStreamReader) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
Constructor StAXOMBuilder.
StAXOMBuilder(OMFactory, XMLStreamReader, OMElement, String) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
Constructor linked to existing element.
StAXOMBuilder(OMFactory, XMLStreamReader, OMElement) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
Constructor linked to existing element.
StAXOMBuilder(String) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
StAXOMBuilder(XMLStreamReader) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
Constructor StAXOMBuilder.
StAXOMBuilder(InputStream) - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
StAXOMBuilder() - Constructor for class org.apache.axiom.om.impl.builder.StAXOMBuilder
Init() *must* be called after creating the builder using this constructor.
StAXParserConfiguration - Interface in org.apache.axiom.om.util
Defines a particular StAX parser configuration.
StAXSOAPModelBuilder - Class in org.apache.axiom.soap.impl.builder
StAX based builder that produces a SOAP infoset model.
StAXSOAPModelBuilder(XMLStreamReader, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor.
StAXSOAPModelBuilder(OMMetaFactory, XMLStreamReader, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor.
StAXSOAPModelBuilder(XMLStreamReader) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor.
StAXSOAPModelBuilder(OMMetaFactory, XMLStreamReader) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor.
StAXSOAPModelBuilder(XMLStreamReader, SOAPFactory, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor.
StAXUtils - Class in org.apache.axiom.om.util
Utility class containing StAX related methods.
StAXUtils() - Constructor for class org.apache.axiom.om.util.StAXUtils
 
step() - Method in class org.apache.axiom.om.impl.OMNavigator
This is a very special method.
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.
StreamingOMSerializer - Class in org.apache.axiom.om.impl.serialize
Class StreamingOMSerializer
StreamingOMSerializer() - Constructor for class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
streamNo - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Field streamNo.
StreamWriterToContentHandlerConverter - Class in org.apache.axiom.om.impl.serialize
Class StreamWriterToContentHandlerConverter
StreamWriterToContentHandlerConverter(XMLStreamWriter) - Constructor for class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Constructor StreamWriterToContentHandlerConverter.
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.
TextHelper - Class in org.apache.axiom.om.util
 
TextHelper() - Constructor for class org.apache.axiom.om.util.TextHelper
 
toOMText(byte[], int, int, OMFactory, boolean) - Static method in class org.apache.axiom.om.util.TextHelper
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory
toOMText(byte[], int, int, OMFactory, boolean, String) - Static method in class org.apache.axiom.om.util.TextHelper
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory
toSOAPHeaderBlock(OMElement, SOAPFactory) - Static method in class org.apache.axiom.om.util.ElementHelper
This is a method to convert regular OMElements to SOAPHeaderBlocks.
toString() - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
toString dumps state information.
toString() - Method in interface org.apache.axiom.om.OMElement
This is a convenience method only.
toString() - Method in class org.apache.axiom.om.OMOutputFormat
Use toString for logging state of the OMOutputFormat
toString(InputStream) - Static method in class org.apache.axiom.om.util.TextHelper
 
toStringBuffer(InputStream, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Append Base64 encoding of the data in the inStream to the specified buffer
toStringBuffer(OMText, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Append data in the omText to the specified buffer
toStringWithConsume() - Method in interface org.apache.axiom.om.OMElement
This is a convenience method only.
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.
unsetMetaFactory(OMMetaFactory) - Method in class org.apache.axiom.osgi.FactoryInjectionComponent
 
update(Observable, Object) - Method in class org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl
 
USE_CTE_BASE64_FOR_NON_TEXTUAL_ATTACHMENTS - Static variable in class org.apache.axiom.om.OMOutputFormat
 
UUIDGenerator - Class in org.apache.axiom.om.util
Deprecated. Please use one of the specialized methods in the UIDGenerator class. In contrast to what its name suggests, the UUIDGenerator.getUUID() method doesn't return a UUID. It also doesn't return a valid URN with uuid NID. See AXIS2-4527 for more information.
UUIDGenerator() - Constructor for class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  

V

visited() - Method in class org.apache.axiom.om.impl.OMNavigator
Method visited.
VMShutdownHook - Class in org.apache.axiom.attachments.lifecycle.impl
 

W

wrap(XMLStreamReader) - Method in class org.apache.axiom.util.stax.debug.UnclosedReaderDetector
 
wrap(XMLEventReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
Wrap a reader created from this factory.
wrap(XMLStreamReader) - 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(XMLStreamWriter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
Wrap a writer created from this factory.
WrappedTextNodeOMDataSourceFromDataSource - Class in org.apache.axiom.om.ds
OMDataSource implementation that represents a text node wrapped inside an element.
WrappedTextNodeOMDataSourceFromDataSource(QName, DataSource, Charset) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromDataSource
 
WrappedTextNodeOMDataSourceFromReader - Class in org.apache.axiom.om.ds
OMDataSource implementation that represents a text node wrapped inside an element.
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, int) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
Create a new instance.
WrappedTextNodeStreamReader(QName, Reader) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
Create a new instance with chunk size 4096.
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.util.blob
A writable blob.
write(byte[], int, int) - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
write(byte[]) - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
write(int) - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
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).
write(byte[], int, int) - Method in class org.apache.axiom.om.util.LogOutputStream
 
write(byte[]) - Method in class org.apache.axiom.om.util.LogOutputStream
 
write(int) - Method in class org.apache.axiom.om.util.LogOutputStream
 
write(char[], int, int) - Method in class org.apache.axiom.util.base64.AbstractBase64DecodingWriter
 
write(String, int, int) - Method in class org.apache.axiom.util.base64.AbstractBase64DecodingWriter
 
write(int) - Method in class org.apache.axiom.util.base64.AbstractBase64DecodingWriter
 
write(byte[], int, int) - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
 
write(int) - Method in class org.apache.axiom.util.base64.AbstractBase64EncodingOutputStream
 
write(char[], int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(String, int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(String) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
write(int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
 
writeAttribute(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeAttribute(String, String, 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) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeBase64(XMLStreamWriter, DataHandler) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
Write base64 encoded data to a stream writer.
writeBodyPart(OutputStream, MimeBodyPart, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Writes a CRLF for the earlier boundary then the BodyPart data with headers followed by boundary.
writeCData(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeCData(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeCData(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeCData(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeCharacters(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
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
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeCharacters(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeComment(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeComment(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeComment(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeComment(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeDataHandler(DataHandler, String, boolean) - Method in interface org.apache.axiom.ext.stax.datahandler.DataHandlerWriter
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.
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(DataHandler, String, boolean) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeDataHandler(DataHandlerProvider, String, boolean) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat, Collection) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeDTD(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeDTD(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEmptyElement(String, String, 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) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEndDocument() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEndDocument() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEndElement() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEndElement() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEndElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEndElement() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeEntityRef(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeEntityRef(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeMimeBoundary(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
writeMM7Message(StringWriter, OutputStream, Attachments, OMOutputFormat, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Pack all the attachments in to a multipart/related MIME part and attachs it as the second MIME Part of MIME message
writeNamespace(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeOptimized(OMText) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Deprecated. Serialization code should use XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) or XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider, String, boolean) to submit any binary content and let this writer decide whether the content should be written as base64 encoded character data or using xop:Include.
writePart(String, String, String) - Method in interface org.apache.axiom.mime.MultipartWriter
Start writing a MIME part.
writePart(DataHandler, String, String) - Method in interface org.apache.axiom.mime.MultipartWriter
Write a MIME part.
writePart(DataHandler, String) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Write a MIME part.
writeProcessingInstruction(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeRootPart() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
Start writing the root part of the MIME package.
writeSOAPWithAttachmentsMessage(StringWriter, OutputStream, Attachments, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
writeStartDocument() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartDocument(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartDocument() - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeStartDocument(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeStartElement(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.axiom.util.stax.AbstractXMLStreamWriter
 
writeStartElement(String, String, 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) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
 
writeStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeStartElement(String) - Method in class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
 
writeTextTo(Writer) - Method in interface org.apache.axiom.ext.stax.CharacterDataReader
Output the character data for the current event to the given writer.
writeTextTo(OMElement, Writer, boolean) - Static method in class org.apache.axiom.om.util.ElementHelper
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.attachments.utils.BAAInputStream
Write all of the buffers to the output stream
writeTo(OutputStream) - Method in interface org.apache.axiom.util.blob.Blob
Write the data to a given output stream.
writeTo(OutputStream) - Method in class org.apache.axiom.util.blob.MemoryBlob
 
writeTo(OutputStream) - Method in class org.apache.axiom.util.blob.OverflowBlob
 

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
XMLATTRTYPE_CDATA - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_ENTITIES - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_ENTITY - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_ID - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_IDREF - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_IDREFS - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_NMTOKEN - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_NMTOKENS - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLATTRTYPE_NOTATION - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLComparisonException - Exception in org.apache.axiom.om.impl.exception
 
XMLComparisonException(String) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 
XMLComparisonException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 
XMLComparisonException(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 
XMLEventUtils - Class in org.apache.axiom.util.stax
Contains utility methods related to StAX events.
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.
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.
XMLNS_NS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLNS_NS_URI - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLNS_PREFIX - Static variable in interface org.apache.axiom.om.OMConstants
 
XMLNS_URI - Static variable in interface org.apache.axiom.om.OMConstants
 
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
IOException that wraps an XMLStreamException.
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.
XMLStreamReaderUtils() - Constructor for class org.apache.axiom.util.stax.XMLStreamReaderUtils
 
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
 
XOPAwareStAXOMBuilder - Class in org.apache.axiom.om.impl.builder
 
XOPAwareStAXOMBuilder(OMFactory, XMLStreamReader, Attachments) - Constructor for class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
Constructor StAXOMBuilder.
XOPAwareStAXOMBuilder(OMFactory, XMLStreamReader, OMElement, Attachments) - Constructor for class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
Constructor linked to existing element.
XOPAwareStAXOMBuilder(String, Attachments) - Constructor for class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
 
XOPAwareStAXOMBuilder(InputStream, Attachments) - Constructor for class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
 
XOPAwareStAXOMBuilder(XMLStreamReader, Attachments) - Constructor for class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
Constructor StAXXOPAwareOMBuilder.
XOPBuilder - Interface in org.apache.axiom.om.impl.builder
 
XOPDecodingStreamReader - Class in org.apache.axiom.util.stax.xop
XMLStreamReader wrapper that decodes XOP.
XOPDecodingStreamReader(XMLStreamReader, MimePartProvider) - Constructor for class org.apache.axiom.util.stax.xop.XOPDecodingStreamReader
Constructor.
XOPEncodedStream - Class in org.apache.axiom.util.stax.xop
Represents an XOP encoded stream.
XOPEncodingStreamReader - Class in org.apache.axiom.util.stax.xop
XMLStreamReader wrapper that encodes XOP.
XOPEncodingStreamReader(XMLStreamReader, ContentIDGenerator, OptimizationPolicy) - Constructor for class org.apache.axiom.util.stax.xop.XOPEncodingStreamReader
Constructor.
XOPEncodingStreamWrapper - Class in org.apache.axiom.util.stax.xop
Base class for XOPEncodingStreamReader and XOPEncodingStreamWriter.
XOPEncodingStreamWrapper(ContentIDGenerator, OptimizationPolicy) - Constructor for class org.apache.axiom.util.stax.xop.XOPEncodingStreamWrapper
 
XOPEncodingStreamWriter - Class in org.apache.axiom.util.stax.xop
XMLStreamWriter wrapper that encodes XOP.
XOPEncodingStreamWriter(XMLStreamWriter, ContentIDGenerator, OptimizationPolicy) - Constructor for class org.apache.axiom.util.stax.xop.XOPEncodingStreamWriter
Constructor.
XOPUtils - Class in org.apache.axiom.util.stax.xop
Contains utility methods related to XOP.
XPathEvaluator - Class in org.apache.axiom.om.util
 
XPathEvaluator() - Constructor for class org.apache.axiom.om.util.XPathEvaluator
 

_

_isClosed - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
_readyToGetNextStream - Variable in class org.apache.axiom.attachments.IncomingAttachmentStreams
Boolean indicating weather or not the next stream can be read (next stream cannot be read until previous is consumed
_releaseParserOnClose - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 

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

Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.