All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractNamespaceContext PartialNamespaceContext
implementation that takes care of the implicit namespace bindings (for thexml
andxmlns
prefixes) defined in theNamespaceContext
Javadoc.AbstractOMDataSource Base class forOMDataSourceExt
implementations.AbstractPullOMDataSource Base class forOMDataSourceExt
implementations that can easily produce the content as anXMLStreamReader
and that don't implement any kind of optimization for serializing the content.AbstractPushOMDataSource Base class forOMDataSourceExt
implementations that can easily serialize the content to anXMLStreamWriter
but that are unable to produce the content as anXMLStreamReader
.AbstractWritableBlob Partial implementation of theWritableBlob
interface that implementsWritableBlob.readFrom(InputStream)
usingWritableBlob.getOutputStream()
andBlob.writeTo(OutputStream)
usingBlob.getInputStream()
.AbstractXMLReader Partial implementation of theXMLReader
interface.Activator The OSGi bundle activator for theaxiom-api
bundle.AttachmentCacheMonitor The CacheMonitor is responsible for deleting temporary attachment files after a timeout period has expired.Attachments AXIOMUtil AXIOMXPath Base64Utils Contains utility methods to work with base64 encoded data.Blob Stores binary data.BlobDataSource Data source backed by aBlob
.BlobOMDataSource OMDataSource
implementation backed by aBlob
.BlobOMDataSource.Data BlobOMDataSourceCustomBuilder CustomBuilder
implementation that creates aBlobOMDataSource
.Blobs Contains factory methods to create various types of blobs.ByteArrayDataSource CachedFileDataSource CharacterDataReader Optional interface implemented byXMLStreamReader
implementations that support writing character data directly to aWriter
.ConfigurableDataHandler This Axiom DataHandler inplementation allows the user to set custom values for the following MIME body part headers.ContentType Represents the (parsed) value of aContent-Type
header as defined by RFC 2045.ContentType.Builder CustomBuilder A Custom Builder is registered on theOMXMLParserWrapper
for a particular set of elements.CustomBuilder.Selector Selects the elements to which a custom builder is applied.CustomBuilderSupport Interface allowing registration of a custom builder.DataHandlerExt DataHandlerFactory Factory for theDataHandler
instances returned byPart.getDataHandler()
.DataHandlerProvider Interface used for deferred loading of binary content.DataHandlerReader Extension interface forXMLStreamReader
implementations that expose base64 encoded binary content asDataHandler
objects.DataHandlerUtils Contains utility methods to work withDataHandler
objects.DataHandlerWrapper Base class forDataHandler
wrappers.DataHandlerWriter Extension interface forXMLStreamWriter
implementations that can receive base64 encoded binary content asDataHandler
objects.DataSourceUtils Contains utility methods to work withDataSource
objects.DefaultOMMetaFactoryLocator The defaultOMMetaFactoryLocator
implementation used in non OSGi environments.DeferredParsingException Exception indicating that an operation could not be completed because it needed to read additional data from the underlying parser and that action failed.DelegatingXMLStreamReader Deprecated. DigestGenerator Helper class to provide the functionality of the digest value generation.DocumentNavigator DOMMetaFactory Extension interface forOMMetaFactory
implementations that supportOMAbstractFactory.FEATURE_DOM
.DTDReader Optional interface implemented byXMLStreamReader
implementations that provide additional data aboutXMLStreamConstants.DTD
events.DummyLocation DummyLocation
implementation.EmptyDataSource A data source with empty (zero length) content.FileAccessor FileAccessor wraps the attachment temp file.Header A MIME header.ImmutableXMLInputFactory Wraps anXMLInputFactory
so that its state can no longer be changed.ImmutableXMLOutputFactory Wraps anXMLOutputFactory
so that its state (i.e. its properties) can no longer be changed.IncomingAttachmentInputStream IncomingAttachmentStreams Container for AttachmentStream s.IOUtils JAXBOMDataSource OMDataSource
backed by a JAXB object.JAXBUtils Contains utility methods that integrate JAXB with Axiom.LifecycleEventDefinitions LifecycleEventHandler The attachment life cycle manager supports create and delete operations on the FileAccessor(which holds attachment file).LifecycleManager Lifecycle Manager will be used to manage the lifecycle of attachment files.LifecycleManagerImpl MapBasedNamespaceContext Namespace context implementation that stores namespace bindings in aMap
.MediaType MemoryBlob Blob that stores data in memory.MemoryBlobInputStream Input stream that doesn't throwIOException
and that supportsInputStream.mark(int)
.MemoryBlobOutputStream Output stream that doesn't throwIOException
and that implementsReadFromSupport
.MIMEException Indicates a MIME processing error.MTOMConstants MTOMXMLStreamWriter MTOMXMLStreamWriter is an XML + Attachments stream writer.MultipartBody A MIME multipart message read from a stream.MultipartBody.Builder MultipartBody.PartCreationListener MultipartBodyWriter Writes a MIME multipart body as used by XOP/MTOM and SOAP with Attachments.NodeUnavailableException Exception indicating that a requested node cannot be returned because it is no longer available.OMAbstractFactory Provides instances for object model and meta factories.OMAttachmentAccessor Interface to look up MIME parts.OMAttribute Interface OMAttributeOMCloneOptions OMComment Interface OMCommentOMContainer Captures the operations related to containment shared by both a document and an element.OMDataSource Interface to arbitrary source of XML element data.OMDataSourceExt Interface to a backing object that can can be read and written as XML.OMDocType Interface OMDocTypeOMDocument OMElement A particular kind of node that represents an element infoset information item.OMEntityReference Represents an unexpanded entity reference in an XML document.OMException Class OMExceptionOMFactory Class OMFactoryOMHierarchyException Thrown if an object model operation would lead to a hierarchy that is not allowed.OMInformationItem Represents an information item in an XML document.OMMetaFactory Object model meta factory.OMMetaFactoryLoader Loads theOMMetaFactory
for a given Axiom implementation.OMMetaFactoryLocator Used internally byOMAbstractFactory
to locate theOMMetaFactory
for a given feature.OMMetaFactorySPI For internal use only.OMMultipartWriter Writes a MIME multipart package as used by XOP/MTOM and SOAP with Attachments.OMNamedInformationItem Represents an information item that has a name, more precisely a namespace URI, a local name and a prefix.OMNamespace A namespace binding specifying a namespace prefix and a namespace URI.OMNode Defines the base interface used by most of the XML object model within Axis.OMOutputFormat Formats options for OM Output.OMProcessingInstruction Interface OMProcessingInstructionOMSerializable Information item that can be serialized (written to an XML stream writer) and deserialized (retrieved from an XML parser) as a unit.OMSourcedElement Element whose data is backed by an arbitrary Java object.OMText Represents character data in an XML document.OMXMLBuilderFactory Provides static factory methods to create various kinds of object model builders from different types of input sources.OMXMLParserWrapper Interface OMXMLParserWrapperOMXMLStreamReaderConfiguration Defines additional configuration options forOMContainer.getXMLStreamReader(boolean, OMXMLStreamReaderConfiguration)
.OverflowableBlob Blob that accumulates data in memory and transfers it to a different type of blob if the size exceeds a certain threshold.Part A MIME part.PartDataHandler DataHandler
implementation for MIME parts read from a stream.QNameAwareOMDataSource Optional interface implemented byOMDataSource
implementations that have knowledge about the local name, namespace URI and/or namespace prefix of the element they represent.ReadFromSupport Optional interface implemented byOutputStream
implementations that support transferring data from anInputStream
.RolePlayer This interface represents the thing which provides us with the SOAP roles in a given context.ScopedNamespaceContext NamespaceContext
implementation that supports nested scopes.SizeAwareDataSource Optional extension interface that can be implemented by data sources that support a getSize method.SOAP11Constants SOAP11Version Version-specific stuff for SOAP 1.1SOAP12Constants SOAP12Version Version-specific stuff for SOAP 1.2SOAPBody An object that represents the contents of the SOAP body element in a SOAP message.SOAPCloneOptions SOAPConstants SOAPEnvelope Interface SOAPEnvelopeSOAPFactory SOAPFault An element in theSOAPBody
object that contains error and/or status information.SOAPFaultClassifier Common superinterface forSOAPFaultCode
andSOAPFaultSubCode
.SOAPFaultCode SOAPFaultDetail The Detail element information item is intended for carrying application specific error information related to the SOAP Body .SOAPFaultNode SOAPFaultReason SOAPFaultRole The Role element information item identifies the role the node was operating in at the point the fault occurred.SOAPFaultSubCode SOAPFaultText SOAPFaultValue SOAPHeader Interface SOAPHeaderSOAPHeaderBlock An object representing the contents in the SOAP header part of the SOAP envelope.SOAPMessage SOAPModelBuilder SOAP specific extension toOMXMLParserWrapper
.SOAPProcessingException SOAPVersion A generic way to get at SOAP-version-specific values.StAXDialect Encapsulates the specific characteristics of a particular StAX implementation.StAXDialectDetector Detects StAX dialects and normalizes factories for a given StAX implementation.StAXParserConfiguration Defines a particular StAX parser configuration.StAXUtils Utility class containing StAX related methods.StAXWriterConfiguration Deprecated. StreamCopyException Signals that an I/O exception occurred while copying data from an input stream (or other data source) to an output stream (or other data sink).StringOMDataSource OMDataSource
implementation backed by aString
.UIDGenerator Contains utility methods to generate unique IDs of various kinds.UnclosedReaderDetector XMLInputFactory
wrapper that enabled detection of unclosed stream readers.UnmarshallerConfigurator Interface used to apply custom settings to anUnmarshaller
.VMShutdownHook WrappedTextNodeOMDataSource OMDataSource
implementation that represents a text node wrapped inside an element.WrappedTextNodeOMDataSourceFromDataSource WrappedTextNodeOMDataSource
that pulls the text data from aDataSource
object.WrappedTextNodeOMDataSourceFromReader WrappedTextNodeOMDataSource
that pulls text data from aReader
object.WrappedTextNodeStreamReader XMLStreamReader
implementation that represents a text node wrapped inside an element.WrappingXMLInputFactory XMLInputFactory
wrapper that wraps allXMLEventReader
andXMLStreamReader
instances created from it.WrappingXMLOutputFactory XMLOutputFactory
wrapper that wraps allXMLEventWriter
andXMLStreamWriter
instances created from it.WritableBlob A writable blob.WritableBlobFactory<T extends WritableBlob> A factory forWritableBlob
instances.XMLFragmentStreamReader Wrapping XML stream reader that reads a single element from the underlying stream.XMLInputFactoryWrapper Base class forXMLInputFactory
wrappers.XMLOutputFactoryWrapper Base class forXMLOutputFactory
wrappers.XMLStreamIOException IOException
that wraps anXMLStreamException
.XMLStreamReaderUtils Contains utility methods to work withXMLStreamReader
objects, including the extension defined byDataHandlerReader
.XMLStreamReaderValidator XMLStreamReader
wrapper that performs some simple consistency checks on the events returned by the wrapper reader.XMLStreamReaderWrapper Base class forXMLStreamReader
wrappers.XMLStreamWriterUtils Contains utility methods to work withXMLStreamWriter
objects.XMLStreamWriterWrapper Base class forXMLStreamWriter
wrappers.XMLStreamWriterWriter Writer
implementation that writes data asXMLStreamConstants.CHARACTERS
events to anXMLStreamWriter
.XOPEncoded<T> Represent XOP encoded data.