All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractXMLStreamReader Deprecated. This class is no longer maintained.AbstractXMLStreamWriter Deprecated. This class is no longer maintained.AttachmentsMimePartProvider Adapts anAttachments
instance to theMimePartProvider
interface.AttributeHelper Helper class for attributes.AxiomMultipartWriterFactory Deprecated. AXIOMUtil Deprecated. UseAXIOMUtil
instead.BAAInputStream Deprecated. BAAOutputStream Deprecated. Base64 Deprecated. UseBase64Utils
instead.Behavior Deprecated. Blob Deprecated. UseBlob
instead.BlobDataSource Deprecated. UseBlobDataSource
instead.BlobOutputStream Deprecated. BufferUtils Deprecated. ByteArrayCustomBuilder Deprecated. UseBlobOMDataSourceCustomBuilder
instead.ByteArrayDataSource Deprecated. UseBlobOMDataSource
instead.ByteSearch Deprecated. This class was part of the MIME parser in Axiom versions before 1.2.13 and is no longer used.CharArrayDataSource Deprecated. UseStringOMDataSource
instead.CommonUtils Deprecated. ContentIDGenerator Content ID generator interface.ContentTypeBuilder Deprecated. UseContentType.Builder
instead.CopyUtils CopyUtils provides static utility methods that are useful for creating a copy of an OM/SOAPEnvelope tree.DataHandlerReaderUtils Deprecated. Use the corresponding methods inXMLStreamReaderUtils
instead.DataHandlerUtils Deprecated. DetachableInputStream Deprecated. DOOMAbstractFactory Deprecated. UseOMAbstractFactory.getMetaFactory(String)
withOMAbstractFactory.FEATURE_DOM
to get a meta factory for DOOM.ElementHelper Helper class to provide extra utility stuff against elements.EmptyIterator Deprecated. EmptyOMLocation Deprecated. UseDummyLocation.INSTANCE
instead.InputStreamDataSource Deprecated. This class has been deprecated without replacement.IOUtils Deprecated. This class is no longer used and will be removed in Axiom 1.3.JavaMailMultipartWriterFactory Deprecated. The original purpose of this class was to provide an alternative implementation should bugs be discovered inAxiomMultipartWriterFactory
.JAXBUtils Deprecated. LogOutputStream Deprecated. MemoryBlob Deprecated. UseMemoryBlob
instead.MIMEOutputUtils Deprecated. The features of this class are now implemented byOMMultipartWriter
, which has as cleaner API and supports streaming of individual MIME parts, in particular the SOAP part.MimePartProvider Interface used byXOPDecodingStreamReader
to load MIME parts referenced byxop:Include
elements.MTOMStAXSOAPModelBuilder Deprecated. Please use theOMXMLBuilderFactory
API to create builders.MultipartWriter Deprecated. UseMultipartBodyWriter
instead.MultipartWriterFactory Deprecated. NamespaceContextImpl Deprecated. UseMapBasedNamespaceContext
instead.OMAbstractIterator Deprecated. OMBuilderException Deprecated. OMChildElementIterator Deprecated. This type of iterator should always be created usingOMElement.getChildElements()
, and this class should never be referenced directly.OMChildrenIterator Deprecated. OMChildrenLegacyQNameIterator Deprecated. OMChildrenLocalNameIterator Deprecated. This type of iterator should always be created usingOMContainer.getChildrenWithLocalName(String)
, and this class should never be referenced directly.OMChildrenNamespaceIterator Deprecated. This type of iterator should always be created usingOMContainer.getChildrenWithNamespaceURI(String)
, and this class should never be referenced directly.OMChildrenQNameIterator Deprecated. This type of iterator should always be created usingOMContainer.getChildrenWithName(QName)
, and this class should never be referenced directly.OMChildrenWithSpecificAttributeIterator Deprecated. OMConstants Deprecated. OMDataSourceExtBase Deprecated. As described in AXIOM-419, this class has multiple issues and should no longer be used as a base class forOMDataSource
implementations.OMDescendantsIterator Deprecated. This type of iterator should always be created usingOMContainer.getDescendants(boolean)
, and this class should never be referenced directly.OMFilterIterator Deprecated. OMNamespaceImpl Deprecated. OMNamespace
instances should always be created usingOMFactory.createOMNamespace(String, String)
.OMQNameFilterIterator Deprecated. OMQualifiedNameFilterIterator Deprecated. OMResult Deprecated. In order to create aSAXResult
that builds an Axiom tree, create anOMDocument
instance and callOMContainer.getSAXResult()
on it.OMSerializer Deprecated. OMSerializerUtil Deprecated. OMSource Deprecated. As of version 1.2.13, application code should useOMContainer.getSAXSource(boolean)
instead of this class.OMStreamingException Deprecated. OMXMLReader Deprecated. This class is used internally byOMSource
.OMXMLReader.AttributesAdapter OMXMLStreamReaderEx Deprecated. OptimizationPolicy Encapsulates an algorithm that decides whether base64 encoded binary data should be optimized using XOP.OverflowBlob Deprecated. UseOverflowableBlob
instead.ParserInputStreamDataSource Deprecated. SizeAwareDataSource Deprecated. Please implementSizeAwareDataSource
StAXSOAPModelBuilder Deprecated. Please use theOMXMLBuilderFactory
API to create builders.StreamingOMSerializer Deprecated. To copy events from anXMLStreamReader
to anXMLStreamWriter
, useOMXMLBuilderFactory.createStAXOMBuilder(XMLStreamReader)
to create anOMDocument
, then serialize it usingOMSerializable.serializeAndConsume(XMLStreamWriter)
.StreamWriterToContentHandlerConverter Deprecated. This is an internal implementation class that is no longer used.TextHelper Deprecated. Class containing only deprecated utility methods.UnmarshallerAdapter Deprecated. UUIDGenerator Deprecated. Please use one of the specialized methods in theUIDGenerator
class.WritableBlob Deprecated. UseWritableBlob
instead.XMLComparator Deprecated. This class is no longer maintained.XMLComparisonException Deprecated. This exception is only used byXMLComparator
which is deprecated.XMLEventUtils Deprecated. This class is no longer maintained.XOPDecodingStreamReader XMLStreamReader
wrapper that decodes XOP.XOPDecodingStreamWriter XMLStreamWriter
wrapper that decodes XOP.XOPEncodedStream Represents an XOP encoded stream.XOPEncodingStreamReader XMLStreamReader
wrapper that encodes XOP.XOPEncodingStreamWrapper Base class forXOPEncodingStreamReader
andXOPEncodingStreamWriter
.XOPEncodingStreamWriter XMLStreamWriter
wrapper that encodes XOP.XOPUtils Contains utility methods related to XOP.XPathEvaluator Deprecated.