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

A

AbstractPart - Class in org.apache.axiom.attachments.impl
AbstractPart is a base class for the actual Part implementations.
AbstractPart(Hashtable) - Constructor for class org.apache.axiom.attachments.impl.AbstractPart
The actual parts are constructed with the PartFactory.
ACTION_PROPERTY - Static variable in class org.apache.axiom.om.OMOutputFormat
 
add(File) - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
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.
addBuffer() - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
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.impl.AbstractPart
 
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.
addSOAPText(SOAPFaultText) - Method in interface org.apache.axiom.soap.SOAPFaultReason
Eran Chinthaka (chinthaka@apache.org)
adjustElementLevel(int) - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Increase or decrease the element level by the desired amount.
ADV_DEBUG_ENABLED - Static variable in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
applicationType - Variable in class org.apache.axiom.attachments.Attachments
applicationType used to distinguish between MTOM & SWA If the message is MTOM optimised type is application/xop+xml If the message is SWA, type is ??have to find out
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
attachmentRepoDir - Variable in class org.apache.axiom.attachments.Attachments
 
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 - Variable in class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
Attachments handles deferred parsing of incoming MIME Messages.
ATTACHMENTS - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
 
attachments - Variable in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
Attachments handles deferred parsing of incoming MIME Messages.
attachmentsMap - Variable in class org.apache.axiom.attachments.Attachments
attachmentsMap stores the Data Handlers of the already parsed Mime Body Parts.
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
 
attribute - Variable in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
AttributeHelper - Class in org.apache.axiom.om.util
Helper class for attributes.
AttributeHelper() - Constructor for class org.apache.axiom.om.util.AttributeHelper
 
attributeName - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Field attributeName
attributeValue - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Field attributeValue
autoCloseWriter - Variable in class org.apache.axiom.om.OMOutputFormat
 
available() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
available() - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
AXIOMXPath - Class in org.apache.axiom.om.xpath
 
AXIOMXPath(String) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
Construct given an XPath expression string.

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
 
baseUUID - Static variable in class org.apache.axiom.om.util.UUIDGenerator
This class will give UUIDs for axis2.
binaryNodeList - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
bIndex - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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
bodyPresent - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Field bodyPresent
boundary - Variable in class org.apache.axiom.attachments.Attachments
Mime boundary which separates mime parts
boundary - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
boundary - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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
 
boundaryBufLen - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The boundary length plus crlf.
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.
BoundaryDelimitedStream(InputStream, byte[], int) - Constructor for class org.apache.axiom.attachments.BoundaryDelimitedStream
Create a new boundary stream.
boundaryFound - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
boundaryLen - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The boundary length.
boundaryPos - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Field boundaryPos.
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
 
