Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractNamespaceContext - Class in org.apache.axiom.util.namespace
-
Partial
NamespaceContextimplementation that takes care of the implicit namespace bindings (for thexmlandxmlnsprefixes) defined in theNamespaceContextJavadoc. - AbstractNamespaceContext() - Constructor for class org.apache.axiom.util.namespace.AbstractNamespaceContext
- AbstractOMDataSource - Class in org.apache.axiom.om.ds
-
Base class for
OMDataSourceExtimplementations. - AbstractOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractOMDataSource
- AbstractPullOMDataSource - Class in org.apache.axiom.om.ds
-
Base class for
OMDataSourceExtimplementations that can easily produce the content as anXMLStreamReaderand that don't implement any kind of optimization for serializing the content. - AbstractPullOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractPullOMDataSource
- AbstractPushOMDataSource - Class in org.apache.axiom.om.ds
-
Base class for
OMDataSourceExtimplementations that can easily serialize the content to anXMLStreamWriterbut that are unable to produce the content as anXMLStreamReader. - AbstractPushOMDataSource() - Constructor for class org.apache.axiom.om.ds.AbstractPushOMDataSource
- AbstractXMLReader - Class in org.apache.axiom.util.sax
-
Partial implementation of the
XMLReaderinterface. - AbstractXMLReader() - Constructor for class org.apache.axiom.util.sax.AbstractXMLReader
- accepts(OMContainer, int, String, String) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder.Selector
-
Check if the custom builder registered with this selector should be applied to the given element.
- ACTION_PROPERTY - Static variable in class org.apache.axiom.om.OMOutputFormat
- Activator - Class in org.apache.axiom.locator
-
The OSGi bundle activator for the
axiom-apibundle. - Activator() - Constructor for class org.apache.axiom.locator.Activator
- addAttribute(String, String, OMNamespace) - Method in interface org.apache.axiom.om.OMElement
-
Adds an attribute to this element.
- addAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
-
Adds an attribute to this element.
- addChild(OMNode) - Method in interface org.apache.axiom.om.OMContainer
-
Adds the given node as the last child of this container.
- addDetailEntry(OMElement) - Method in interface org.apache.axiom.soap.SOAPFaultDetail
- addFault(Exception) - Method in interface org.apache.axiom.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPBody
- addHeaderBlock(String, OMNamespace) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Creates a new
SOAPHeaderBlockobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addHeaderBlock(QName) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Creates a new
SOAPHeaderBlockobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addNamespace(String, String) - Method in class org.apache.axiom.om.xpath.AXIOMXPath
-
This override captures any added namespaces, as the Jaxen BaseXPath class nor NamespaceContext (or SimpleNamespaceContext) exposes thier internal map of the prefixes to the namespaces.
- addNamespaces(OMElement) - Method in class org.apache.axiom.om.xpath.AXIOMXPath
-
Add the namespace declarations of a given
OMElementto the namespace context of an XPath expression. - addSOAPText(SOAPFaultText) - Method in interface org.apache.axiom.soap.SOAPFaultReason
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
application/octet-stream. - APPLICATION_SOAP_XML - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
application/soap+xml. - APPLICATION_XML - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
application/xml. - APPLICATION_XOP_XML - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
application/xop+xml. - ATTACHMENTS - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
-
Deprecated.This was used in old versions of Axis2 as the key identifying the attachments map in the message context. You should no longer use this.
- ATTR_ACTOR - Static variable in interface org.apache.axiom.soap.SOAP11Constants
-
Field ATTR_ACTOR
- ATTR_MUSTUNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field ATTR_MUSTUNDERSTAND
- ATTR_MUSTUNDERSTAND_0 - Static variable in interface org.apache.axiom.soap.SOAPConstants
- ATTR_MUSTUNDERSTAND_1 - Static variable in interface org.apache.axiom.soap.SOAPConstants
- ATTR_MUSTUNDERSTAND_FALSE - Static variable in interface org.apache.axiom.soap.SOAPConstants
- ATTR_MUSTUNDERSTAND_TRUE - Static variable in interface org.apache.axiom.soap.SOAPConstants
- AXIOMUtil - Class in org.apache.axiom.om.util
- AXIOMUtil() - Constructor for class org.apache.axiom.om.util.AXIOMUtil
- AXIOMXPath - Class in org.apache.axiom.om.xpath
- AXIOMXPath(String) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
-
Construct an XPath expression from a given string.
- AXIOMXPath(OMAttribute) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
-
Construct an XPath expression from a given attribute.
- AXIOMXPath(OMElement, String) - Constructor for class org.apache.axiom.om.xpath.AXIOMXPath
-
Construct an XPath expression from a given string and initialize its namespace context based on a given element.
B
- BASE64 - Static variable in class org.apache.axiom.mime.ContentTransferEncoding
-
The
base64content transfer encoding. - Base64Utils - Class in org.apache.axiom.util.base64
-
Contains utility methods to work with base64 encoded data.
- Base64Utils() - Constructor for class org.apache.axiom.util.base64.Base64Utils
- BINARY - Static variable in class org.apache.axiom.mime.ContentTransferEncoding
-
The
binarycontent transfer encoding. - BlobOMDataSource - Class in org.apache.axiom.om.ds
-
OMDataSourceimplementation backed by aBlob. - BlobOMDataSource(Blob, String) - Constructor for class org.apache.axiom.om.ds.BlobOMDataSource
-
Constructor.
- BlobOMDataSource.Data - Class in org.apache.axiom.om.ds
- BlobOMDataSourceCustomBuilder - Class in org.apache.axiom.om.ds.custombuilder
-
CustomBuilderimplementation that creates aBlobOMDataSource. - BlobOMDataSourceCustomBuilder(WritableBlobFactory<?>, String) - Constructor for class org.apache.axiom.om.ds.custombuilder.BlobOMDataSourceCustomBuilder
-
Constructor.
- BlobProvider - Interface in org.apache.axiom.ext.stax
-
Interface used for deferred loading of binary content.
- BlobReader - Interface in org.apache.axiom.ext.stax
-
Extension interface for
XMLStreamReaderimplementations that expose base64 encoded binary content asBlobobjects. - BlobWriter - Interface in org.apache.axiom.ext.stax
-
Extension interface for
XMLStreamWriterimplementations that can receive base64 encoded binary content asBlobobjects. - BODY_FAULT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field BODY_FAULT_LOCAL_NAME
- BODY_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field BODY_LOCAL_NAME
- BODY_NAMESPACE_PREFIX - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field BODY_NAMESPACE_PREFIX
- build() - Method in class org.apache.axiom.mime.ContentType.Builder
-
Build the
ContentTypeobject. - build() - Method in class org.apache.axiom.mime.MultipartBody.Builder
- build() - Method in interface org.apache.axiom.om.OMSerializable
-
Builds itself.
- builder() - Static method in class org.apache.axiom.mime.ContentType
-
Get a new builder instance.
- builder() - Static method in class org.apache.axiom.mime.MultipartBody
- buildWithAttachments() - Method in interface org.apache.axiom.om.OMNode
-
Builds itself with the OMText binary content.
C
- CDATA_SECTION_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
The node is a
CDATASection. - CharacterDataReader - Interface in org.apache.axiom.ext.stax
-
Optional interface implemented by
XMLStreamReaderimplementations that support writing character data directly to aWriter. - clearParameters() - Method in class org.apache.axiom.mime.ContentType.Builder
-
Remove all parameters.
- clone(OMCloneOptions) - Method in interface org.apache.axiom.om.OMInformationItem
-
Clone this information item.
- cloneOMElement() - Method in interface org.apache.axiom.om.OMElement
-
Clones this element and its descendants using default options.
- close() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- close() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
- close() - Method in class org.apache.axiom.om.ds.StringOMDataSource
- close() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
- close() - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Close the DataSource and free its resources.
- close() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
-
Close this builder.
- close() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- close() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- close() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- close() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- close() - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
- close(boolean) - Method in interface org.apache.axiom.om.OMSerializable
-
If a builder and parser is associated with the node, it is closed.
- COALESCING - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Configuration that sets up the parser in coalescing mode.
- CombinedContentTransferEncodingPolicy - Class in org.apache.axiom.om.format.xop
-
ContentTransferEncodingPolicyimplementation that combines multiple otherContentTransferEncodingPolicyinstances into a single policy. - CombinedContentTransferEncodingPolicy(ContentTransferEncodingPolicy...) - Constructor for class org.apache.axiom.om.format.xop.CombinedContentTransferEncodingPolicy
- COMMENT_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
The node is a
Comment. - compareOMAttribute(OMAttribute, OMAttribute, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Compares two OMAttributes for the XML equality
- compareOMDocument(OMDocument, OMDocument, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Compares two OMDocuments for the XML equality
- compareOMNode(OMNode, OMNode, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Compares two OMNodes for the XML equality
- complete() - Method in class org.apache.axiom.mime.MultipartBodyWriter
-
Complete writing of the MIME multipart package.
- complete() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Complete writing of the MIME multipart package.
- configure(XMLInputFactory, StAXDialect) - Method in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Apply the configuration to the given factory.
- configure(XMLOutputFactory, StAXDialect) - Method in interface org.apache.axiom.om.util.StAXWriterConfiguration
-
Deprecated.Apply the configuration to the given factory.
- containsKey(String) - Method in class org.apache.axiom.om.OMOutputFormat
- CONTENT_ID - Static variable in class org.apache.axiom.mime.Header
-
The name of the
Content-IDheader. - CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.axiom.mime.Header
-
The name of the
Content-Transfer-Encodingheader. - CONTENT_TYPE - Static variable in class org.apache.axiom.mime.Header
-
The name of the
Content-Typeheader. - contentHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- ContentTransferEncoding - Class in org.apache.axiom.mime
-
Represents a MIME content transfer encoding.
- ContentTransferEncoding(String) - Constructor for class org.apache.axiom.mime.ContentTransferEncoding
- ContentTransferEncodingPolicy - Interface in org.apache.axiom.om.format.xop
-
Determines the content transfer encoding to use for (non-root) MIME parts in an XOP package.
- ContentType - Class in org.apache.axiom.mime
-
Represents the (parsed) value of a
Content-Typeheader as defined by RFC 2045. - ContentType(String) - Constructor for class org.apache.axiom.mime.ContentType
-
Constructor that parses a
Content-Typeheader value. - ContentType(MediaType, String...) - Constructor for class org.apache.axiom.mime.ContentType
-
Constructor.
- ContentType.Builder - Class in org.apache.axiom.mime
- ContentTypeProvider - Interface in org.apache.axiom.om.format.xop
-
Determines the content type for non-root MIME parts in an XOP package.
- copy() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- copy() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
- copy() - Method in class org.apache.axiom.om.ds.StringOMDataSource
- copy() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromBlob
- copy() - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Create a copy of the data source.
- create(OMElement) - Method in class org.apache.axiom.om.ds.custombuilder.BlobOMDataSourceCustomBuilder
- create(OMElement) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder
-
Create an
OMDataSourcefrom the givenOMElement. - createBlob(Part) - Method in interface org.apache.axiom.mime.PartBlobFactory
-
Create a
PartBlobfor the given MIME part. - createDefaultSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a default SOAP message with an envelope with an empty body.
- createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createOMAttribute(String, OMNamespace, String) - Method in interface org.apache.axiom.om.OMFactory
-
Create an attribute with the given name and value.
- createOMBuilder(InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided input stream with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided input stream with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided character stream with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(SAXSource, boolean) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for plain XML that gets its input from a
SAXSource. - createOMBuilder(SAXSource, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided
SAXSource. - createOMBuilder(Source) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for plain XML that gets its input from a
Source. - createOMBuilder(Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided
Source. - createOMBuilder(Source, OMAttachmentAccessor) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
- createOMBuilder(OMFactory, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(OMFactory, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(OMFactory, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. - createOMBuilder(OMFactory, SAXSource, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided
SAXSourceusing a specified object model factory. - createOMBuilder(OMFactory, Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided
Sourceusing a specified object model factory. - createOMBuilder(OMFactory, Source, OMAttachmentAccessor) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
- createOMBuilder(OMFactory, StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.
- createOMBuilder(OMFactory, StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.
- createOMBuilder(OMFactory, StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with a given parser configuration.
- createOMBuilder(OMFactory, StAXParserConfiguration, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an XOP aware model builder from the provided
MultipartBodyobject using a specified object model factory and with a given parser configuration. - createOMBuilder(OMFactory, Node, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads an XML document from the provided DOM tree using a specified object model factory.
- createOMBuilder(StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.
- createOMBuilder(StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.
- createOMBuilder(StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided character stream with a given parser configuration.
- createOMBuilder(StAXParserConfiguration, MultipartBody) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an XOP aware object model builder.
- createOMBuilder(StAXParserConfiguration, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an XOP aware model builder from the provided
MultipartBodyobject and with a given parser configuration. - createOMBuilder(StAXParserConfiguration, InputSource) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for plain XML that reads a document from the provided input source.
- createOMBuilder(Node, boolean) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for plain XML that gets its input from a DOM tree.
- createOMBuilder(Node, boolean) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that reads a plain XML document from the provided DOM tree.
- createOMComment(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
-
Creates a comment.
- createOMDocType(OMContainer, String, String, String, String) - Method in interface org.apache.axiom.om.OMFactory
-
Creates DTD (
DOCTYPEdeclaration) node. - createOMDocument() - Method in interface org.apache.axiom.om.OMFactory
-
Creates a new OMDocument.
- createOMElement(String, String, String) - Method in interface org.apache.axiom.om.OMFactory
-
Create an element with the given name.
- createOMElement(String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
-
Create an element with the given name.
- createOMElement(String, OMNamespace, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
-
Create an element with the given name and parent.
- createOMElement(QName) - Method in interface org.apache.axiom.om.OMFactory
-
Create an element with the given
QName. - createOMElement(QName, OMContainer) - Method in interface org.apache.axiom.om.OMFactory
-
Create an element with the given
QNameand parent. - createOMElement(OMDataSource) - Method in interface org.apache.axiom.om.OMFactory
-
Create a sourced element.
- createOMElement(OMDataSource, String, OMNamespace) - Method in interface org.apache.axiom.om.OMFactory
-
Create a sourced element with a known local name and namespace URI.
- createOMElement(OMDataSource, QName) - Method in interface org.apache.axiom.om.OMFactory
-
Create a sourced element with a known local name, namespace URI and namespace prefix.
- createOMEntityReference(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
-
Create an entity reference.
- createOMNamespace(String, String) - Method in interface org.apache.axiom.om.OMFactory
-
Create an
OMNamespaceinstance or retrieve an existing one if the factory supports pooling. - createOMProcessingInstruction(OMContainer, String, String) - Method in interface org.apache.axiom.om.OMFactory
-
Creates a PI.
- createOMText(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
-
Deprecated.
- createOMText(String, BlobProvider, boolean) - Method in interface org.apache.axiom.om.OMFactory
-
Create a binary
OMTextnode supporting deferred loading of the content. - createOMText(Blob, boolean) - Method in interface org.apache.axiom.om.OMFactory
- createOMText(OMContainer, char[], int) - Method in interface org.apache.axiom.om.OMFactory
-
Deprecated.
- createOMText(OMContainer, String) - Method in interface org.apache.axiom.om.OMFactory
-
Creates a new
OMTextnode with the given value and appends it to the given parent element. - createOMText(OMContainer, String, int) - Method in interface org.apache.axiom.om.OMFactory
- createOMText(OMContainer, String, String, boolean) - Method in interface org.apache.axiom.om.OMFactory
-
Deprecated.
- createOMText(OMContainer, QName) - Method in interface org.apache.axiom.om.OMFactory
-
Deprecated.This method is only meaningful if it is used to create a text node that is the single child of an
OMElement. However, for that purposeOMElement.setText(QName)should be used. - createOMText(OMContainer, QName, int) - Method in interface org.apache.axiom.om.OMFactory
-
Deprecated.Creating a text node containing a QName and having a type other than
OMNode.TEXT_NODEis not meaningful. - createOMText(OMContainer, OMText) - Method in interface org.apache.axiom.om.OMFactory
-
Create OMText node that is a copy of the source text node
- createSOAPBody() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPBody(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a SOAP envelope.
- createSOAPEnvelope(OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a SOAP envelope with the given namespace.
- createSOAPFault() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFault(SOAPBody) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFault(SOAPBody, Exception) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultCode() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultCode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Code eii under SOAPFault (parent)
- createSOAPFaultDetail() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultDetail(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Detail eii under SOAPFault (parent)
- createSOAPFaultNode() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultNode(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Node eii under SOAPFault (parent)
- createSOAPFaultReason() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultReason(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Reason eii under SOAPFault (parent)
- createSOAPFaultRole() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultRole(SOAPFault) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Role eii under SOAPFault (parent)
- createSOAPFaultSubCode() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultSubCode(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFactory
-
SubCode eii under SubCode (parent)
- createSOAPFaultText() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultText(SOAPFaultReason) - Method in interface org.apache.axiom.soap.SOAPFactory
-
SubCode eii under SubCode (parent)
- createSOAPFaultValue() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPFaultValue(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Value eii under Code (parent)
- createSOAPFaultValue(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFactory
-
SubCode eii under Value (parent)
- createSOAPHeader() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPHeader(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a
SOAPHeaderas a child of the givenSOAPEnvelope. - createSOAPHeaderBlock(String, OMNamespace) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPHeaderBlock(String, OMNamespace, OMDataSource) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a
SOAPHeaderBlockfrom anOMDataSourcewith a known local name and namespace URI. - createSOAPHeaderBlock(String, OMNamespace, SOAPHeader) - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPHeaderBlock(OMDataSource) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a
SOAPHeaderBlockfrom anOMDataSource. - createSOAPHeaderBlock(OMElement) - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a new
SOAPHeaderBlockwith the same content as the given element. - createSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPFactory
- createSOAPModelBuilder(InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided input stream, using a given charset encoding.
- createSOAPModelBuilder(Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided character stream.
- createSOAPModelBuilder(Source) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for SOAP that reads a message from the provided
Source. - createSOAPModelBuilder(Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided
Source. - createSOAPModelBuilder(Source, OMAttachmentAccessor) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
- createSOAPModelBuilder(MultipartBody) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an MTOM aware object model builder.
- createSOAPModelBuilder(MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an MTOM aware model builder from the provided
MultipartBodyobject. - createSOAPModelBuilder(OMMetaFactory, InputStream, String) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided input stream, using a particular Axiom implementation and a given charset encoding.
- createSOAPModelBuilder(OMMetaFactory, Reader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided character stream using a particular Axiom implementation.
- createSOAPModelBuilder(OMMetaFactory, Source) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that reads a message from the provided
Sourceusing a particular Axiom implementation. - createSOAPModelBuilder(OMMetaFactory, Source, OMAttachmentAccessor) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
- createSOAPModelBuilder(OMMetaFactory, MultipartBody) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an MTOM aware model builder from the provided
MultipartBodyobject using a particular Axiom implementation. - createSOAPModelBuilder(InputSource) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for SOAP that reads a message from the provided input source.
- createStAXOMBuilder(XMLStreamReader) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for plain XML that pulls events from a StAX stream reader.
- createStAXOMBuilder(XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for plain XML that pulls events from a StAX stream reader.
- createStAXOMBuilder(OMFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder that pulls events from a StAX stream reader using a specified object model factory.
- createStAXSOAPModelBuilder(XMLStreamReader) - Method in interface org.apache.axiom.om.OMMetaFactorySPI
-
Create an object model builder for SOAP that pulls events from a StAX stream reader.
- createStAXSOAPModelBuilder(XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that pulls events from a StAX stream reader.
- createStAXSOAPModelBuilder(OMMetaFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.OMXMLBuilderFactory
-
Create an object model builder for SOAP that pulls events from a StAX stream reader and that uses a particular Axiom implementation.
- createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLEventReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLEventWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLEventWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLEventWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLEventWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLStreamReader(InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(InputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(InputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(String, InputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(String, Reader) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
- createXMLStreamReader(Source) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- createXMLStreamReader(StAXParserConfiguration, InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(StAXParserConfiguration, InputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(StAXParserConfiguration, Reader) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamReader(StAXParserConfiguration, String, InputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
- createXMLStreamWriter(OutputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLStreamWriter(OutputStream) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLStreamWriter(OutputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLStreamWriter(OutputStream, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLStreamWriter(Writer) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLStreamWriter(Writer) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
- createXMLStreamWriter(Result) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- createXMLStreamWriter(StAXWriterConfiguration, OutputStream) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- createXMLStreamWriter(StAXWriterConfiguration, OutputStream, String) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- createXMLStreamWriter(StAXWriterConfiguration, Writer) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- CustomBuilder - Interface in org.apache.axiom.om.ds.custombuilder
-
A Custom Builder is registered on the
OMXMLParserWrapperfor a particular set of elements. - CustomBuilder.Selector - Interface in org.apache.axiom.om.ds.custombuilder
-
Selects the elements to which a custom builder is applied.
- CustomBuilderSupport - Interface in org.apache.axiom.om.ds.custombuilder
-
Interface allowing registration of a custom builder.
D
- declareDefaultNamespace(String) - Method in interface org.apache.axiom.om.OMElement
-
Add a namespace declaration for the default namespace to this element.
- declareNamespace(String, String) - Method in interface org.apache.axiom.om.OMElement
-
Add a namespace declaration for the given namespace URI to this element, optionally generating a prefix for that namespace.
- declareNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
-
Declares a namespace with the element as its scope.
- decode(char[], int, int) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- decode(char[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- decode(String) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Decodes a base64 encoded string into a byte array.
- decode(String, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- DEFAULT - Static variable in interface org.apache.axiom.mime.PartBlobFactory
-
Default factory that creates
PartBlobinstances that lazily access the underlying content. - DEFAULT - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
The default configuration.
- DEFAULT - Static variable in interface org.apache.axiom.om.util.StAXWriterConfiguration
-
Deprecated.The default configuration.
- DEFAULT_CHAR_SET_ENCODING - Static variable in class org.apache.axiom.om.OMOutputFormat
-
Field DEFAULT_CHAR_SET_ENCODING.
- DefaultOMMetaFactoryLocator - Class in org.apache.axiom.locator
-
The default
OMMetaFactoryLocatorimplementation used in non OSGi environments. - DefaultOMMetaFactoryLocator() - Constructor for class org.apache.axiom.locator.DefaultOMMetaFactoryLocator
- DeferredParsingException - Exception in org.apache.axiom.om
-
Exception indicating that an operation could not be completed because it needed to read additional data from the underlying parser and that action failed.
- DeferredParsingException(Throwable) - Constructor for exception org.apache.axiom.om.DeferredParsingException
- DelegatingXMLStreamReader - Interface in org.apache.axiom.ext.stax
-
Deprecated.
- detach() - Method in class org.apache.axiom.mime.MultipartBody
- detach() - Method in interface org.apache.axiom.om.OMNode
-
Removes a node (and all of its children) from its containing parent.
- detach() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
-
Detach this builder from its underlying source, so that the state of the source object can be changed without impact on the object model produced by this builder.
- DigestGenerator - Class in org.apache.axiom.om.util
-
Helper class to provide the functionality of the digest value generation.
- DigestGenerator() - Constructor for class org.apache.axiom.om.util.DigestGenerator
- disallowDoctypeDecl(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Configure the given factory to disallow DOCTYPE declarations.
- discard() - Method in interface org.apache.axiom.mime.Part
-
Discard the content of this part.
- discard() - Method in interface org.apache.axiom.om.OMNode
-
Discards a node.
- DocumentNavigator - Class in org.apache.axiom.om.xpath
- DocumentNavigator() - Constructor for class org.apache.axiom.om.xpath.DocumentNavigator
- doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
-
Get namespace URI bound to a prefix in the current scope.
- doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
- doGetNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
- doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
-
Get prefix bound to namespace URI in the current scope.
- doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
- doGetPrefix(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
- doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
-
Get all prefixes bound to a namespace URI in the current scope.
- doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.MapBasedNamespaceContext
- doGetPrefixes(String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
- DOMMetaFactory - Interface in org.apache.axiom.om.dom
-
Extension interface for
OMMetaFactoryimplementations that supportOMAbstractFactory.FEATURE_DOM. - DTD_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
This node is a
DTD. - dtdHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- DTDReader - Interface in org.apache.axiom.ext.stax
-
Optional interface implemented by
XMLStreamReaderimplementations that provide additional data aboutXMLStreamConstants.DTDevents. - DummyLocation - Class in org.apache.axiom.util.stax
-
Dummy
Locationimplementation. - DummyLocation() - Constructor for class org.apache.axiom.util.stax.DummyLocation
E
- EIGHT_BIT - Static variable in class org.apache.axiom.mime.ContentTransferEncoding
-
The
8bitcontent transfer encoding. - ELEMENT_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
The node is an
Element. - enableCDataReporting(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Configure the given factory to enable reporting of CDATA sections by stream readers created from it.
- encode(byte[]) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- encode(byte[], int, int) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- encode(byte[], int, int, Writer) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- encode(byte[], int, int, StringBuffer) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- encode(OutputStream) - Method in class org.apache.axiom.mime.ContentTransferEncoding
-
Wrap the given output stream to apply the content transfer encoding.
- encode(Blob) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Get a base64 representation of the content of a given
Blobas a string. - encodeToCharArray(Blob) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Get a base64 representation of the content of a given
Blobas a char array. - endScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
End the current scope and restore the scope in which the current scope was nested.
- ENTITY_REFERENCE_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
This node is an
Entity Reference. - entityResolver - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- equals(Object) - Method in class org.apache.axiom.mime.MediaType
- equals(String, String) - Method in interface org.apache.axiom.om.OMNamespace
-
Method equals.
- errorHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- examineAllHeaderBlocks() - Method in interface org.apache.axiom.soap.SOAPHeader
-
Returns an iterator over all the
SOAPHeaderBlockobjects in thisSOAPHeaderobject. - examineHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Returns a list of all the
SOAPHeaderBlockobjects in thisSOAPHeaderobject that have the the specified role. - examineMustUnderstandHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Returns an iterator over all the
SOAPHeaderBlockobjects in thisSOAPHeaderobject that have the specified role and that have aMustUnderstandattribute whose value is equivalent totrue. - externalGeneralEntities - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- extractAllHeaderBlocks() - Method in interface org.apache.axiom.soap.SOAPHeader
-
Returns an iterator over all the
SOAPHeaderBlockobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractHeaderBlocks(String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Returns a list of all the
SOAPHeaderBlockobjects in thisSOAPHeaderobject that have the the specified role and detaches them from thisSOAPHeaderobject.
F
- FAULT_CODE_DATA_ENCODING_UNKNOWN - Static variable in interface org.apache.axiom.soap.SOAPConstants
- FAULT_CODE_MUST_UNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAPConstants
- FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- FAULT_CODE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAPConstants
- FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- FAULT_CODE_SENDER - Static variable in interface org.apache.axiom.soap.SOAPConstants
- FAULT_CODE_VERSION_MISMATCH - Static variable in interface org.apache.axiom.soap.SOAPConstants
- FEATURE_DEFAULT - Static variable in class org.apache.axiom.om.OMAbstractFactory
-
Feature for Axiom implementations that can be used as default implementations.
- FEATURE_DOM - Static variable in class org.apache.axiom.om.OMAbstractFactory
-
Feature for Axiom implementations that implement DOM in addition to the Axiom API.
- fetch() - Method in interface org.apache.axiom.mime.Part
-
Make sure that this part has been fully read from the underlying stream.
- findNamespace(String, String) - Method in interface org.apache.axiom.om.OMElement
-
Finds a namespace with the given uri and prefix, in the scope of the hierarchy.
- findNamespaceURI(String) - Method in interface org.apache.axiom.om.OMElement
-
Checks for a namespace in the context of this element with the given prefix and returns the relevant namespace object, if available.
- flush() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- flush() - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
G
- generateContentId() - Static method in class org.apache.axiom.util.UIDGenerator
-
Generates a unique ID suitable for usage as a MIME content ID.
- generateMimeBoundary() - Static method in class org.apache.axiom.util.UIDGenerator
-
Generates a MIME boundary.
- generateUID() - Static method in class org.apache.axiom.util.UIDGenerator
-
Generate a general purpose unique ID.
- generateURN() - Static method in class org.apache.axiom.util.UIDGenerator
-
Generate a URN with
uuidNID (namespace identifier). - generateURNString() - Static method in class org.apache.axiom.util.UIDGenerator
-
Generate a URN with
uuidNID (namespace identifier). - getAllAttributes() - Method in interface org.apache.axiom.om.OMElement
-
Returns a list of OMAttributes.
- getAllDeclaredNamespaces() - Method in interface org.apache.axiom.om.OMElement
-
Returns an iterator for all of the namespaces declared on this element.
- getAllDetailEntries() - Method in interface org.apache.axiom.soap.SOAPFaultDetail
- getAllSoapTexts() - Method in interface org.apache.axiom.soap.SOAPFaultReason
- getAncestorAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching theancestorXPath axis. - getAncestorOrSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching theancestor-or-selfXPath axis. - getAttachmentAccessor() - Method in class org.apache.axiom.om.XOPEncoded
-
Get the accessor for the additional MIME parts referenced by the root part.
- 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
Iteratormatching theattributeXPath axis. - getAttributeCount() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeCount() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeCount() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeLocalName(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeName(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeName(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeName(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the name of the given attribute node.
- getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeNamespace(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeNamespaceUri(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the namespace URI of the given attribute node.
- getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributePrefix(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeQName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the QName of the given attribute node.
- getAttributeStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the string-value of an attribute node.
- getAttributesWithoutNS(OMElement) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Gets the collection of attributes which are none namespace declarations for an OMElement
- getAttributeType() - Method in interface org.apache.axiom.om.OMAttribute
-
Get the attribute type.
- getAttributeType(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeType(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeType(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeValue() - Method in interface org.apache.axiom.om.OMAttribute
-
Get the attribute value.
- getAttributeValue(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeValue(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeValue(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getAttributeValue(String, String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getAttributeValue(QName) - Method in interface org.apache.axiom.om.OMElement
-
Returns a named attribute's value, if present.
- getBindingsCount() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Get the number of namespace bindings defined in this context, in all scopes.
- getBlob() - Method in interface org.apache.axiom.ext.stax.BlobProvider
-
Get the
Blobobject for the binary content. - getBlob() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Get the
Blobwith the binary content for the current event. - getBlob() - Method in interface org.apache.axiom.mime.Part
-
Get the content of this part as a
Blob. - getBlob() - Method in class org.apache.axiom.om.ds.BlobOMDataSource.Data
- getBlob() - Method in interface org.apache.axiom.om.OMText
-
Returns a
Blobcontaining the base64-decoded content of this node. - getBlob(String) - Method in interface org.apache.axiom.om.OMAttachmentAccessor
-
Get the content of the MIME part identified by a given content ID.
- getBlobFromElement(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Get a
Blobfor the binary data encoded in an element. - getBlobProvider() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Get a
BlobProviderinstance for deferred loading of the binary content for the current event. - getBlobReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Get the
BlobReaderextension for a givenXMLStreamReader, if available. - getBlobWriter(XMLStreamWriter) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
-
Get the
BlobWriterextension for a givenXMLStreamWriter. - getBody() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getBuilder() - Method in interface org.apache.axiom.om.OMContainer
-
Returns the builder object.
- getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getCharacterEncodingScheme() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getCharacterOffset() - Method in class org.apache.axiom.util.stax.DummyLocation
- getCharsetEncoding() - Method in interface org.apache.axiom.om.OMDocument
-
Get the character set encoding scheme.
- getCharSetEncoding() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
-
Returns the character set encoding scheme.
- getCharSetEncoding() - Method in class org.apache.axiom.om.OMOutputFormat
-
Returns the character set encoding scheme.
- getChildAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thechildXPath axis. - getChildElements() - Method in interface org.apache.axiom.om.OMElement
-
Returns a filtered list of children - just the elements.
- getChildren() - Method in interface org.apache.axiom.om.OMContainer
-
Returns an iterator for the children of the container.
- getChildrenWithLocalName(String) - Method in interface org.apache.axiom.om.OMContainer
-
Returns an iterator for child nodes matching the local name.
- getChildrenWithName(QName) - Method in interface org.apache.axiom.om.OMContainer
-
Returns an iterator for child nodes matching the given QName.
- getChildrenWithNamespaceURI(String) - Method in interface org.apache.axiom.om.OMContainer
-
Returns an iterator for child nodes matching the namespace uri.
- getCode() - Method in interface org.apache.axiom.soap.SOAPFault
- getColumnNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
- getCommentStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the string-value of a comment node.
- getContentHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getContentID() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Get the content ID of the binary content for the current event, if available.
- getContentID() - Method in interface org.apache.axiom.mime.Part
-
Get the content ID of this part, i.e. the value of the
Content-IDheader with the enclosing brackets removed. - getContentID() - Method in interface org.apache.axiom.om.OMText
-
Gets the content id.
- getContentTransferEncoding(Blob, ContentType) - Method in class org.apache.axiom.om.format.xop.CombinedContentTransferEncodingPolicy
- getContentTransferEncoding(Blob, ContentType) - Method in interface org.apache.axiom.om.format.xop.ContentTransferEncodingPolicy
-
Determine the content transfer encoding to use for a MIME part.
- getContentTransferEncodingPolicy() - Method in class org.apache.axiom.om.OMOutputFormat
- getContentType() - Method in class org.apache.axiom.mime.MultipartBody
- getContentType() - Method in interface org.apache.axiom.mime.Part
-
Get the content type of this part.
- getContentType() - Method in class org.apache.axiom.om.OMOutputFormat
-
Return the content-type value that should be written with the message.
- getContentType(Blob) - Method in interface org.apache.axiom.om.format.xop.ContentTypeProvider
-
Determine the content type to use for a MIME part.
- 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
- getContentTypeProvider() - Method in class org.apache.axiom.om.OMOutputFormat
- getDataSource() - Method in interface org.apache.axiom.om.OMSourcedElement
- getDefaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
-
Create a default SOAP envelope with an empty header and an empty body.
- getDefaultFaultEnvelope() - Method in interface org.apache.axiom.soap.SOAPFactory
- getDefaultNamespace() - Method in interface org.apache.axiom.om.OMElement
-
Get the default namespace in scope on this element.
- getDescendantAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
- getDescendantOrSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thedescendant-or-selfXPath axis. - getDescendants(boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Get an iterator over all descendants of the container.
- getDescendants(boolean) - Method in interface org.apache.axiom.om.OMDocument
-
Get an iterator over all descendants of the container.
- getDescendants(boolean) - Method in interface org.apache.axiom.om.OMElement
-
Get an iterator over all descendants of the container.
- getDetail() - Method in interface org.apache.axiom.soap.SOAPFault
- getDialect(Class<?>) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
-
Detect the dialect of a given StAX implementation.
- getDialect(XMLInputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
-
Detect the StAX dialect of a given
XMLInputFactoryinstance. - getDialect(XMLOutputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
-
Detect the StAX dialect of a given
XMLOutputFactoryinstance. - getDigest(OMAttribute, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMAttribute
- getDigest(OMDocument, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMDocument
- getDigest(OMElement, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMElement
- getDigest(OMNode, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMNode
- getDigest(OMProcessingInstruction, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMProcessingInstruction
- getDigest(OMText, String) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for the digest generation for OMText
- getDocument() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
-
Get the document being built by this builder.
- getDocument(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Loads a document from the given URI.
- getDocumentElement() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
-
Get the document element, i.e. the root element of the document.
- getDocumentElement(boolean) - Method in interface org.apache.axiom.om.OMXMLParserWrapper
-
Get the document element, optionally discarding the document.
- getDocumentNode(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns the document node that contains the given context node.
- getDOMImplementation() - Method in interface org.apache.axiom.om.dom.DOMMetaFactory
-
Get the
DOMImplementationinstance. - getDTDHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getElementById(Object, String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns the element whose ID is given by elementId.
- getElementName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the name of the given element node.
- getElementNamespaceUri(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the namespace URI of the given element node.
- getElementQName(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the QName of the given element node.
- getElementStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the string-value of an element node.
- getElementText() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
- getElementText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getElementText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getElementText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getElementTextAsStream(XMLStreamReader, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Get the text content of the current element as a
Readerobject. - getEncoding() - Method in class org.apache.axiom.om.ds.BlobOMDataSource.Data
- getEncoding() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getEncoding() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getEncoding() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getEncodingURI() - Method in class org.apache.axiom.soap.SOAP11Version
- getEncodingURI() - Method in class org.apache.axiom.soap.SOAP12Version
- getEncodingURI() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the encoding namespace for this version of SOAP
- getEntityResolver() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP11Version
- getEnvelopeURI() - Method in class org.apache.axiom.soap.SOAP12Version
- getEnvelopeURI() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the envelope namespace for this version of SOAP
- getErrorHandler() - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getEventAllocator() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- getEventType() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getEventType() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getEventType() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getException() - Method in interface org.apache.axiom.soap.SOAPFault
-
Returns Exception if there is one in the SOAP fault.
- getExpandedName(OMAttribute) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMAttribute
- getExpandedName(OMElement) - Method in class org.apache.axiom.om.util.DigestGenerator
-
This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMElement
- getFault() - Method in interface org.apache.axiom.soap.SOAPBody
-
Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFaultCode() - Method in exception org.apache.axiom.soap.SOAPProcessingException
- getFaultCodeQName() - Method in class org.apache.axiom.soap.SOAP11Version
- getFaultCodeQName() - Method in class org.apache.axiom.soap.SOAP12Version
- getFaultCodeQName() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the fault code element.
- getFaultDetailQName() - Method in class org.apache.axiom.soap.SOAP11Version
- getFaultDetailQName() - Method in class org.apache.axiom.soap.SOAP12Version
- getFaultDetailQName() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the fault detail element.
- getFaultNodeValue() - Method in interface org.apache.axiom.soap.SOAPFaultNode
- getFaultReasonQName() - Method in class org.apache.axiom.soap.SOAP11Version
- getFaultReasonQName() - Method in class org.apache.axiom.soap.SOAP12Version
- getFaultReasonQName() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the fault reason element.
- getFaultReasonText(Locale) - Method in interface org.apache.axiom.soap.SOAPFaultReason
-
Extract the fault reason text for the locale that best matches the given locale.
- getFaultRoleQName() - Method in class org.apache.axiom.soap.SOAP11Version
- getFaultRoleQName() - Method in class org.apache.axiom.soap.SOAP12Version
- getFaultRoleQName() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the fault role/actor element.
- getFeature(String) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getFirstBindingInCurrentScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Get the index of the first namespace binding defined in the current scope.
- getFirstChildWithName(QName) - Method in interface org.apache.axiom.om.OMContainer
-
Returns the first child in document order that matches the given QName.
- getFirstElement() - Method in interface org.apache.axiom.om.OMElement
-
Returns the first child element of the element.
- getFirstElementLocalName() - Method in interface org.apache.axiom.soap.SOAPBody
-
Retrieves the local name of the first element in the body.
- getFirstElementNS() - Method in interface org.apache.axiom.soap.SOAPBody
-
Retrieves the OMNamespace of the first element in the body.
- getFirstOMChild() - Method in interface org.apache.axiom.om.OMContainer
-
Gets the first child.
- getFirstSOAPText() - Method in interface org.apache.axiom.soap.SOAPFaultReason
- getFollowingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thefollowingXPath axis. - getFollowingSiblingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thefollowing-siblingXPath axis. - getHeader() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Returns the
SOAPHeaderobject for this envelope. - getHeader(String) - Method in interface org.apache.axiom.mime.Part
-
Get the value of a specific header.
- getHeaderBlocksWithName(QName) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Get all header blocks with the given name.
- getHeaderBlocksWithNamespaceURI(String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Get all header blocks in the given namespace.
- getHeaderBlocksWithNSURI(String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Deprecated.Use
SOAPHeader.getHeaderBlocksWithNamespaceURI(String)instead. - getHeaders() - Method in interface org.apache.axiom.mime.Part
-
Get the headers of this part.
- getHeadersToProcess(RolePlayer) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Get the appropriate set of headers for a
RolePlayer. - getHeadersToProcess(RolePlayer, String) - Method in interface org.apache.axiom.soap.SOAPHeader
-
Get the appropriate set of headers for a RolePlayer and a particular namespace.
- getInputStream(boolean) - Method in interface org.apache.axiom.mime.Part
-
Get the content of this part as an
InputStream. - getInternalSubset() - Method in interface org.apache.axiom.om.OMDocType
-
Get the internal subset.
- getLang() - Method in interface org.apache.axiom.soap.SOAPFaultText
- getLineNumber() - Method in interface org.apache.axiom.om.OMElement
-
Deprecated.
- getLineNumber() - Method in class org.apache.axiom.util.stax.DummyLocation
- getLocalName() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
- getLocalName() - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Get the local name of the information item.
- getLocalName() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
-
Get the local name of the element represented by this data source.
- getLocalName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getLocalName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getLocalName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getLocation() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getLocation() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getLocation() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getMediaType() - Method in class org.apache.axiom.mime.ContentType.Builder
-
Get the media type.
- getMediaType() - Method in class org.apache.axiom.mime.ContentType
-
Get the media type this content type refers to.
- getMediaType() - Method in class org.apache.axiom.soap.SOAP11Version
- getMediaType() - Method in class org.apache.axiom.soap.SOAP12Version
- getMediaType() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the media type for this version of SOAP.
- getMetaFactory() - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Get the meta factory instance for the default Axiom implementation.
- getMetaFactory() - Method in interface org.apache.axiom.om.OMFactory
-
Get the
OMMetaFactoryfrom which this factory was obtained. - getMetaFactory(String) - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Get the meta factory instance for the Axiom implementation with a given feature.
- getMimeBoundary() - Method in class org.apache.axiom.om.OMOutputFormat
- getMustUnderstand() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Returns the boolean value of the
mustUnderstandattribute for this header block. - getMustUnderstandFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
- getMustUnderstandFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
- getMustUnderstandFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the MustUnderstand fault code
- getName() - Method in class org.apache.axiom.mime.Header
-
Get the name of this header.
- getName() - Method in interface org.apache.axiom.om.OMEntityReference
-
Get the name of the referenced entity.
- getName() - Method in interface org.apache.axiom.om.OMNamespace
-
Deprecated.This method is deprecated. Please use getNamespaceURI() method instead.
- getName() - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Get the name of this dialect.
- getName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespace() - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Get the namespace this information item is part of.
- getNamespace() - Method in interface org.apache.axiom.om.OMText
-
Deprecated.This API is going away. Please use
OMElement.getTextAsQName()instead. - getNamespace() - Method in interface org.apache.axiom.soap.SOAPFactory
-
Get the envelope namespace for the SOAP version used by this factory.
- getNamespaceAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thenamespaceXPath axis. - getNamespaceContext() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespaceContext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespaceContext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- getNamespaceContext() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespaceContext(boolean) - Method in interface org.apache.axiom.om.OMElement
-
Get the namespace context of this element, as determined by the namespace declarations present on this element and its ancestors.
- getNamespaceCount() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespaceCount() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespaceCount() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespacePrefix(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespacePrefix(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the namespace prefix of a namespace node.
- getNamespaces() - Method in class org.apache.axiom.om.xpath.AXIOMXPath
-
Expose the prefix to namespace mapping for this expression
- getNamespacesInScope() - Method in interface org.apache.axiom.om.OMElement
-
Get an iterator that returns all namespaces in scope for this element.
- getNamespaceStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the string-value of a namespace node.
- getNamespaceURI() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
- getNamespaceURI() - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Get the namespace URI of this information item.
- getNamespaceURI() - Method in interface org.apache.axiom.om.OMNamespace
-
Get the namespace URI.
- getNamespaceURI() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
-
Get the namespace URI of the element represented by this data source.
- getNamespaceURI() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespaceURI() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespaceURI() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespaceURI(int) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Get the namespace URI of the binding with the given index.
- getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespaceURI(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNamespaceURI(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
- getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getNamespaceURI(String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getNextContentId() - Method in class org.apache.axiom.om.OMOutputFormat
- getNextOMSibling() - Method in interface org.apache.axiom.om.OMNode
-
Returns the next sibling in document order.
- getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP11Version
- getNextRoleURI() - Method in class org.apache.axiom.soap.SOAP12Version
- getNextRoleURI() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the "next" role/actor URI
- getNode() - Method in interface org.apache.axiom.soap.SOAPFault
-
Get the SOAP fault node.
- getNodeType(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns a number that identifies the type of node that the given object represents in this navigator.
- getObject() - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- getObject() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
- getObject() - Method in class org.apache.axiom.om.ds.StringOMDataSource
- getObject() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromBlob
- getObject() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
- getObject() - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Get the object that backs this data source.
- getObject(Class<? extends OMDataSourceExt>) - Method in interface org.apache.axiom.om.OMSourcedElement
-
Get the object that backs the data source set on this element.
- getOMDocumentElement() - Method in interface org.apache.axiom.om.OMDocument
-
Get the document element.
- getOMFactory() - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Get the default OM factory instance.
- getOMFactory() - Method in interface org.apache.axiom.om.OMInformationItem
-
Get the
OMFactorycorresponding to the type of this information item. - getOMFactory() - Method in interface org.apache.axiom.om.OMMetaFactory
-
Get the OM factory instance for the XML infoset model.
- getOMMetaFactory(String) - Method in class org.apache.axiom.locator.DefaultOMMetaFactoryLocator
- getOMMetaFactory(String) - Method in interface org.apache.axiom.om.OMMetaFactoryLocator
-
Get the
OMMetaFactoryfor the given feature. - getOptimizedThreshold() - Method in class org.apache.axiom.om.OMOutputFormat
- getOrCreateHeader() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Returns the existing
SOAPHeaderobject for this envelope or creates a new one if there is none. - getOriginalXMLStreamReader(XMLStreamReader) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Deprecated.As of version 1.3.0, Axiom no longer permits access to the original stream reader.
- getOutputFormat() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
-
Get the output format used by this writer.
- getOutputStream() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
-
Get the underlying
OutputStreamfor this writer, if available. - getOwner() - Method in interface org.apache.axiom.om.OMAttribute
-
Returns the owner element of this attribute
- getParameter(String) - Method in class org.apache.axiom.mime.ContentType.Builder
-
Get the specified parameter value.
- getParameter(String) - Method in class org.apache.axiom.mime.ContentType
-
Get the specified parameter value.
- getParent() - Method in interface org.apache.axiom.ext.stax.DelegatingXMLStreamReader
-
Deprecated.
- getParent() - Method in interface org.apache.axiom.om.OMNode
-
Returns the parent containing node.
- getParent() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
-
Get the parent stream reader.
- getParent() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- getParentAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching theparentXPath axis. - getParentNode(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns the parent of the given context node.
- getPart() - Method in interface org.apache.axiom.mime.PartBlob
-
The the MIME part from which this blob was created.
- getPart(String) - Method in class org.apache.axiom.mime.MultipartBody
-
Get the MIME part with the given content ID.
- getPartBlob() - Method in interface org.apache.axiom.mime.Part
-
Get the
PartBlobinstance created by the configuredPartBlobFactory. - getPartCount() - Method in class org.apache.axiom.mime.MultipartBody
-
Get the number of parts in this multipart.
- getPIData() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getPIData() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getPIData() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getPITarget() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getPITarget() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getPITarget() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getPrecedingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching theprecedingXPath axis. - getPrecedingSiblingAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching thepreceding-siblingXPath axis. - getPrefix() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
- getPrefix() - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Get the prefix of this information item.
- getPrefix() - Method in interface org.apache.axiom.om.OMNamespace
-
Get the namespace prefix.
- getPrefix() - Method in interface org.apache.axiom.om.QNameAwareOMDataSource
-
Get the namespace prefix of the element represented by this data source.
- getPrefix() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getPrefix() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getPrefix() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getPrefix(int) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Get the prefix of the binding with the given index.
- getPrefix(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
- getPrefix(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- getPrefixes(String) - Method in class org.apache.axiom.util.namespace.AbstractNamespaceContext
- getPreviousOMSibling() - Method in interface org.apache.axiom.om.OMNode
-
Gets the previous sibling.
- getPrimaryType() - Method in class org.apache.axiom.mime.MediaType
-
Get the primary type.
- getProcessedFlag() - Method in class org.apache.axiom.soap.SOAPCloneOptions
-
Determine how the
SOAPHeaderBlock.isProcessed()flag should be set on clonedSOAPHeaderBlocknodes. - getProcessingInstructionData(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the data of a processing-instruction.
- getProcessingInstructionTarget(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves the target of a processing-instruction.
- getProperty(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- getProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Get the value of a property stored on this instance.
- getProperty(String) - Method in class org.apache.axiom.om.OMOutputFormat
- getProperty(String) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- getProperty(String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getProperty(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- getProperty(String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getPublicId() - Method in interface org.apache.axiom.ext.stax.DTDReader
-
Get the public ID of the external subset.
- getPublicId() - Method in interface org.apache.axiom.om.OMDocType
-
Get the public ID of the external subset.
- getPublicId() - Method in class org.apache.axiom.util.stax.DummyLocation
- getQName() - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Get the QName of this information item.
- getReader() - Method in class org.apache.axiom.om.ds.AbstractPushOMDataSource
- getReader() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
- getReader() - Method in class org.apache.axiom.om.ds.StringOMDataSource
- getReader() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromBlob
- getReader() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
- getReader() - Method in interface org.apache.axiom.om.OMDataSource
-
Get parser for element data.
- getReason() - Method in interface org.apache.axiom.soap.SOAPFault
- getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
- getReceiverFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
- getReceiverFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the Receiver fault code.
- getRelay() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Returns the relay status associated with this
SOAPHeaderBlockobject. - getReplacementText() - Method in interface org.apache.axiom.om.OMEntityReference
-
Get the replacement value for this entity reference.
- getRole() - Method in interface org.apache.axiom.soap.SOAPFault
- getRole() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Returns the uri of the actor associated with this
SOAPHeaderBlockobject. - getRoleAttributeQName() - Method in class org.apache.axiom.soap.SOAP11Version
- getRoleAttributeQName() - Method in class org.apache.axiom.soap.SOAP12Version
- getRoleAttributeQName() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the role attribute (actor/role)
- getRoles() - Method in interface org.apache.axiom.soap.RolePlayer
-
Get a list of the roles supported.
- getRoleValue() - Method in interface org.apache.axiom.soap.SOAPFaultRole
- getRootContentId() - Method in class org.apache.axiom.om.OMOutputFormat
- getRootName() - Method in interface org.apache.axiom.ext.stax.DTDReader
-
Get the root name of the DTD, i.e. the name immediately following the
DOCTYPEkeyword. - getRootName() - Method in interface org.apache.axiom.om.OMDocType
-
Get the root name, i.e. the name immediately following the
DOCTYPEkeyword. - getRootPart() - Method in class org.apache.axiom.mime.MultipartBody
- getRootPart() - Method in class org.apache.axiom.om.XOPEncoded
-
Get the root part of the XOP message.
- getRootPartContentType() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Get the content type of the root part, as determined by the
OMOutputFormatpassed to the constructor of this object. - getSAXResult() - Method in interface org.apache.axiom.om.OMContainer
-
Get a
SAXResultobject that can be used to append child nodes to this container. - getSAXSource(boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Get a
SAXSourcerepresentation for this node. - getSelfAxisIterator(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieves an
Iteratormatching theselfxpath axis. - getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP11Version
- getSenderFaultCode() - Method in class org.apache.axiom.soap.SOAP12Version
- getSenderFaultCode() - Method in interface org.apache.axiom.soap.SOAPVersion
-
Obtain the QName for the Sender fault code
- getSingleton() - Static method in class org.apache.axiom.soap.SOAP11Version
-
Deprecated.Use
SOAPVersion.SOAP11instead. - getSingleton() - Static method in class org.apache.axiom.soap.SOAP12Version
-
Deprecated.Use
SOAPVersion.SOAP12instead. - getSOAP11Factory() - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Get the default SOAP 1.1 OM factory instance.
- getSOAP11Factory() - Method in interface org.apache.axiom.om.OMMetaFactory
-
Get the OM factory instance for the SOAP 1.1 infoset model.
- getSOAP12Factory() - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Get the default SOAP 1.2 OM factory instance.
- getSOAP12Factory() - Method in interface org.apache.axiom.om.OMMetaFactory
-
Get the OM factory instance for the SOAP 1.2 infoset model.
- getSOAPBodyFirstElementLocalName() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Retrieves the local name of the first element in the body.
- getSOAPBodyFirstElementNS() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Retrieves the OMNamespace of the first element in the body.
- getSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPMessage
- getSOAPEnvelope() - Method in interface org.apache.axiom.soap.SOAPModelBuilder
-
Get the SOAP envelope for the document processed by this builder.
- getSOAPFaultText(String) - Method in interface org.apache.axiom.soap.SOAPFaultReason
- getSOAPMessage() - Method in interface org.apache.axiom.soap.SOAPModelBuilder
-
Get the SOAP message being built by this builder.
- getSOAPVersion() - Method in interface org.apache.axiom.soap.SOAPFactory
- getSoapVersionURI() - Method in interface org.apache.axiom.soap.SOAPFactory
- getStAXWriterConfiguration() - Method in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.
- getStringRepresentation(byte[]) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Gets the String representation of the byte array
- getSubCode() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
- getSubType() - Method in class org.apache.axiom.mime.MediaType
-
Get the subtype.
- getSystemId() - Method in interface org.apache.axiom.ext.stax.DTDReader
-
Get the system ID of the external subset.
- getSystemId() - Method in interface org.apache.axiom.om.OMDocType
-
Get the system ID of the external subset.
- getSystemId() - Method in class org.apache.axiom.util.stax.DummyLocation
- getTarget() - Method in interface org.apache.axiom.om.OMProcessingInstruction
-
Gets the target of this Processing Instruction.
- getText() - Method in interface org.apache.axiom.om.OMElement
-
Returns the non-empty text children as a string.
- getText() - Method in interface org.apache.axiom.om.OMText
-
Returns the text value of this node.
- getText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getTextAsQName() - Method in interface org.apache.axiom.om.OMElement
-
Resolve the content of this element to a
QName. - getTextAsQName() - Method in interface org.apache.axiom.om.OMText
-
Deprecated.If the underlying parser is non coalescing, then this method may unexpectedly fail or return an incorrect result. Always use
OMElement.getTextAsQName()to get the QName value of an element. - getTextAsStream(boolean) - Method in interface org.apache.axiom.om.OMElement
-
Returns a stream representing the concatenation of the text nodes that are children of a this element.
- getTextCharacters() - Method in interface org.apache.axiom.om.OMText
-
Deprecated.
- getTextCharacters() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getTextCharacters() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getTextCharacters() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getTextCharacters(int, char[], int, int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getTextLength() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getTextLength() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getTextLength() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getTextStart() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getTextStart() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getTextStart() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getTextStringValue(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Retrieve the string-value of a text node.
- getType() - Method in interface org.apache.axiom.om.OMNode
-
Returns the type of node.
- getValidElements(OMDocument) - Method in class org.apache.axiom.om.util.DigestGenerator
-
Gets the valid element collection of an OMDocument.
- getValue() - Method in class org.apache.axiom.mime.Header
-
Get the value of this header.
- getValue() - Method in interface org.apache.axiom.om.OMComment
-
Returns the value of this comment as defined by XPath 1.0.
- getValue() - Method in interface org.apache.axiom.om.OMProcessingInstruction
-
Gets the value of this Processing Instruction.
- getValue() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
-
Get the
SOAPFaultValuefor this fault code or subcode. - getValueAsQName() - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
-
Get the value of this fault code or subcode.
- getVersion() - Method in interface org.apache.axiom.soap.SOAPEnvelope
- getVersion() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
What SOAP version is this HeaderBlock?
- getVersion() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- getVersion() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- getVersion() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- getXMLBytes(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- getXMLBytes(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Deprecated.
- getXMLEncoding() - Method in interface org.apache.axiom.om.OMDocument
-
Get the charset encoding of this document as specified in the XML declaration.
- getXMLInputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
-
Get a cached
XMLInputFactoryinstance using the default configuration. - getXMLInputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLInputFactory(StAXParserConfiguration) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Get a cached
XMLInputFactoryinstance using the specified configuration. - getXMLInputFactory(StAXParserConfiguration, boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLInputStream(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- getXMLInputStream(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Deprecated.
- getXMLOutputFactory() - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLOutputFactory(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLOutputFactory(StAXWriterConfiguration) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLOutputFactory(StAXWriterConfiguration, boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.
- getXMLReporter() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- getXMLResolver() - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- getXMLStreamException() - Method in exception org.apache.axiom.util.stax.XMLStreamIOException
-
Get the wrapped
XMLStreamException. - getXMLStreamReader() - Method in interface org.apache.axiom.om.OMContainer
-
Get a pull parser representation of this element with caching enabled.
- getXMLStreamReader(boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Get a pull parser representation of this information item.
- getXMLStreamReader(boolean, OMXMLStreamReaderConfiguration) - Method in interface org.apache.axiom.om.OMContainer
-
Get a pull parser representation of this information item.
- getXMLStreamReaderWithoutCaching() - Method in interface org.apache.axiom.om.OMContainer
-
Get a pull parser representation of this element with caching disabled.
- getXmlVersion() - Method in class org.apache.axiom.om.OMOutputFormat
- getXMLVersion() - Method in interface org.apache.axiom.om.OMDocument
-
Returns the XML version.
- getXOPEncodedStreamReader(boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Get an XOP encoded pull parser representation of this information item.
H
- hasFault() - Method in interface org.apache.axiom.soap.SOAPBody
-
Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject. - hasFault() - Method in interface org.apache.axiom.soap.SOAPEnvelope
-
Returns true if there is a SOAPFault in the body.
- hashCode() - Method in class org.apache.axiom.mime.MediaType
- hasName() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- hasName() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- hasName() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- hasName(QName) - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Determine if this information item has the given name.
- hasNext() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- hasNext() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- hasNext() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- hasPrimaryType(String) - Method in class org.apache.axiom.mime.MediaType
-
Check if this media type has the given primary type.
- hasProperty(String) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- hasProperty(String) - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Check if a property with the given name is set on this instance.
- hasSubType(String) - Method in class org.apache.axiom.mime.MediaType
-
Check if this media type has the given sub type.
- hasText() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- hasText() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- hasText() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- Header - Class in org.apache.axiom.mime
-
A MIME header.
- Header(String, String) - Constructor for class org.apache.axiom.mime.Header
-
Constructor.
- HEADER_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field HEADER_LOCAL_NAME
I
- ImmutableXMLInputFactory - Class in org.apache.axiom.util.stax.wrapper
-
Wraps an
XMLInputFactoryso that its state can no longer be changed. - ImmutableXMLInputFactory(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
-
Constructor.
- ImmutableXMLOutputFactory - Class in org.apache.axiom.util.stax.wrapper
-
Wraps an
XMLOutputFactoryso that its state (i.e. its properties) can no longer be changed. - ImmutableXMLOutputFactory(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
-
Constructor.
- importInformationItem(OMInformationItem) - Method in interface org.apache.axiom.om.OMFactory
-
Create a copy of the given information item using this factory.
- insertSiblingAfter(OMNode) - Method in interface org.apache.axiom.om.OMNode
-
Inserts a new sibling after the current node.
- insertSiblingBefore(OMNode) - Method in interface org.apache.axiom.om.OMNode
-
Inserts a sibling just before the current node.
- INSTANCE - Static variable in class org.apache.axiom.util.stax.DummyLocation
- isAttribute(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is an attribute node.
- isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isAttributeSpecified(int) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isAutoCloseWriter() - Method in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.
- isBinary() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Check whether the current event is a
XMLStreamConstants.CHARACTERSevent representing base64 encoded binary content and for which aBlobis available. - isBinary() - Method in interface org.apache.axiom.om.OMText
- isCharacters() - Method in interface org.apache.axiom.om.OMText
-
Deprecated.
- isCharacters() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isCharacters() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isCharacters() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isComment(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is a comment node.
- isComplete() - Method in interface org.apache.axiom.om.OMSerializable
-
Indicates whether parser has parsed this information item completely or not.
- isCompleted() - Method in interface org.apache.axiom.om.OMXMLParserWrapper
- isCopyOMDataSources() - Method in class org.apache.axiom.om.OMCloneOptions
-
Determine whether
OMSourcedElementnodes should be cloned asOMSourcedElementnodes by copying the correspondingOMDataSourceobjects. - isDeferred() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Check whether the
XMLStreamReadersupports deferred loading of the binary content for the current event. - isDestructiveRead() - Method in class org.apache.axiom.om.ds.AbstractPushOMDataSource
- isDestructiveRead() - Method in class org.apache.axiom.om.ds.BlobOMDataSource
- isDestructiveRead() - Method in class org.apache.axiom.om.ds.StringOMDataSource
- isDestructiveRead() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromBlob
- isDestructiveRead() - Method in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
- isDestructiveRead() - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Returns true if reading the backing object is destructive.
- isDestructiveWrite() - Method in class org.apache.axiom.om.ds.AbstractPullOMDataSource
- isDestructiveWrite() - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Returns true if writing the backing object is destructive.
- isDocument(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is a document node.
- isDoingSWA() - Method in class org.apache.axiom.om.OMOutputFormat
-
Indicates whether the document should be serialized using SwA.
- isElement(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is an element node.
- isEndElement() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isEndElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isEndElement() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isExpanded() - Method in interface org.apache.axiom.om.OMSourcedElement
- isFetchBlobs() - Method in class org.apache.axiom.om.OMCloneOptions
-
Determine whether
Blobobjects should be fetched when cloningOMTextnodes. - isIgnoreXMLDeclaration() - Method in class org.apache.axiom.om.OMOutputFormat
- isNamespace(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is a namespace node.
- isNamespaceURIInterning() - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
-
Determine whether namespace URIs returned by the
XMLStreamReadershould be interned. - isOptimized() - Method in interface org.apache.axiom.ext.stax.BlobReader
-
Check if the binary content is eligible for optimization (e.g. using XOP) or if it should be serialized as base64.
- isOptimized() - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
-
Check if MTOM is enabled.
- isOptimized() - Method in class org.apache.axiom.om.OMOutputFormat
-
Indicates whether the document should be serialized using MTOM.
- isOptimized() - Method in interface org.apache.axiom.om.OMText
- isPreserveModel() - Method in class org.apache.axiom.om.OMCloneOptions
-
Determine whether domain specific extensions to the object model should be preserved.
- isPreserveNamespaceContext() - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
-
Determine whether strict namespace preservation is enabled.
- isProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
- isProcessingInstruction(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is a processing-instruction node.
- isPropertySupported(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- isPropertySupported(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- isSOAP11() - Method in class org.apache.axiom.om.OMOutputFormat
- isStandalone() - Method in interface org.apache.axiom.om.OMDocument
-
XML standalone value.
- isStandalone() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isStandalone() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isStandalone() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isStartElement() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isStartElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isStartElement() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isText(Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns whether the given object is a text node.
- isTextual() - Method in class org.apache.axiom.mime.ContentType
-
Check if the content type is textual, i.e. if an entity with this content type should be human readable.
- isUltimateDestination() - Method in interface org.apache.axiom.soap.RolePlayer
-
Are we the ultimate destination?
- isValidBase64Encoding(String) - Static method in class org.apache.axiom.util.base64.Base64Utils
-
Deprecated.
- isWhiteSpace() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- isWhiteSpace() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- isWhiteSpace() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- isXML() - Method in class org.apache.axiom.mime.MediaType
-
Check if this media type describes XML content as defined in RFC 7303.
- iterator() - Method in class org.apache.axiom.mime.MultipartBody
L
- lexicalHandler - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- load(Map<String, Object>) - Method in interface org.apache.axiom.locator.loader.OMMetaFactoryLoader
-
Get the
OMMetaFactoryinstance for the Axiom implementation. - logParserState() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
-
Dump the current event of the delegate.
M
- makeThreadSafe(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Make an
XMLInputFactoryobject thread safe. - makeThreadSafe(XMLOutputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Deprecated.
- MapBasedNamespaceContext - Class in org.apache.axiom.util.namespace
-
Namespace context implementation that stores namespace bindings in a
Map. - MapBasedNamespaceContext(Map<String, String>) - Constructor for class org.apache.axiom.util.namespace.MapBasedNamespaceContext
-
Constructor.
- md5DigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
-
String representing the MD5 digest algorithm
- MediaType - Class in org.apache.axiom.mime
- MediaType(String) - Constructor for class org.apache.axiom.mime.MediaType
-
Constructor that parses a media type.
- MediaType(String, String) - Constructor for class org.apache.axiom.mime.MediaType
-
Constructor.
- META_FACTORY_NAME_PROPERTY - Static variable in class org.apache.axiom.om.OMAbstractFactory
-
The name of the system property that allows to override the default Axiom implementation.
- MIMEException - Exception in org.apache.axiom.mime
-
Indicates a MIME processing error.
- MIMEException() - Constructor for exception org.apache.axiom.mime.MIMEException
- MIMEException(String) - Constructor for exception org.apache.axiom.mime.MIMEException
- MIMEException(String, Throwable) - Constructor for exception org.apache.axiom.mime.MIMEException
- MIMEException(Throwable) - Constructor for exception org.apache.axiom.mime.MIMEException
- MTOM_TYPE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
-
If the Message is MTOM optimised then
MTOM_TYPE - MTOMConstants - Interface in org.apache.axiom.om.impl
- MTOMXMLStreamWriter - Class in org.apache.axiom.om.impl
-
MTOMXMLStreamWriter is an XML + Attachments stream writer.
- MTOMXMLStreamWriter() - Constructor for class org.apache.axiom.om.impl.MTOMXMLStreamWriter
- MULTIPART_RELATED - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
multipart/related. - MultipartBody - Class in org.apache.axiom.mime
-
A MIME multipart message read from a stream.
- MultipartBody.Builder - Class in org.apache.axiom.mime
- MultipartBody.PartCreationListener - Interface in org.apache.axiom.mime
- MultipartBodyWriter - Class in org.apache.axiom.mime
-
Writes a MIME multipart body as used by XOP/MTOM and SOAP with Attachments.
- MultipartBodyWriter(OutputStream, String) - Constructor for class org.apache.axiom.mime.MultipartBodyWriter
-
Constructor.
- MUST_UNDERSTAND_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
N
- namespacePrefixes - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- namespaces - Variable in class org.apache.axiom.util.sax.AbstractXMLReader
- newDocumentBuilderFactory() - Method in interface org.apache.axiom.om.dom.DOMMetaFactory
-
Create a new
DocumentBuilderFactory. - next() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
- next() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- next() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- next() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- nextTag() - Method in class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
- nextTag() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- nextTag() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- nextTag() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- NodeUnavailableException - Exception in org.apache.axiom.om
-
Exception indicating that a requested node cannot be returned because it is no longer available.
- NodeUnavailableException() - Constructor for exception org.apache.axiom.om.NodeUnavailableException
- NON_COALESCING - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Configuration that sets up the parser in non coalescing mode.
- normalize(XMLInputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Normalize an
XMLInputFactory. - normalize(XMLInputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
-
Detect the dialect of a given
XMLInputFactoryand normalize it. - normalize(XMLOutputFactory) - Method in interface org.apache.axiom.util.stax.dialect.StAXDialect
-
Deprecated.
- normalize(XMLOutputFactory) - Static method in class org.apache.axiom.util.stax.dialect.StAXDialectDetector
-
Deprecated.
O
- OMAbstractFactory - Class in org.apache.axiom.om
-
Provides instances for object model and meta factories.
- OMAttachmentAccessor - Interface in org.apache.axiom.om
-
Interface to look up MIME parts.
- OMAttribute - Interface in org.apache.axiom.om
-
Interface OMAttribute
- OMCloneOptions - Class in org.apache.axiom.om
- OMCloneOptions() - Constructor for class org.apache.axiom.om.OMCloneOptions
- OMComment - Interface in org.apache.axiom.om
-
Interface OMComment
- OMContainer - Interface in org.apache.axiom.om
-
Captures the operations related to containment shared by both a document and an element.
- OMDataSource - Interface in org.apache.axiom.om
-
Interface to arbitrary source of XML element data.
- OMDataSourceExt - Interface in org.apache.axiom.om
-
Interface to a backing object that can can be read and written as XML.
- OMDocType - Interface in org.apache.axiom.om
-
Interface OMDocType
- OMDocument - Interface in org.apache.axiom.om
- OMElement - Interface in org.apache.axiom.om
-
A particular kind of node that represents an element infoset information item.
- OMEntityReference - Interface in org.apache.axiom.om
-
Represents an unexpanded entity reference in an XML document.
- OMException - Exception in org.apache.axiom.om
-
Class OMException
- OMException() - Constructor for exception org.apache.axiom.om.OMException
-
Constructor OMException
- OMException(String) - Constructor for exception org.apache.axiom.om.OMException
-
Constructor OMException
- OMException(String, Throwable) - Constructor for exception org.apache.axiom.om.OMException
-
Constructor OMException
- OMException(Throwable) - Constructor for exception org.apache.axiom.om.OMException
-
Constructor OMException
- OMFactory - Interface in org.apache.axiom.om
-
Class OMFactory
- OMHierarchyException - Exception in org.apache.axiom.om
-
Thrown if an object model operation would lead to a hierarchy that is not allowed.
- OMHierarchyException(String) - Constructor for exception org.apache.axiom.om.OMHierarchyException
- OMInformationItem - Interface in org.apache.axiom.om
-
Represents an information item in an XML document.
- OMMetaFactory - Interface in org.apache.axiom.om
-
Object model meta factory.
- OMMetaFactoryLoader - Interface in org.apache.axiom.locator.loader
-
Loads the
OMMetaFactoryfor a given Axiom implementation. - OMMetaFactoryLocator - Interface in org.apache.axiom.om
-
Used internally by
OMAbstractFactoryto locate theOMMetaFactoryfor a given feature. - OMMetaFactorySPI - Interface in org.apache.axiom.om
-
For internal use only.
- OMMultipartWriter - Class in org.apache.axiom.om.impl
-
Writes a MIME multipart package as used by XOP/MTOM and SOAP with Attachments.
- OMMultipartWriter(OutputStream, OMOutputFormat) - Constructor for class org.apache.axiom.om.impl.OMMultipartWriter
- OMNamedInformationItem - Interface in org.apache.axiom.om
-
Represents an information item that has a name, more precisely a namespace URI, a local name and a prefix.
- OMNamespace - Interface in org.apache.axiom.om
-
A namespace binding specifying a namespace prefix and a namespace URI.
- OMNode - Interface in org.apache.axiom.om
-
Defines the base interface used by most of the XML object model within Axis.
- OMOutputFormat - Class in org.apache.axiom.om
-
Formats options for OM Output.
- OMOutputFormat() - Constructor for class org.apache.axiom.om.OMOutputFormat
- OMOutputFormat(OMOutputFormat) - Constructor for class org.apache.axiom.om.OMOutputFormat
-
Constructs a new instance by copying the configuration from an existing instance.
- OMProcessingInstruction - Interface in org.apache.axiom.om
-
Interface OMProcessingInstruction
- OMSerializable - Interface in org.apache.axiom.om
-
Information item that can be serialized (written to an XML stream writer) and deserialized (retrieved from an XML parser) as a unit.
- OMSourcedElement - Interface in org.apache.axiom.om
-
Element whose data is backed by an arbitrary Java object.
- OMText - Interface in org.apache.axiom.om
-
Represents character data in an XML document.
- OMXMLBuilderFactory - Class in org.apache.axiom.om
-
Provides static factory methods to create various kinds of object model builders from different types of input sources.
- OMXMLParserWrapper - Interface in org.apache.axiom.om
-
Interface OMXMLParserWrapper
- OMXMLStreamReaderConfiguration - Class in org.apache.axiom.om
-
Defines additional configuration options for
OMContainer.getXMLStreamReader(boolean, OMXMLStreamReaderConfiguration). - OMXMLStreamReaderConfiguration() - Constructor for class org.apache.axiom.om.OMXMLStreamReaderConfiguration
- org.apache.axiom.ext.stax - package org.apache.axiom.ext.stax
-
Defines Axiom specific extensions to the StAX API.
- org.apache.axiom.locator - package org.apache.axiom.locator
-
Contains classes used internally by the
axiom-apiartifact to locate Axiom implementations. - org.apache.axiom.locator.loader - package org.apache.axiom.locator.loader
- org.apache.axiom.mime - package org.apache.axiom.mime
-
Contains interfaces for MIME message processing.
- org.apache.axiom.om - package org.apache.axiom.om
-
Contains core interfaces of the Axiom API.
- org.apache.axiom.om.dom - package org.apache.axiom.om.dom
-
Contains extension interfaces for Axiom implementations that support DOM.
- org.apache.axiom.om.ds - package org.apache.axiom.om.ds
-
Contains ready to use
OMDataSourceimplementations. - org.apache.axiom.om.ds.custombuilder - package org.apache.axiom.om.ds.custombuilder
- org.apache.axiom.om.format.xop - package org.apache.axiom.om.format.xop
- org.apache.axiom.om.impl - package org.apache.axiom.om.impl
- org.apache.axiom.om.util - package org.apache.axiom.om.util
- org.apache.axiom.om.xpath - package org.apache.axiom.om.xpath
- org.apache.axiom.soap - package org.apache.axiom.soap
- org.apache.axiom.util - package org.apache.axiom.util
-
Contains utility classes not depending on the Axiom API.
- org.apache.axiom.util.base64 - package org.apache.axiom.util.base64
-
Contains utility classes to work with base64 encoded data.
- org.apache.axiom.util.namespace - package org.apache.axiom.util.namespace
-
Contains utility classes to work with
NamespaceContextandQName. - org.apache.axiom.util.sax - package org.apache.axiom.util.sax
- org.apache.axiom.util.stax - package org.apache.axiom.util.stax
-
Contains StAX utility classes not depending on the Axiom API.
- org.apache.axiom.util.stax.debug - package org.apache.axiom.util.stax.debug
-
Contains classes that can be used to debug StAX related issues.
- org.apache.axiom.util.stax.dialect - package org.apache.axiom.util.stax.dialect
-
Contains classes to handle differences between StAX implementations.
- org.apache.axiom.util.stax.wrapper - package org.apache.axiom.util.stax.wrapper
-
Contains classes to build wrappers for various StAX objects.
P
- parseXPath(String) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Returns a parsed form of the given xpath string, which will be suitable for queries on documents that use the same navigator as this one.
- Part - Interface in org.apache.axiom.mime
-
A MIME part.
- PartBlob - Interface in org.apache.axiom.mime
-
A
Blobthat enables access to thePartwhose content it represents. - PartBlobFactory - Interface in org.apache.axiom.mime
-
Factory for the
PartBlobinstances returned byPart.getBlob(). - partCreated(Part) - Method in interface org.apache.axiom.mime.MultipartBody.PartCreationListener
- PAYLOAD - Static variable in interface org.apache.axiom.om.ds.custombuilder.CustomBuilder.Selector
-
Selects the message payload element.
- PI_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
This node is a
ProcessingInstruction. - prepareBlob(Blob) - Method in class org.apache.axiom.om.impl.MTOMXMLStreamWriter
-
Prepare a
Blobfor serialization without using theBlobWriterAPI. - PRESERVE_CDATA_SECTIONS - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Configuration that sets up the parser to preserve CDATA sections.
- processGetProperty(BlobReader, String) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Helper method to implement
XMLStreamReader.getProperty(String). - PROPERTY - Static variable in interface org.apache.axiom.ext.stax.BlobReader
-
The name of the property used to look up this extension interface from a
XMLStreamReaderimplementation. - PROPERTY - Static variable in interface org.apache.axiom.ext.stax.BlobWriter
-
The name of the property used to look up this extension interface from a
XMLStreamWriterimplementation. - PROPERTY - Static variable in interface org.apache.axiom.ext.stax.CharacterDataReader
-
The name of the property used to look up this extension interface from a
XMLStreamReaderimplementation. - PROPERTY - Static variable in interface org.apache.axiom.ext.stax.DTDReader
-
The name of the property used to look up this extension interface from a
XMLStreamReaderimplementation.
Q
- QNAME_ACTOR - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_FAULT_CODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_FAULT_CODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_DETAIL - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_FAULT_DETAIL - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_NODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_REASON - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_FAULT_REASON - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_ROLE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_FAULT_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_SUBCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_TEXT - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_FAULT_VALUE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_MU_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_MU_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_RECEIVER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_RECEIVER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_RELAY - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNAME_SENDER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- QNAME_SENDER_FAULTCODE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- QNameAwareOMDataSource - Interface in org.apache.axiom.om
-
Optional interface implemented by
OMDataSourceimplementations that have knowledge about the local name, namespace URI and/or namespace prefix of the element they represent.
R
- registerCustomBuilder(CustomBuilder.Selector, CustomBuilder) - Method in interface org.apache.axiom.om.ds.custombuilder.CustomBuilderSupport
-
Register a custom builder.
- RELAY_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
- removeAttribute(OMAttribute) - Method in interface org.apache.axiom.om.OMElement
-
Removes the given attribute from this element.
- removeChildren() - Method in interface org.apache.axiom.om.OMContainer
-
Remove all children from this container.
- removeParameter(String) - Method in class org.apache.axiom.mime.ContentType.Builder
-
Remove the parameter with the specified name.
- require(int, String, String) - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- require(int, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- require(int, String, String) - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- resolveQName(String) - Method in interface org.apache.axiom.om.OMElement
-
Resolves a QName literal in the namespace context defined by this element and produces a corresponding
QNameobject. - RESPECT_SWA_ATTACHMENT_ORDER - Static variable in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.As of version 1.2.13, Axiom always respects the order of attachments.
- RESPECT_SWA_ATTACHMENT_ORDER_DEFAULT - Static variable in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.As of version 1.2.13, Axiom always respects the order of attachments.
- ROLE_PROPERTY - Static variable in interface org.apache.axiom.soap.SOAPHeaderBlock
-
A SOAPHeaderBlock may be represented as an unexpanded OMSourcedElement.
- RolePlayer - Interface in org.apache.axiom.soap
-
This interface represents the thing which provides us with the SOAP roles in a given context.
- ROOT_PART - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
-
Deprecated.
S
- ScopedNamespaceContext - Class in org.apache.axiom.util.namespace
-
NamespaceContextimplementation that supports nested scopes. - ScopedNamespaceContext() - Constructor for class org.apache.axiom.util.namespace.ScopedNamespaceContext
- serialize(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.Use
OMContainer.serialize(OutputStream, boolean)instead. - serialize(OutputStream, boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Serialize the node.
- serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.
- serialize(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
-
Deprecated.
- serialize(OutputStream, OMOutputFormat, boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Serialize the node.
- serialize(Writer) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.Use
OMContainer.serialize(Writer, boolean)instead. - serialize(Writer, boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Serialize the node.
- serialize(Writer, OMOutputFormat) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.
- serialize(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMDataSource
-
Deprecated.
- serialize(Writer, OMOutputFormat, boolean) - Method in interface org.apache.axiom.om.OMContainer
-
Serialize the node.
- serialize(XMLStreamWriter) - Method in class org.apache.axiom.om.ds.AbstractPullOMDataSource
- serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMDataSource
-
Serializes element data directly to StAX writer.
- serialize(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializable
-
Serializes the information item with caching.
- serialize(XMLStreamWriter, boolean) - Method in interface org.apache.axiom.om.OMSerializable
-
Serializes the information item to the given
XMLStreamWriter. - serializeAndConsume(OutputStream) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.Use
OMContainer.serialize(OutputStream, boolean)instead. - serializeAndConsume(OutputStream, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.
- serializeAndConsume(Writer) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.Use
OMContainer.serialize(Writer, boolean)instead. - serializeAndConsume(Writer, OMOutputFormat) - Method in interface org.apache.axiom.om.OMContainer
-
Deprecated.
- serializeAndConsume(XMLStreamWriter) - Method in interface org.apache.axiom.om.OMSerializable
-
Serializes the information item without caching.
- setAttachmentBlobFactory(WritableBlobFactory<?>) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setAttributeType(String) - Method in interface org.apache.axiom.om.OMAttribute
- setAttributeValue(String) - Method in interface org.apache.axiom.om.OMAttribute
- setAutoCloseWriter(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.
- setBinary(boolean) - Method in interface org.apache.axiom.om.OMText
-
Sets the isBinary flag.
- setCharsetEncoding(String) - Method in interface org.apache.axiom.om.OMDocument
-
Sets the character set encoding scheme to be used.
- setCharSetEncoding(String) - Method in class org.apache.axiom.om.OMOutputFormat
- setCode(SOAPFaultCode) - Method in interface org.apache.axiom.soap.SOAPFault
-
SOAPFaultCode is a mandatory item in a Fault, in SOAP 1.2 specification
- setContentHandler(ContentHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setContentID(String) - Method in interface org.apache.axiom.om.OMText
-
Set a specific content id
- setContentTransferEncodingPolicy(ContentTransferEncodingPolicy) - Method in class org.apache.axiom.om.OMOutputFormat
- setContentType(String) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setContentType(String) - Method in class org.apache.axiom.om.OMOutputFormat
-
Set a raw content-type (i.e.
- setContentType(ContentType) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setContentTypeProvider(ContentTypeProvider) - Method in class org.apache.axiom.om.OMOutputFormat
- setCopyOMDataSources(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
-
Specify whether
OMSourcedElementnodes should be cloned asOMSourcedElementnodes by copying the correspondingOMDataSourceobjects. - setDataSource(OMDataSource) - Method in interface org.apache.axiom.om.OMSourcedElement
-
Deprecated.This method is deprecated because its semantics are not clearly defined. In particular it is unspecified whether the name of the element may change as a result of an invocation of this method.
- setDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- setDetail(SOAPFaultDetail) - Method in interface org.apache.axiom.soap.SOAPFault
-
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
- setDoingSWA(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
-
Specifies that the document should be serialized using SwA (SOAP with Attachments).
- setDoOptimize(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
-
Specifies that the document should be serialized using MTOM.
- setDTDHandler(DTDHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setEntityResolver(EntityResolver) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setErrorHandler(ErrorHandler) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setEventAllocator(XMLEventAllocator) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
- setEventAllocator(XMLEventAllocator) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- setException(Exception) - Method in interface org.apache.axiom.soap.SOAPFault
- setFactoryPerClassLoader(boolean) - Static method in class org.apache.axiom.om.util.StAXUtils
-
Deprecated.Per class loader factories are no longer supported. The code now always uses the class loader that loaded the
StAXUtilsclass. - setFaultCode(String) - Method in exception org.apache.axiom.soap.SOAPProcessingException
- setFaultNodeValue(String) - Method in interface org.apache.axiom.soap.SOAPFaultNode
-
each SOAP node is identified by a URI.
- setFeature(String, boolean) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setFetchBlobs(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
-
Specify whether
Blobobjects should be fetched when cloningOMTextnodes. - setIgnoreXMLDeclaration(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
- setInputStream(InputStream) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setLang(String) - Method in interface org.apache.axiom.soap.SOAPFaultText
-
lang is a mandatory attribute within the SOAPFaultText which must have SOAP12Constants.SOAP_FAULT_TEXT_LANG_ATTR_NS_URI as the namespace URI and SOAP12constants.SOAP_FAULT_TEXT_LANG_ATTR_NS_PREFIX or a capitalization thereof as the prefix
- setLineNumber(int) - Method in interface org.apache.axiom.om.OMElement
-
Deprecated.
- setLocalName(String) - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Set the local name of this information item.
- setMediaType(MediaType) - Method in class org.apache.axiom.mime.ContentType.Builder
-
Set the media type.
- setMetaFactoryLocator(OMMetaFactoryLocator) - Static method in class org.apache.axiom.om.OMAbstractFactory
-
Explicitly set a meta factory locator.
- setMimeBoundary(String) - Method in class org.apache.axiom.om.OMOutputFormat
- setMustUnderstand(boolean) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Sets the mustUnderstand attribute for this
SOAPHeaderBlockobject to be on or off. - setNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
-
Set the namespace for this element.
- setNamespace(OMNamespace, boolean) - Method in interface org.apache.axiom.om.OMNamedInformationItem
-
Set the namespace for this information item.
- setNamespaceContext(NamespaceContext) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- setNamespaceURIInterning(boolean) - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
-
Specify whether namespace URIs returned by the
XMLStreamReadershould be interned. - setNamespaceWithNoFindInCurrentScope(OMNamespace) - Method in interface org.apache.axiom.om.OMElement
-
Deprecated.
- setNode(SOAPFaultNode) - Method in interface org.apache.axiom.soap.SOAPFault
-
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
- setOMDocumentElement(OMElement) - Method in interface org.apache.axiom.om.OMDocument
-
Set the document element of the XML document.
- setOMNamespace(OMNamespace) - Method in interface org.apache.axiom.om.OMAttribute
-
Deprecated.
- setOptimize(boolean) - Method in interface org.apache.axiom.om.OMText
-
Sets the optimize flag.
- setOptimizedThreshold(int) - Method in class org.apache.axiom.om.OMOutputFormat
- setParameter(String, String) - Method in class org.apache.axiom.mime.ContentType.Builder
-
Set the specified parameter value.
- setPartBlobFactory(PartBlobFactory) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setPartCreationListener(MultipartBody.PartCreationListener) - Method in class org.apache.axiom.mime.MultipartBody.Builder
- setPrefix(String, String) - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Define a prefix binding in the current scope.
- setPrefix(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- setPreserveModel(boolean) - Method in class org.apache.axiom.om.OMCloneOptions
-
Specify whether domain specific extensions to the object model should be preserved.
- setPreserveNamespaceContext(boolean) - Method in class org.apache.axiom.om.OMXMLStreamReaderConfiguration
-
Specify whether the namespace context determined by the ancestors of the element should be preserved.
- setProcessed() - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
We need to know whether all the mustUnderstand headers have been processed by the node.
- setProcessedFlag(Boolean) - Method in class org.apache.axiom.soap.SOAPCloneOptions
-
Specify how the
SOAPHeaderBlock.isProcessed()flag should be set on clonedSOAPHeaderBlocknodes. - setProperty(String, Object) - Method in class org.apache.axiom.om.ds.AbstractOMDataSource
- setProperty(String, Object) - Method in interface org.apache.axiom.om.OMDataSourceExt
-
Set a property on this instance.
- setProperty(String, Object) - Method in class org.apache.axiom.om.OMOutputFormat
- setProperty(String, Object) - Method in class org.apache.axiom.util.sax.AbstractXMLReader
- setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
- setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
- setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- setProperty(String, Object) - Method in class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
- setReason(SOAPFaultReason) - Method in interface org.apache.axiom.soap.SOAPFault
-
SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification
- setRelay(boolean) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Sets the relay attribute for this SOAPHeaderBlock to be either true or false.
- setRole(String) - Method in interface org.apache.axiom.soap.SOAPHeaderBlock
-
Sets the actor associated with this
SOAPHeaderBlockobject to the specified actor. - setRole(SOAPFaultRole) - Method in interface org.apache.axiom.soap.SOAPFault
-
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
- setRoleValue(String) - Method in interface org.apache.axiom.soap.SOAPFaultRole
-
The value of the Role element information item MUST be one of the roles assumed by the node during processing of the message
- setRootContentId(String) - Method in class org.apache.axiom.om.OMOutputFormat
- setSOAP11(boolean) - Method in class org.apache.axiom.om.OMOutputFormat
- setSOAPEnvelope(SOAPEnvelope) - Method in interface org.apache.axiom.soap.SOAPMessage
-
Sets the SOAP envelope for this message.
- setStandalone(String) - Method in interface org.apache.axiom.om.OMDocument
- setStAXWriterConfiguration(StAXWriterConfiguration) - Method in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.
- setSubCode(SOAPFaultSubCode) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
-
Fault SubCode can contain an optional SubCode
- setTarget(String) - Method in interface org.apache.axiom.om.OMProcessingInstruction
-
Sets the target of this Processing Instruction.
- setText(String) - Method in interface org.apache.axiom.om.OMElement
-
Set the content of this element to the given text.
- setText(QName) - Method in interface org.apache.axiom.om.OMElement
-
Set the content of this element to the given
QName. - setValue(String) - Method in interface org.apache.axiom.om.OMComment
-
Sets the content of this comment to the specified string.
- setValue(String) - Method in interface org.apache.axiom.om.OMProcessingInstruction
-
Sets the value of this Processing Instruction.
- setValue(QName) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
-
Set the value of this fault code or subcode.
- setValue(SOAPFaultValue) - Method in interface org.apache.axiom.soap.SOAPFaultClassifier
-
Fault SubCode contain only one mandatory Value child.
- setXMLEncoding(String) - Method in interface org.apache.axiom.om.OMDocument
-
Set the charset encoding for the XML declaration of this document.
- setXMLReporter(XMLReporter) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
- setXMLReporter(XMLReporter) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- setXMLResolver(XMLResolver) - Method in class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory
- setXMLResolver(XMLResolver) - Method in class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
- setXmlVersion(String) - Method in class org.apache.axiom.om.OMOutputFormat
- setXMLVersion(String) - Method in interface org.apache.axiom.om.OMDocument
-
Sets the XML version.
- sha1DigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
-
String representing the SHA1 digest algorithm
- shaDigestAlgorithm - Static variable in class org.apache.axiom.om.util.DigestGenerator
-
String representing the SHA digest algorithm
- SOAP - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Configuration suitable for SOAP messages.
- SOAP_11_CONTENT_TYPE - Static variable in interface org.apache.axiom.soap.SOAP11Constants
-
Deprecated.Use
SOAPVersion.getMediaType()instead. - SOAP_12_CONTENT_TYPE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
-
Deprecated.Use
SOAPVersion.getMediaType()instead. - SOAP_ACTOR_NEXT - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- SOAP_DEFAULT_NAMESPACE_PREFIX - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field SOAP_DEFAULT_NAMESPACE_PREFIX
- SOAP_ENCODING_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- SOAP_ENCODING_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_ENVELOPE_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- SOAP_ENVELOPE_NAMESPACE_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_ACTOR_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
-
Field SOAP_FAULT_ACTOR_LOCAL_NAME
- SOAP_FAULT_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
-
Field SOAP_FAULT_CODE_LOCAL_NAME
- SOAP_FAULT_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_DETAIL_EXCEPTION_ENTRY - Static variable in interface org.apache.axiom.soap.SOAPConstants
- SOAP_FAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
- SOAP_FAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_NODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_REASON_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_ROLE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_STRING_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP11Constants
-
Field SOAP_FAULT_STRING_LOCAL_NAME
- SOAP_FAULT_SUB_CODE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_TEXT_LANG_ATTR_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_TEXT_LANG_ATTR_NS_PREFIX - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_TEXT_LANG_ATTR_NS_URI - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_TEXT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_DATA_ENCODING_UKNOWN - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_MUST_UNDERSTAND - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_SENDER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_FAULT_VALUE_VERSION_MISMATCH - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_RELAY - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_ROLE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_ROLE_NEXT - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_ROLE_NONE - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP_ROLE_ULTIMATE_RECEIVER - Static variable in interface org.apache.axiom.soap.SOAP12Constants
- SOAP11 - Static variable in interface org.apache.axiom.soap.SOAPVersion
- SOAP11Constants - Interface in org.apache.axiom.soap
- SOAP11Version - Class in org.apache.axiom.soap
-
Version-specific stuff for SOAP 1.1
- SOAP12 - Static variable in interface org.apache.axiom.soap.SOAPVersion
- SOAP12Constants - Interface in org.apache.axiom.soap
- SOAP12Version - Class in org.apache.axiom.soap
-
Version-specific stuff for SOAP 1.2
- SOAPBody - Interface in org.apache.axiom.soap
-
An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPCloneOptions - Class in org.apache.axiom.soap
- SOAPCloneOptions() - Constructor for class org.apache.axiom.soap.SOAPCloneOptions
- SOAPConstants - Interface in org.apache.axiom.soap
- SOAPEnvelope - Interface in org.apache.axiom.soap
-
Interface SOAPEnvelope
- SOAPENVELOPE_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field SOAPENVELOPE_LOCAL_NAME
- SOAPFactory - Interface in org.apache.axiom.soap
- SOAPFault - Interface in org.apache.axiom.soap
-
An element in the
SOAPBodyobject that contains error and/or status information. - SOAPFAULT_DETAIL_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field SOAPFAULT_DETAIL_LOCAL_NAME
- SOAPFAULT_LOCAL_NAME - Static variable in interface org.apache.axiom.soap.SOAPConstants
-
Field SOAPFAULT_LOCAL_NAME
- SOAPFaultClassifier - Interface in org.apache.axiom.soap
-
Common superinterface for
SOAPFaultCodeandSOAPFaultSubCode. - SOAPFaultCode - Interface in org.apache.axiom.soap
- SOAPFaultDetail - Interface in org.apache.axiom.soap
-
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .
- SOAPFaultNode - Interface in org.apache.axiom.soap
- SOAPFaultReason - Interface in org.apache.axiom.soap
- SOAPFaultRole - Interface in org.apache.axiom.soap
-
The Role element information item identifies the role the node was operating in at the point the fault occurred.
- SOAPFaultSubCode - Interface in org.apache.axiom.soap
- SOAPFaultText - Interface in org.apache.axiom.soap
- SOAPFaultValue - Interface in org.apache.axiom.soap
- SOAPHeader - Interface in org.apache.axiom.soap
-
Interface SOAPHeader
- SOAPHeaderBlock - Interface in org.apache.axiom.soap
-
An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - Interface in org.apache.axiom.soap
- SOAPModelBuilder - Interface in org.apache.axiom.soap
-
SOAP specific extension to
OMXMLParserWrapper. - SOAPProcessingException - Exception in org.apache.axiom.soap
- SOAPProcessingException(String) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
- SOAPProcessingException(String, String) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
- SOAPProcessingException(String, String, Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
- SOAPProcessingException(String, Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
- SOAPProcessingException(Throwable) - Constructor for exception org.apache.axiom.soap.SOAPProcessingException
- SOAPVersion - Interface in org.apache.axiom.soap
-
A generic way to get at SOAP-version-specific values.
- SPACE_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
This node represents white space.
- STANDALONE - Static variable in interface org.apache.axiom.om.util.StAXParserConfiguration
-
Configuration that forces the parser to process the XML document as standalone.
- standaloneSet() - Method in class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
- standaloneSet() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
- standaloneSet() - Method in class org.apache.axiom.util.stax.XMLFragmentStreamReader
- start(BundleContext) - Method in class org.apache.axiom.locator.Activator
- startScope() - Method in class org.apache.axiom.util.namespace.ScopedNamespaceContext
-
Start a new scope.
- StAXDialect - Interface in org.apache.axiom.util.stax.dialect
-
Encapsulates the specific characteristics of a particular StAX implementation.
- StAXDialectDetector - Class in org.apache.axiom.util.stax.dialect
-
Detects StAX dialects and normalizes factories for a given StAX implementation.
- StAXParserConfiguration - Interface in org.apache.axiom.om.util
-
Defines a particular StAX parser configuration.
- StAXUtils - Class in org.apache.axiom.om.util
-
Utility class containing StAX related methods.
- StAXUtils() - Constructor for class org.apache.axiom.om.util.StAXUtils
- StAXWriterConfiguration - Interface in org.apache.axiom.om.util
-
Deprecated.
- stop(BundleContext) - Method in class org.apache.axiom.locator.Activator
- StringOMDataSource - Class in org.apache.axiom.om.ds
-
OMDataSourceimplementation backed by aString. - StringOMDataSource(String) - Constructor for class org.apache.axiom.om.ds.StringOMDataSource
- stringToOM(String) - Static method in class org.apache.axiom.om.util.AXIOMUtil
-
Create an OMElement from an XML fragment given as a string.
- stringToOM(OMFactory, String) - Static method in class org.apache.axiom.om.util.AXIOMUtil
-
Create an OMElement from an XML fragment given as a string.
- SWA_TYPE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
-
If the message is Soap with Attachments
SWA_TYPE - SWA_TYPE_12 - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
T
- TEXT_NODE - Static variable in interface org.apache.axiom.om.OMNode
-
The node is a
Textnode. - TEXT_PLAIN - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
text/plain. - TEXT_XML - Static variable in class org.apache.axiom.mime.MediaType
-
The media type for
text/xml. - toBuilder() - Method in class org.apache.axiom.mime.ContentType
-
Get a new builder initialized with the media type and parameters from this instance.
- toString() - Method in class org.apache.axiom.mime.ContentTransferEncoding
- toString() - Method in class org.apache.axiom.mime.ContentType
-
Create a string representation of this content type suitable as the value for a
Content-Typeheader as specified by RFC 2045. - toString() - Method in class org.apache.axiom.mime.MediaType
- toString() - Method in interface org.apache.axiom.om.OMElement
-
Convenience method to serialize the element to a string with caching enabled.
- toString() - Method in class org.apache.axiom.om.OMOutputFormat
-
Use toString for logging state of the OMOutputFormat
- toStringWithConsume() - Method in interface org.apache.axiom.om.OMElement
-
Convenience method to serialize the element to a string without caching.
- translateNamespacePrefixToUri(String, Object) - Method in class org.apache.axiom.om.xpath.DocumentNavigator
-
Translates a namespace prefix to a namespace URI, possibly considering a particular element node.
U
- UIDGenerator - Class in org.apache.axiom.util
-
Contains utility methods to generate unique IDs of various kinds.
- UnclosedReaderDetector - Class in org.apache.axiom.util.stax.debug
-
XMLInputFactorywrapper that enabled detection of unclosed stream readers. - UnclosedReaderDetector(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.debug.UnclosedReaderDetector
-
Constructor.
- undeclarePrefix(String) - Method in interface org.apache.axiom.om.OMElement
-
Add a namespace declaration that undeclares a given prefix.
- USE_BASE64_FOR_NON_TEXTUAL_PARTS - Static variable in interface org.apache.axiom.om.format.xop.ContentTransferEncodingPolicy
-
Selects the
base64content transfer encoding for parts that are not textual (as determined byContentType.isTextual(). - USE_CTE_BASE64_FOR_NON_TEXTUAL_ATTACHMENTS - Static variable in class org.apache.axiom.om.OMOutputFormat
-
Deprecated.
W
- wrap(XMLEventReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
-
Wrap a reader created from this factory.
- wrap(XMLEventWriter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
-
Wrap a writer created from this factory.
- wrap(XMLStreamReader) - Method in class org.apache.axiom.util.stax.debug.UnclosedReaderDetector
- wrap(XMLStreamReader) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
-
Wrap a reader created from this factory.
- wrap(XMLStreamWriter) - Method in class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
-
Wrap a writer created from this factory.
- WrappedTextNodeOMDataSource - Class in org.apache.axiom.om.ds
-
OMDataSourceimplementation that represents a text node wrapped inside an element. - WrappedTextNodeOMDataSource(QName) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
- WrappedTextNodeOMDataSourceFromBlob - Class in org.apache.axiom.om.ds
-
WrappedTextNodeOMDataSourcethat pulls the text data from aBlobobject. - WrappedTextNodeOMDataSourceFromBlob(QName, Blob, Charset) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromBlob
- WrappedTextNodeOMDataSourceFromReader - Class in org.apache.axiom.om.ds
-
WrappedTextNodeOMDataSourcethat pulls text data from aReaderobject. - WrappedTextNodeOMDataSourceFromReader(QName, Reader) - Constructor for class org.apache.axiom.om.ds.WrappedTextNodeOMDataSourceFromReader
- WrappedTextNodeStreamReader - Class in org.apache.axiom.util.stax
-
XMLStreamReaderimplementation that represents a text node wrapped inside an element. - WrappedTextNodeStreamReader(QName, Reader) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
-
Create a new instance with chunk size 4096.
- WrappedTextNodeStreamReader(QName, Reader, int) - Constructor for class org.apache.axiom.util.stax.WrappedTextNodeStreamReader
-
Create a new instance.
- wrapperElementName - Variable in class org.apache.axiom.om.ds.WrappedTextNodeOMDataSource
- WrappingXMLInputFactory - Class in org.apache.axiom.util.stax.wrapper
-
XMLInputFactorywrapper that wraps allXMLEventReaderandXMLStreamReaderinstances created from it. - WrappingXMLInputFactory(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
-
Constructor.
- WrappingXMLOutputFactory - Class in org.apache.axiom.util.stax.wrapper
-
XMLOutputFactorywrapper that wraps allXMLEventWriterandXMLStreamWriterinstances created from it. - WrappingXMLOutputFactory(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.WrappingXMLOutputFactory
-
Constructor.
- write(char[], int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
- write(int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
- write(String) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
- write(String, int, int) - Method in class org.apache.axiom.util.stax.XMLStreamWriterWriter
- writeAttribute(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeAttribute(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeAttribute(String, String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeBase64(XMLStreamWriter, Blob) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
-
Write base64 encoded data to a stream writer.
- writeBlob(XMLStreamWriter, Blob, String, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
-
Write binary content to the stream.
- writeBlob(XMLStreamWriter, BlobProvider, String, boolean) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
-
Write binary content to the stream.
- writeBlob(Blob, String, boolean) - Method in interface org.apache.axiom.ext.stax.BlobWriter
-
Write binary content to the stream.
- writeBlob(BlobProvider, String, boolean) - Method in interface org.apache.axiom.ext.stax.BlobWriter
-
Write binary content to the stream.
- writeCData(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeCharacters(char[], int, int) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeCharacters(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeComment(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeDefaultNamespace(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeDTD(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeDTD(XMLStreamWriter, String, String, String, String) - Static method in class org.apache.axiom.util.stax.XMLStreamWriterUtils
-
Prepare the
DOCTYPEdeclaration using the provided information and output it usingXMLStreamWriter.writeDTD(String). - writeEmptyElement(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeEmptyElement(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeEmptyElement(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeEndDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeEndElement() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeEntityRef(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeNamespace(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writePart(Blob, String) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Write a MIME part.
- writePart(Blob, String, List<Header>) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Write a MIME part.
- writePart(Blob, ContentType, ContentTransferEncoding, String, List<Header>) - Method in class org.apache.axiom.mime.MultipartBodyWriter
-
Write a MIME part.
- writePart(ContentType, String) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Start writing an attachment part of the MIME package.
- writePart(ContentType, String, List<Header>) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Start writing an attachment part of the MIME package.
- writePart(ContentType, ContentTransferEncoding, String, List<Header>) - Method in class org.apache.axiom.mime.MultipartBodyWriter
-
Start writing a MIME part.
- writePart(PartBlob, String, boolean) - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Write a MIME part.
- writeProcessingInstruction(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeProcessingInstruction(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeRootPart() - Method in class org.apache.axiom.om.impl.OMMultipartWriter
-
Start writing the root part of the MIME package.
- writeStartDocument() - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeStartDocument(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeStartDocument(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeStartElement(String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeStartElement(String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeStartElement(String, String, String) - Method in class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
- writeTextTo(Writer) - Method in interface org.apache.axiom.ext.stax.CharacterDataReader
-
Output the character data for the current event to the given writer.
- writeTextTo(Writer, boolean) - Method in interface org.apache.axiom.om.OMElement
-
Write the content of the text nodes that are children of a given element to a
Writer. - writeTextTo(XMLStreamReader, Writer) - Static method in class org.apache.axiom.util.stax.XMLStreamReaderUtils
-
Get the character data for the current event from the given reader and write it to the given writer.
X
- XML_10 - Static variable in interface org.apache.axiom.om.OMDocument
-
Field XML_10 XML Version 1.0
- XML_11 - Static variable in interface org.apache.axiom.om.OMDocument
-
Field XML_11 XML Version 1.1
- XMLFragmentStreamReader - Class in org.apache.axiom.util.stax
-
Wrapping XML stream reader that reads a single element from the underlying stream.
- XMLFragmentStreamReader(XMLStreamReader) - Constructor for class org.apache.axiom.util.stax.XMLFragmentStreamReader
-
Constructor.
- XMLFragmentStreamReader(XMLStreamReader, boolean) - Constructor for class org.apache.axiom.util.stax.XMLFragmentStreamReader
-
Constructor.
- XMLInputFactoryWrapper - Class in org.apache.axiom.util.stax.wrapper
-
Base class for
XMLInputFactorywrappers. - XMLInputFactoryWrapper(XMLInputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
-
Constructor.
- XMLOutputFactoryWrapper - Class in org.apache.axiom.util.stax.wrapper
-
Base class for
XMLOutputFactorywrappers. - XMLOutputFactoryWrapper(XMLOutputFactory) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
-
Constructor.
- XMLStreamIOException - Exception in org.apache.axiom.util.stax
-
IOExceptionthat wraps anXMLStreamException. - XMLStreamIOException(XMLStreamException) - Constructor for exception org.apache.axiom.util.stax.XMLStreamIOException
-
Constructor.
- XMLStreamReaderUtils - Class in org.apache.axiom.util.stax
-
Contains utility methods to work with
XMLStreamReaderobjects, including the extension defined byBlobReader. - XMLStreamReaderValidator - Class in org.apache.axiom.util.stax.debug
-
XMLStreamReaderwrapper that performs some simple consistency checks on the events returned by the wrapper reader. - XMLStreamReaderValidator(XMLStreamReader, boolean) - Constructor for class org.apache.axiom.util.stax.debug.XMLStreamReaderValidator
- XMLStreamReaderWrapper - Class in org.apache.axiom.util.stax.wrapper
-
Base class for
XMLStreamReaderwrappers. - XMLStreamReaderWrapper(XMLStreamReader) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
-
Constructor.
- XMLStreamWriterUtils - Class in org.apache.axiom.util.stax
-
Contains utility methods to work with
XMLStreamWriterobjects. - XMLStreamWriterUtils() - Constructor for class org.apache.axiom.util.stax.XMLStreamWriterUtils
- XMLStreamWriterWrapper - Class in org.apache.axiom.util.stax.wrapper
-
Base class for
XMLStreamWriterwrappers. - XMLStreamWriterWrapper(XMLStreamWriter) - Constructor for class org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
-
Constructor.
- XMLStreamWriterWriter - Class in org.apache.axiom.util.stax
-
Writerimplementation that writes data asXMLStreamConstants.CHARACTERSevents to anXMLStreamWriter. - XMLStreamWriterWriter(XMLStreamWriter) - Constructor for class org.apache.axiom.util.stax.XMLStreamWriterWriter
-
Constructor.
- XOP_INCLUDE - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
- XOP_NAMESPACE_URI - Static variable in interface org.apache.axiom.om.impl.MTOMConstants
- XOPEncoded<T> - Class in org.apache.axiom.om
-
Represent XOP encoded data.
- XOPEncoded(T, OMAttachmentAccessor) - Constructor for class org.apache.axiom.om.XOPEncoded
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form