boundarySearch(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
bpis - Variable in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
buffer - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
BUFFER_LEN - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
BUFFER_LEN - Static variable in class org.apache.axiom.om.ds.InputStreamDataSource
 
BUFFER_SIZE - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
BUFFER_SIZE - Variable in class org.apache.axiom.attachments.utils.BAAOutputStream
 
bufferedXML - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
buffers() - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
bufferSize - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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.OMNode
Builds itself.
builder - Variable in class org.apache.axiom.soap.impl.builder.SOAPBuilderHelper
 
BuilderAwareReader - Interface in org.apache.axiom.om.impl.builder
 
builderHelper - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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.
byteArray - Variable in class org.apache.axiom.om.ds.ByteArrayDataSource
 
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.attachments.impl.PartOnMemory
 
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.
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
 
chars - Variable in class org.apache.axiom.om.ds.CharArrayDataSource
 
charSetEncoding - Variable in class org.apache.axiom.om.OMOutputFormat
 
checkForPrefixInTheCurrentContext(XMLStreamWriter, String, String) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
cids - Variable in class org.apache.axiom.attachments.Attachments
cids stores the content ids in the order that the attachments occur in the message
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.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.OMNode
If a builder and parser is associated with the node, it is closed.
closed - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The stream has been closed.
codePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
codeprocessing - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
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
CommonUtils() - Constructor for class org.apache.axiom.om.util.CommonUtils
Private constructor.
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(OutputStream, String, LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. is anyone really using this? Invoked by MTOMXMLStreamWriter to write the SOAP Part and the attachemts
complete(OutputStream, byte[], LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Invoked by MTOMXMLStreamWriter to write the SOAP Part and the attachements.
complete(OutputStream, StringWriter, LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. - is anyone really using this? Write the SOAPPart and attachments
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
 
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
 
contentID - Variable in class org.apache.axiom.attachments.ConfigurableDataHandler
 
contentLength - Variable in class org.apache.axiom.attachments.Attachments
 
contentType - Variable in class org.apache.axiom.attachments.Attachments
ContentType of the MIME message
contentType - Variable in class org.apache.axiom.attachments.CachedFileDataSource
 
contentType - Variable in class org.apache.axiom.attachments.ConfigurableDataHandler
 
contentType - Variable in class org.apache.axiom.om.OMOutputFormat
 
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 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.
copy(SOAPFactory, OMContainer, OMNode) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the sourceNode and attach it to the targetParent
copyFaultData(SOAPFactory, SOAPFault, OMNode) - Static method in class org.apache.axiom.om.util.CopyUtils
Copy the source Node, which is a child fo a SOAPFault, to the target SOAPFault
copyOMComment(SOAPFactory, OMContainer, OMComment) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the source OMComment
copyOMElement(SOAPFactory, OMContainer, OMElement) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of an ordinary OMElement
copyOMSourcedElement(SOAPFactory, OMContainer, OMSourcedElement) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the OMSourcedElement
copyOMText(SOAPFactory, OMContainer, OMText) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the OM Text
copySOAPFault(SOAPFactory, OMContainer, SOAPFault) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of a SOAPFault
copySOAPFaultCode(SOAPFactory, SOAPFault, SOAPFaultCode) - Static method in class org.apache.axiom.om.util.CopyUtils
Copy the SOAPFaultCode tree
copySOAPFaultDetail(SOAPFactory, SOAPFault, SOAPFaultDetail) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of a SOAPFaultDetail
copySOAPFaultNode(SOAPFactory, SOAPFault, SOAPFaultNode) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of a SOAPFaultNode
copySOAPFaultReason(SOAPFactory, SOAPFault, SOAPFaultReason) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the SOAPFaultReason
copySOAPFaultRole(SOAPFactory, SOAPFault, SOAPFaultRole) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of a SOAPFaultRole
copySOAPFaultSubCode(SOAPFactory, OMElement, SOAPFaultSubCode) - Static method in class org.apache.axiom.om.util.CopyUtils
Copy the SOAPFaultSubCode tree
copySOAPHeaderBlock(SOAPFactory, OMContainer, SOAPHeaderBlock) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the SOAPHeaderBlock
copySOAPHeaderBlock_NoDataSource(SOAPFactory, OMContainer, SOAPHeaderBlock) - Static method in class org.apache.axiom.om.util.CopyUtils
Create a copy of the SOAPHeaderBlock
copySOAPHeaderBlockData(SOAPHeaderBlock, SOAPHeaderBlock) - Static method in class org.apache.axiom.om.util.CopyUtils
Copy Header data (currently only the processed flag) from the source SOAPHeaderBlock to the target SOAPHeaderBlock
copyTagData(OMElement, OMElement) - Static method in class org.apache.axiom.om.util.CopyUtils
Copy the tag data (attributes and namespaces) from the source element to the target element.
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.
CopyUtils() - Constructor for class org.apache.axiom.om.util.CopyUtils
Private Constructor
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.
createMimeBodyPart(String, DataHandler) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
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
Creates a new OMElement using either a CustomBuilder or the default Builder mechanism.
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() - Method in class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
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(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 OMElement with the given QName If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the given namespace to the given prefix.
createOMElement() - Method in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
createOMElement() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Method createOMElement.
createOMNamespace(String, String) - Method in interface org.apache.axiom.om.OMFactory
 
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, int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
This method will check whether the text can be optimizable using IS_BINARY flag.
createOMText(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
 
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, 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
 
createXMLStreamReader(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(Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
 
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
 
CRLF - Static variable in class org.apache.axiom.om.impl.MIMEOutputUtils
 
currBuffer - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
currBuffer - Variable in class org.apache.axiom.attachments.utils.BAAOutputStream
 
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
currIndex - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
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 - Variable in class org.apache.axiom.attachments.ByteArrayDataSource
 
data - Variable in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
data - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
data - Variable in class org.apache.axiom.attachments.utils.BAAOutputStream
 
data - Variable in class org.apache.axiom.om.ds.InputStreamDataSource
 
DATA_HANDLER - Static variable in interface org.apache.axiom.om.OMConstants
 
DataHandlerUtils - Class in org.apache.axiom.attachments.utils
 
DataHandlerUtils() - Constructor for class org.apache.axiom.attachments.utils.DataHandlerUtils
 
DEBUG_ENABLED - Static variable in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
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.om.util.Base64
 
decode(String) - Static method in class org.apache.axiom.om.util.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axiom.om.util.Base64
 
decode(String, OutputStream) - Static method in class org.apache.axiom.om.util.Base64
 
decode0(char[], byte[], int) - Static method in class org.apache.axiom.om.util.Base64
 
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_OM_FACTORY_CLASS_NAME - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
DEFAULT_SOAP11_FACTORY_CLASS_NAME - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
DEFAULT_SOAP12_FACTORY_CLASS_NAME - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
DEFAULT_XML_VERSION - Static variable in interface org.apache.axiom.om.OMConstants
 
defaultOMFactory - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
defaultSOAP11OMFactory - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
defaultSOAP12OMFactory - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
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_INTERVAL - Static variable in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
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.
depth - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
depth - Variable in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Field depth
detach - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
Field detach
detach() - Method in interface org.apache.axiom.om.OMNode
Removes a node (and all of its children) from its containing parent.
detailElementNames - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
detailPresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
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
 
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.
doCaseSensitiveValueChecks - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
 
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
 
DocumentNavigator.OMAttributeEx - Class in org.apache.axiom.om.xpath
 
DocumentNavigator.OMAttributeEx(OMAttribute, OMContainer, OMFactory) - Constructor for class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
DocumentNavigator.OMNamespaceEx - Class in org.apache.axiom.om.xpath
 
DocumentNavigator.OMNamespaceEx(OMNamespace, OMContainer) - Constructor for class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
doesDataHandlerExceedLimit(DataHandler, int) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
The method checks to see if attachment is eligble for optimization.
doingSWA - Variable in class org.apache.axiom.om.OMOutputFormat
 
done - Variable in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
done - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field done
doOptimize - Variable in class org.apache.axiom.om.OMOutputFormat
 
doTrace - Variable in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
DTD_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a DTD.

E

element - Variable in class org.apache.axiom.om.util.ElementHelper
 
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.
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
 
EmptyOMLocation() - Constructor for class org.apache.axiom.om.impl.EmptyOMLocation
 
ENABLE_FILE_CHANNEL - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
encode(byte[]) - Static method in class org.apache.axiom.om.util.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.axiom.om.util.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, StringBuffer) - Static method in class org.apache.axiom.om.util.Base64
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.om.util.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.axiom.om.util.Base64
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.custombuilder.ByteArrayCustomBuilder
 
encoding - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
 
endDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
endDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method endDocument.
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
 
endOfStreamReached - Variable in class org.apache.axiom.attachments.Attachments
endOfStreamReached flag which is to be set by MIMEBodyPartStream when MIME message terminator is found.
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.
ENTITY_REFERENCE_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is an Entity Reference.
envelope - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Field envelope
envelopeNamespace - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
eos - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
eof has been detected.
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.
equals(String, String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
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.
EXCEED_LIMIT - Static variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
extractAllHeaderBlocks() - Method in interface org.apache.axiom.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderBlock objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
Returns a list of all the SOAPHeaderBlock objects in this SOAPHeader object that have the the specified role and detaches them from this SOAPHeader object.

F

factory - Variable in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
factory - Variable in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
factory - Variable in class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
factory - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
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
 
faultcodePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
faultstringPresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
file - Variable in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
fileAccessor - Variable in class org.apache.axiom.attachments.impl.PartOnFile
 
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
 
fileCacheEnable - Variable in class org.apache.axiom.attachments.Attachments
 
files - Static variable in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
fileStorageThreshold - Variable in class org.apache.axiom.attachments.Attachments
 
finalClose() - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
Close the underlying stream and remove all references to it.
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.
findNextElementWithQName() - Method in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
 
finish() - Method in class org.apache.axiom.attachments.MIMEBodyPartInputStream
Called when done reading This method detects trailing -- and alerts the parent
finishWritingMime(OutputStream) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
 
firstPartId - Variable in class org.apache.axiom.attachments.Attachments
 
flush() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Flush is overridden to trigger the attachment serialization
format - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 

G

generateSetPrefix(String, String, XMLStreamWriter, boolean, boolean) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Generate setPrefix/setDefaultNamespace if the prefix is not associated
generateUniquePrefix(NamespaceContext) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Generates a unique namespace prefix that is not in the scope of the NamespaceContext
getAllAttributes() - Method in interface org.apache.axiom.om.OMElement
Returns a list of OMAttributes.
getAllContentIDs() - Method in class org.apache.axiom.attachments.Attachments
 
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 class org.apache.axiom.attachments.impl.AbstractPart
 
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.
getAttachmentSpecType() - Method in class org.apache.axiom.attachments.Attachments
 
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.
getAttributeName(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getAttributeName.
getAttributeName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the name of the given attribute node.
getAttributeNamespace(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getAttributeNamespace.
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.
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
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() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
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 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(XMLStreamWriter) - Static method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Get the character set encoding of the XMLStreamWriter
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
getCharacterOffset() - Method in class org.apache.axiom.om.impl.EmptyOMLocation
 
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
 
getCode() - Method in interface org.apache.axiom.soap.SOAPFault
 
getColumnNumber() - Method in class org.apache.axiom.om.impl.EmptyOMLocation
 
getCommentStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the string-value of a comment node.
getContentID() - Method in class org.apache.axiom.attachments.impl.AbstractPart
 
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.om.OMText
Gets the content id.
getContentID(XMLStreamReader, String) - Static method in class org.apache.axiom.om.util.ElementHelper
 
getContentIDList() - Method in class org.apache.axiom.attachments.Attachments
 
getContentIDSet() - Method in class org.apache.axiom.attachments.Attachments
 
getContentLocation() - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
getContentTransferEncoding() - Method in class org.apache.axiom.attachments.impl.AbstractPart
 
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.impl.AbstractPart
 
getContentType() - Method in class org.apache.axiom.attachments.impl.PartOnMemory.MyByteArrayDataSource
 
getContentType() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced.MyByteArrayDataSource
 
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.
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
 
getContextClassLoader() - Static method in class org.apache.axiom.om.util.StAXUtils
 
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.AbstractPart
 
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(String) - Method in class org.apache.axiom.om.impl.builder.XOPAwareStAXOMBuilder
 
getDataHandler(String) - Method in interface org.apache.axiom.om.impl.builder.XOPBuilder
 
getDataHandler() - Method in interface org.apache.axiom.om.OMText
Gets the datahandler.
getDataHandler(String) - Method in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
getDataHandlerFromText(String, String) - Static method in class org.apache.axiom.attachments.utils.DataHandlerUtils
 
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
 
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.StAXBuilder
 
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.
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.
getEncodingURI() - Method in class org.apache.axiom.soap.SOAP11Version
Obtain the encoding namespace for this version of SOAP
getEncodingURI() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the encoding namespace for this version of SOAP
getEncodingURI() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the encoding namespace for this version of SOAP
getEnvelopeNamespace() - Method in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP11Version
Obtain the envelope namespace for this version of SOAP
getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the envelope namespace for this version of SOAP
getEnvelopeURI() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the envelope namespace for this version of SOAP
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
Obtain the QName for the fault code element
getFaultCodeQName() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the fault code element
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
Obtain the QName for the fault detail element
getFaultDetailQName() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the fault detail element
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
Obtain the QName for the fault reason element
getFaultReasonQName() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the fault reason element
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
Obtain the QName for the fault role/actor element
getFaultRoleQName() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the fault role/actor element
getFaultRoleQName() - Method in interface org.apache.axiom.soap.SOAPVersion
Obtain the QName for the fault role/actor element
getFile() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getFileName() - Method in class org.apache.axiom.attachments.impl.AbstractPart
 
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.
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.impl.AbstractPart
 
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
getInitialUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
 
getInputStream() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.AbstractPart
 
getInputStream(DataHandler) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
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.PartOnMemory.MyByteArrayDataSource
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
getInputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced.MyByteArrayDataSource
 
getInputStream() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getInputStream() - Method in interface org.apache.axiom.attachments.Part
 
getLang() - Method in interface org.apache.axiom.soap.SOAPFaultText
 
getLastNode() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
getLifecycleManager() - Method in class org.apache.axiom.attachments.Attachments
 
getLineNumber() - Method in class org.apache.axiom.om.impl.EmptyOMLocation
 
getLineNumber() - Method in interface org.apache.axiom.om.OMElement
 
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.xpath.DocumentNavigator.OMAttributeEx
 
getMimeBoundary() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getMimeBoundary() - Method in class org.apache.axiom.om.OMOutputFormat
 
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
Obtain the QName for the MustUnderstand fault code
getMustUnderstandFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the MustUnderstand fault code
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.attachments.impl.PartOnMemory.MyByteArrayDataSource
 
getName() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced.MyByteArrayDataSource
 
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.xpath.DocumentNavigator.OMNamespaceEx
 
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
 
getNamespace() - Method in interface org.apache.axiom.om.OMText
Deprecated. This API is going away. Please use getTextAsQName() instead.
getNamespace() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
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
 
getNamespaceCount() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespaceCount.
getNamespacePrefix(int) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Method getNamespacePrefix.
getNamespacePrefix(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieves the namespace prefix of a namespace node.
getNamespaces() - Method in class org.apache.axiom.om.xpath.AXIOMXPath
Expose the prefix to namespace mapping for this expression
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.xpath.DocumentNavigator.OMNamespaceEx
 
getNextContentId() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
getNextContentId() - Method in class org.apache.axiom.om.OMOutputFormat
 
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.
getNextPartDataHandler() - Method in class org.apache.axiom.attachments.Attachments
 
getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP11Version
Obtain the "next" role/actor URI
getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the "next" role/actor URI
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 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
 
getOMFactory() - Method in interface org.apache.axiom.om.OMAttribute
Returns the OMFactory that created this object
getOMFactory() - Method in interface org.apache.axiom.om.OMDocument
Returns the OMFactory that created this object
getOMFactory() - Method in interface org.apache.axiom.om.OMNode
Returns the OMFactory that created this object
getOMFactory() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
getOptimizedThreshold() - Method in class org.apache.axiom.om.OMOutputFormat
 
getOutputStream() - Method in class org.apache.axiom.attachments.ByteArrayDataSource
 
getOutputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemory.MyByteArrayDataSource
 
getOutputStream() - Method in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced.MyByteArrayDataSource
 
getOutputStream() - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
getOutputStream(XMLStreamWriter) - Static method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Some XMLStreamWriters expose an OutputStream that can be accessed directly.
getOutputStream() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
If this XMLStreamWriter is connected to an OutputStream then the OutputStream is returned.
getOwner() - Method in interface org.apache.axiom.om.OMAttribute
Returns the owner element of this attribute
getOwner() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
Returns the owner element of this attribute
getParent() - Method in interface org.apache.axiom.om.OMNode
Returns the parent containing node.
getParent() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
getParent() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
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
Method getParser.
getParser() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Allows to access the underlying parser.
getPart() - Method in class org.apache.axiom.attachments.Attachments
 
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(String) - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method getPrefix.
getPrefix() - Method in interface org.apache.axiom.om.OMNamespace
Method getPrefix.
getPrefix() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
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 interface org.apache.axiom.om.OMDataSourceExt
Query a property stored on the OMDataSource
getProperty(String) - Method in class org.apache.axiom.om.OMOutputFormat
 
getPublicId() - Method in class org.apache.axiom.om.impl.EmptyOMLocation
 
getQName() - Method in interface org.apache.axiom.om.OMAttribute
 
getQName() - Method in interface org.apache.axiom.om.OMElement
Gets the QName of this node.
getQName() - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
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 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.
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.impl.builder.StAXSOAPModelBuilder
 
getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
Obtain the QName for the Receiver fault code
getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the Receiver fault code
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
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the role attribute (actor/role)
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
 
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.impl.builder.StAXSOAPModelBuilder
 
getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
Obtain the QName for the Sender fault code
getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
Obtain the QName for the Sender fault code
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.impl.AbstractPart
 
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
 
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
Gets the default factory implementation from the classpath.
getSOAP12Factory() - Static method in class org.apache.axiom.om.OMAbstractFactory
Gets the default factory implementation from the classpath.
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
getStringValue(OMNode, StringBuffer) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
 
getSubCode() - Method in interface org.apache.axiom.soap.SOAPFaultCode
 
getSubCode() - Method in interface org.apache.axiom.soap.SOAPFaultSubCode
 
getSystemId() - Method in class org.apache.axiom.om.impl.EmptyOMLocation
 
getTarget() - Method in interface org.apache.axiom.om.OMProcessingInstruction
Gets the target of this Processing Instruction.
getTempBuffer() - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
getTempByteBuffer() - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
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.
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
 
getTextCharacters() - Method in interface org.apache.axiom.om.OMText
 
getTextStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Retrieve the string-value of a text node.
getTransferEncoding() - Method in class org.apache.axiom.attachments.ConfigurableDataHandler
 
getType() - Method in interface org.apache.axiom.om.OMNode
Returns the type of node.
getUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
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() - 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.SOAPFaultCode
 
getValue() - Method in interface org.apache.axiom.soap.SOAPFaultSubCode
 
getVersion() - Method in interface org.apache.axiom.soap.SOAPEnvelope
 
getVersion() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
What SOAP version is this HeaderBlock?
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 interface org.apache.axiom.om.OMDataSourceExt
Returns a byte[] representing the xml data
getXMLInputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
Gets an XMLInputFactory instance from pool.
getXMLInputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
Get XMLInputFactory
getXMLInputFactory_perClassLoader() - Static method in class org.apache.axiom.om.util.StAXUtils
 
getXMLInputFactory_singleton() - Static method in class org.apache.axiom.om.util.StAXUtils
 
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 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
 
getXMLStreamReader() - Method in interface org.apache.axiom.om.OMElement
Returns the pull parser that will generate the pull events relevant to THIS element.
getXMLStreamReaderWithoutCaching() - Method in interface org.apache.axiom.om.OMElement
Returns the pull parser that will generate the pull events relevant to THIS element.
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
 
givenQName - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Field givenQName

H

handleEvent(int) - Method in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
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
 
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.util.EmptyIterator
 
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
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
headerPresent - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Field headerPresent
headers - Variable in class org.apache.axiom.attachments.impl.AbstractPart
 
hook - Variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
hook() - Static method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 

I

i - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
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.
ignoreXMLDeclaration - Variable in class org.apache.axiom.om.OMOutputFormat
 
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
 
incrementingValue - Static variable in class org.apache.axiom.om.util.UUIDGenerator
 
index - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
index - Variable in class org.apache.axiom.attachments.utils.BAAOutputStream
 
init(InputStream, String, String, String) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Deprecated. Not used anywhere
inputFactory - Static variable in class org.apache.axiom.om.util.StAXUtils
 
inputFactoryPerCL - Static variable in class org.apache.axiom.om.util.StAXUtils
 
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
 
inputStream2OutputStream(InputStream, OutputStream) - Static method in class org.apache.axiom.om.ds.InputStreamDataSource
Private utility to write the InputStream contents to the OutputStream.
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.attachments.lifecycle.impl.VMShutdownHook
 
inStream - Variable in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
internalSerialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.impl.OMNodeEx
Serializes the node with caching.
internalSerializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.impl.OMNodeEx
Serializes the node without caching.
interval - Variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
IOUtils - Class in org.apache.axiom.attachments.utils
Utility class containing IO helper methods
IOUtils() - Constructor for class org.apache.axiom.attachments.utils.IOUtils
 
is - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The source input stream.
is - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
is - Variable in class org.apache.axiom.om.ds.InputStreamDataSource.Data
 
IS_BINARY - Static variable in interface org.apache.axiom.om.OMConstants
 
IS_DATA_HANDLERS_AWARE - Static variable in interface org.apache.axiom.om.OMConstants
 
IS_SET_PREFIX_BEFORE_PROPERTY - Static variable in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
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.
isAutoCloseWriter() - Method in class org.apache.axiom.om.OMOutputFormat
 
isBinary() - Method in interface org.apache.axiom.om.OMText
 
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
 
isClosed() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
 
isComment(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a comment node.
isComplete - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
isComplete() - Method in interface org.apache.axiom.om.OMContainer
 
isComplete() - Method in interface org.apache.axiom.om.OMNode
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 interface org.apache.axiom.om.OMXMLParserWrapper
 
isDataHandlerAware - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
isDataHandlerAware() - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Check if the underlying parse is aware of data handlers.
isDebugEnabled - Static variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Field isDebugEnabled.
isDebugEnabled - Static variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
isDebugEnabled - Static variable in class org.apache.axiom.om.util.StAXUtils
 
isDebugEnabled - Static variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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 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 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.
isEndDocument - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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.  
isExceptionThrownInAdvancingToNextElement - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenIterator
 
isExpanded() - Method in interface org.apache.axiom.om.OMSourcedElement
 
isFactoryPerClassLoader - Static variable in class org.apache.axiom.om.util.StAXUtils
 
isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.OMOutputFormat
 
isLookahead() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
isMatchingNodeFound - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Field isMatchingNodeFound
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
 
isOptimized() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
isOptimized() - Method in class org.apache.axiom.om.OMOutputFormat
 
isOptimized() - Method in interface org.apache.axiom.om.OMText
 
isOptimizedThreshold(OMText) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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.
isReadyToGetNextStream() - Method in class org.apache.axiom.attachments.IncomingAttachmentStreams
 
isRegistered - Variable in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
isRegistered() - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
isSetPrefixBeforeStartElement(XMLStreamWriter) - Static method in class org.apache.axiom.om.impl.util.OMSerializerUtil
Unfortunately there is disagreement in the user community about the semantics of setPrefix on the XMLStreamWriter.
isSoap11 - Variable in class org.apache.axiom.om.OMOutputFormat
 
isSOAP11() - Method in class org.apache.axiom.om.OMOutputFormat
 
isStandalone() - Method in interface org.apache.axiom.om.OMDocument
XML standalone value.
isText(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
Returns whether the given object is a text node.
isUltimateDestination() - Method in interface org.apache.axiom.soap.RolePlayer
Are we the ultimate destination?
isValidBase64Encoding(String) - Static method in class org.apache.axiom.om.util.Base64
checks input string for invalid Base64 characters

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.SAXOMBuilder
 
lastNode - Variable in class org.apache.axiom.om.impl.builder.StAXBuilder
Field lastNode
length - Variable in class org.apache.axiom.attachments.impl.PartOnMemory
 
length - Variable in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
length() - Method in class org.apache.axiom.attachments.utils.BAAOutputStream
 
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.BoundaryPushbackInputStream
 
log - Static variable in class org.apache.axiom.attachments.impl.AbstractPart
 
log - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
log - Static variable in class org.apache.axiom.attachments.impl.PartFactory
 
log - Static variable in class org.apache.axiom.attachments.impl.PartOnMemory
 
log - Static variable in class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
 
log - Static variable in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
log - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
log - Static variable in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 
log - Static variable in class org.apache.axiom.om.impl.builder.StAXBuilder
 
log - Static variable in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Field document
log - Static variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
log - Static variable in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Field log
log - Static variable in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
log - Static variable in class org.apache.axiom.om.OMOutputFormat
 
log - Static variable in class org.apache.axiom.om.util.StAXUtils
 
log - Static variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Field log
lookahead() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
This method looks ahead to the next start element.
lookAheadToken - Variable in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 

M

main(String[]) - Static method in class org.apache.axiom.om.util.UUIDGenerator
 
manager - Variable in class org.apache.axiom.attachments.Attachments
 
manager - Variable in class org.apache.axiom.attachments.impl.PartOnFile
 
manager - Variable in class org.apache.axiom.attachments.lifecycle.impl.FileAccessor
 
map - Variable in class org.apache.axiom.om.ds.OMDataSourceExtBase
 
map - Variable in class org.apache.axiom.om.OMOutputFormat
 
mark(int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
mark the stream.
mark(int) - Method in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
mark - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
mark(int) - Method in class org.apache.axiom.attachments.utils.BAAInputStream
 
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
 
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
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
 
mimeBoundary - Variable in class org.apache.axiom.om.OMOutputFormat
 
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
 
MIN_BUF_SIZE - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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
 
MUST_UNDERSTAND_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 
myRand - Static variable in class org.apache.axiom.om.util.UUIDGenerator
 

N

NAMESPACE_PREFIX - Static variable in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
namespaces - Variable in class org.apache.axiom.om.xpath.AXIOMXPath
 
namespaceSuffix - Static variable in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
 
namespaceURI - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
namespaceURIInterning - Variable in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
needToMoveForward - Variable in class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
Field needToMoveForward
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.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.util.EmptyIterator
 
next() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
Proceed the parser one step and return the event value.
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
nextElem - Variable in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
nextid - Variable in class org.apache.axiom.om.OMOutputFormat
 
nodePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
noStreams - Variable in class org.apache.axiom.attachments.Attachments
noStreams flag which is to be set when this class is instantiated by the SwA API to handle programatic added attachements.
nsCount - Static variable in class org.apache.axiom.om.impl.builder.StAXOMBuilder
 
nsCounter - Static variable in class org.apache.axiom.om.impl.util.OMSerializerUtil
 
numBytes - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 

O

OM_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
OMAbstractFactory - Class in org.apache.axiom.om
 
OMAbstractFactory() - Constructor for class org.apache.axiom.om.OMAbstractFactory
 
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
 
OMDocType - Interface in org.apache.axiom.om
Interface OMDocType
OMDocument - Interface in org.apache.axiom.om
 
OMElement - Interface in org.apache.axiom.om
A particular kind of node that represents an element infoset information item.
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
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
 
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
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
 
OMSourcedElement - Interface in org.apache.axiom.om
An OMSourcedElement is an OMElement whose data is backed by an arbitrary java object.
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
Interface OMText.
OMXMLParserWrapper - Interface in org.apache.axiom.om
Interface OMXMLParserWrapper
optimizedThreshold - Variable in class org.apache.axiom.om.OMOutputFormat
 
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.om - package org.apache.axiom.om
 
org.apache.axiom.om.ds - package org.apache.axiom.om.ds
 
org.apache.axiom.om.ds.custombuilder - package org.apache.axiom.om.ds.custombuilder
 
org.apache.axiom.om.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.impl.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.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.soap - package org.apache.axiom.soap
 
org.apache.axiom.soap.impl.builder - package org.apache.axiom.soap.impl.builder
 
originalNsp - Variable in class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
outputFactory - Static variable in class org.apache.axiom.om.util.StAXUtils
 
outputFactoryPerCL - Static variable in class org.apache.axiom.om.util.StAXUtils
 
outStream - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 

P

parent - Variable in class org.apache.axiom.attachments.MIMEBodyPartInputStream
 
parent - Variable in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
parent - Variable in class org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
 
parentContainer - Variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
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
parserNext() - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Pushes the virtual parser ahead one token.
parserVersion - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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
 
PartFactory.BAOS - Class in org.apache.axiom.attachments.impl
A normal ByteArrayOutputStream, except that it returns the buffer directly instead of returning a copy of the buffer.
PartFactory.BAOS() - Constructor for class org.apache.axiom.attachments.impl.PartFactory.BAOS
Create a BAOS with a decent sized buffer
partIndex - Variable in class org.apache.axiom.attachments.Attachments
partIndex- Number of Mime parts parsed
partIndex - Variable in class org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder
 
PartOnFile - Class in org.apache.axiom.attachments.impl
PartOnFile stores that attachment in a file.
PartOnFile(LifecycleManager, Hashtable, InputStream, InputStream, String) - Constructor for class org.apache.axiom.attachments.impl.PartOnFile
Create a PartOnFile from the specified InputStream
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.
PartOnMemory(Hashtable, byte[], int) - Constructor for class org.apache.axiom.attachments.impl.PartOnMemory
Construct a PartOnMemory
PartOnMemory.MyByteArrayDataSource - Class in org.apache.axiom.attachments.impl
A DataSource that is backed by the byte[] and headers map.
PartOnMemory.MyByteArrayDataSource() - Constructor for class org.apache.axiom.attachments.impl.PartOnMemory.MyByteArrayDataSource
 
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.
PartOnMemoryEnhanced(Hashtable, ArrayList, int) - Constructor for class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced
Construct a PartOnMemory
PartOnMemoryEnhanced.MyByteArrayDataSource - Class in org.apache.axiom.attachments.impl
A DataSource that is backed by the byte[] and headers map.
PartOnMemoryEnhanced.MyByteArrayDataSource() - Constructor for class org.apache.axiom.attachments.impl.PartOnMemoryEnhanced.MyByteArrayDataSource
 
partsRequested - Variable in class org.apache.axiom.attachments.Attachments
boolean Indicating if any data handlers have been directly requested
PI_NODE - Static variable in interface org.apache.axiom.om.OMNode
This node is a ProcessingInstruction.
populateOMElement(OMElement) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Populate element with data from parser START_ELEMENT event.
prefix - Variable in class org.apache.axiom.om.impl.OMNamespaceImpl
Field prefix
prefixMappings - Variable in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
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
 
processingDetailElements - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
processingFault - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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.
processText(XMLStreamReader, OMElement) - Method in class org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper
 
PULL_TYPE_BUILDER - Static variable in interface org.apache.axiom.om.OMConstants
Field PULL_TYPE_BUILDER
PUSH_TYPE_BUILDER - Static variable in interface org.apache.axiom.om.OMConstants
Field PUSH_TYPE_BUILDER
PUSHBACK_SIZE - Variable in class org.apache.axiom.attachments.Attachments
 
pushbackInStream - Variable in class org.apache.axiom.attachments.Attachments
pushbackInStream stores the reference to the incoming stream A PushbackStream has the ability to "push back" or "unread" one byte.

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_byte - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
read_byte - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
READ_ONCE_AND_DELETE - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
 
readbuf - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The buffer we are reading.
readBufEnd - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The number of bytes in array.
readBufPos - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Where we have read so far in the stream.
readbufsz - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
Minimum to read at one time.
reader2writer(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.axiom.om.ds.InputStreamDataSource
Simple utility that takes an XMLStreamReader and writes it to an XMLStreamWriter
reader2writer(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.axiom.om.ds.OMDataSourceExtBase
Simple utility that takes an XMLStreamReader and writes it to an XMLStreamWriter
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
readFromStream(byte[]) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
readFromStream(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
readFromStream(byte[], int, int) - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
Method readFromStream
readFromStream(byte[]) - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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.
readHeader(StringBuffer, Map) - Static method in class org.apache.axiom.attachments.impl.PartFactory
Parse the header into a name and value pair.
readHeaders(InputStream, Map) - Static method in class org.apache.axiom.attachments.impl.PartFactory
The implementing class must call initHeaders prior to using any of the Part methods.
readToBuffer(InputStream, byte[]) - Static method in class org.apache.axiom.attachments.Attachments
Read bytes into the buffer until full or until the EOS
reasonPresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
reasonProcessing - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
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.
RegisterVMShutdownHook() - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
RELAY_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
 
releaseParserOnClose(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXBuilder
Indicate if the parser resource should be release when closed.
releaseTempBuffer(byte[]) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
releaseTempByteBuffer(ByteBuffer) - Static method in class org.apache.axiom.attachments.impl.BufferUtils
 
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.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.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.
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() - 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.
rnBoundaryLen - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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.
rolePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
root - Variable in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
ROOT_PART - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
rootPart is used as the key for the root BodyPart in the Parts HashMap
rootContentId - Variable in class org.apache.axiom.om.OMOutputFormat
 
run() - Method in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
run() - Method in class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 

S

S_BASE64CHAR - Static variable in class org.apache.axiom.om.util.Base64
 
S_BASE64PAD - Static variable in class org.apache.axiom.om.util.Base64
 
S_DECODETABLE - Static variable in class org.apache.axiom.om.util.Base64
 
SAXOMBuilder - Class in org.apache.axiom.om.impl.builder
 
SAXOMBuilder() - Constructor for class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
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(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, 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, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDocument
Builds the OM node/tree and then serializes the document.
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMDocument
Serializes the document with cache on.
serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMNode
Serializes the node with caching.
serialize(OutputStream) - Method in interface org.apache.axiom.om.OMNode
Serializes the node with caching.
serialize(Writer) - Method in interface org.apache.axiom.om.OMNode
Serializes the node with caching.
serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Serializes the node with caching.
serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Serializes the node with caching.
serialize(XMLStreamReader, XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializer
Method serialize
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDocument
Serializes the OMDocument.
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMDocument
Serializes the OMDocument.
serializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMNode
Serializes the node without caching.
serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMNode
Serializes the node without caching.
serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMNode
Serializes the node without caching.
serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Serializes the node without caching.
serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMNode
Serializes the node 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(String, String, XMLStreamWriter) - Method in class org.apache.axiom.om.impl.serialize.StreamingOMSerializer
Method serializeNamespace.
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.
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
 
serialVersionUID - Static variable in exception org.apache.axiom.om.impl.exception.OMBuilderException
 
serialVersionUID - Static variable in exception org.apache.axiom.om.impl.exception.OMStreamingException
 
serialVersionUID - Static variable in exception org.apache.axiom.om.impl.exception.XMLComparisonException
Eran Chinthaka (chinthaka@apache.org)
serialVersionUID - Static variable in exception org.apache.axiom.om.OMException
 
serialVersionUID - Static variable in class org.apache.axiom.om.xpath.AXIOMXPath
 
serialVersionUID - Static variable in class org.apache.axiom.om.xpath.DocumentNavigator
 
serialVersionUID - Static variable in exception org.apache.axiom.soap.SOAPProcessingException
 
setAttributeValue(String) - Method in interface org.apache.axiom.om.OMAttribute
 
setAttributeValue(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
setAutoCloseWriter(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
 
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
 
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.
setDefaultNamespace(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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
 
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
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
 
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
 
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
setLocalName(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
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
 
setNamespaceURIInterning(boolean) - Method in class org.apache.axiom.om.impl.builder.StAXOMBuilder
Set namespace uri interning
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
 
setOMNamespace(OMNamespace) - Method in class org.apache.axiom.om.xpath.DocumentNavigator.OMAttributeEx
 
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
 
setPrefix(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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 interface org.apache.axiom.om.OMDataSourceExt
Set a property on the OMDataSource
setProperty(String, Object) - Method in class org.apache.axiom.om.OMOutputFormat
 
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.SOAPFaultCode
 
setSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFaultSubCode
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
 
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.SOAPFaultCode
 
setValue(SOAPFaultValue) - Method in interface org.apache.axiom.soap.SOAPFaultSubCode
Fault SubCode contain only one mandatory Value child.
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
singleton - Static variable in class org.apache.axiom.soap.SOAP11Version
 
singleton - Static variable in class org.apache.axiom.soap.SOAP12Version
 
size - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
skip - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
 
skip - Variable in class org.apache.axiom.attachments.BoundaryPushbackInputStream
 
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
skipSearch Searches the com.ibm.env.source byte stream for the pattern in the indicated direction.
SOAP11_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
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
SOAP11Version() - Constructor for class org.apache.axiom.soap.SOAP11Version
 
SOAP12_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
 
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
SOAP12Version() - Constructor for class org.apache.axiom.soap.SOAP12Version
 
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 - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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
SOAPFaultCode - Interface in org.apache.axiom.soap
 
soapFaultCode - Variable in exception org.apache.axiom.soap.SOAPProcessingException
 
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 - Variable in class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
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 is an Entity Reference.
stackToString(Throwable) - Static method in class org.apache.axiom.om.util.CommonUtils
Get a string containing the stack of the specified exception
startDocument() - Method in class org.apache.axiom.om.impl.builder.SAXOMBuilder
 
startDocument() - Method in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Method startDocument.
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.
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.
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.
StAXOMBuilder - Class in org.apache.axiom.om.impl.builder
Constructs an OM without using SOAP specific classes like SOAPEnvelope, SOAPHeader, SOAPHeaderBlock and SOAPBody.
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.
StAXSOAPModelBuilder - Class in org.apache.axiom.soap.impl.builder
Class StAXSOAPModelBuilder
StAXSOAPModelBuilder(XMLStreamReader, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor StAXSOAPModelBuilder soapVersion parameter is to give the soap version from the transport.
StAXSOAPModelBuilder(XMLStreamReader) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
Constructor StAXSOAPModelBuilder Users of this constructor needs to externally take care validating the transport level soap version with the Envelope version.
StAXSOAPModelBuilder(XMLStreamReader, SOAPFactory, String) - Constructor for class org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder
 
StAXUtils - Class in org.apache.axiom.om.util
 
StAXUtils() - Constructor for class org.apache.axiom.om.util.StAXUtils
 
streamCount - Static variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
The number of streams produced.
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.
streams - Variable in class org.apache.axiom.attachments.Attachments
Container to hold streams for direct access
streamsRequested - Variable in class org.apache.axiom.attachments.Attachments
boolean Indicating if any streams have been directly requested
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.
subcodePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
subCodeProcessing - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
subcodeValuePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
subSubcodePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
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

table - Static variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl
 
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
 
theEnd - Variable in class org.apache.axiom.attachments.BoundaryDelimitedStream
There are no more streams left.
toByteArray() - Method in class org.apache.axiom.attachments.impl.PartFactory.BAOS
 
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
 
toStringWithConsume() - Method in interface org.apache.axiom.om.OMElement
This is a convenience method only.
totalIndex - Variable in class org.apache.axiom.attachments.utils.BAAInputStream
 
transferEncoding - Variable in class org.apache.axiom.attachments.ConfigurableDataHandler
 
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.
type - Variable in class org.apache.axiom.attachments.ByteArrayDataSource
 

U

unread() - Method in class org.apache.axiom.attachments.BoundaryPushbackInputStream
Unread the bytes past the buffer
UNSUPPORTED - Static variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
uri - Variable in class org.apache.axiom.om.impl.OMNamespaceImpl
Field uri
UUIDGenerator - Class in org.apache.axiom.om.util
 
UUIDGenerator() - Constructor for class org.apache.axiom.om.util.UUIDGenerator
 

V

valuePresent - Variable in class org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper
 
VMShutdownHook - Class in org.apache.axiom.attachments.lifecycle.impl
 
VMShutdownHook() - Constructor for class org.apache.axiom.attachments.lifecycle.impl.VMShutdownHook
 

W

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
 
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
 
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.
writeByte - Variable in class org.apache.axiom.attachments.utils.BAAOutputStream
 
writeCData(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeComment(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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
 
writeEndDocument() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEndElement() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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
 
writeOptimized(OMText) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeOutput(OMText) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
Writes the relevant output.
writeProcessingInstruction(String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
writer - Variable in class org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
Field writer
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
 
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
 

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
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
 
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
 
xmlVersion - Variable in class org.apache.axiom.om.OMOutputFormat
 
xmlWriter - Variable in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
 
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
 
XPathEvaluator - Class in org.apache.axiom.om.util
 
XPathEvaluator() - Constructor for class org.apache.axiom.om.util.XPathEvaluator
 

_

_cacheBuffer - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
_cacheBufferInUse - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
_cacheByteBuffer - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
_cacheByteBufferInUse - Static variable in class org.apache.axiom.attachments.impl.BufferUtils
 
_delimitedStream - Variable in class org.apache.axiom.attachments.MultipartAttachmentStreams
 
_file - Variable in class org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
 
_headers - Variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
_headersLowerCase - Variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 
_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
 
_stream - Variable in class org.apache.axiom.attachments.IncomingAttachmentInputStream
 

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