A B C D E F G H I J M N O P S T U W X

A

addIgnorableNamespace(String) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.  
AXIOMUtil - Class in org.apache.axiom.om.impl.llom.util
Deprecated. Use AXIOMUtil instead.
AXIOMUtil() - Constructor for class org.apache.axiom.om.impl.llom.util.AXIOMUtil
Deprecated.  

B

Base64 - Class in org.apache.axiom.om.util
Deprecated. Use Base64Utils instead.
Base64() - Constructor for class org.apache.axiom.om.util.Base64
Deprecated.  

C

clearIgnorableNamespaces() - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.  
compare(OMElement, OMElement) - Method in class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.  
complete(OutputStream, byte[], LinkedList, String, String, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
complete(OutputStream, byte[], LinkedList, String, String, String, String, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
createMimeBodyPart(String, DataHandler) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. This method is only useful in conjunction with MIMEOutputUtils.writeBodyPart(OutputStream, MimeBodyPart, String), which is deprecated.
createMimeBodyPart(String, DataHandler, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. This method is only useful in conjunction with MIMEOutputUtils.writeBodyPart(OutputStream, MimeBodyPart, String), which is deprecated.
createMultipartWriter(OutputStream, String) - Method in class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
 
createStAXOMBuilder(OMFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Method createStAXOMBuilder.
createStAXSOAPModelBuilder(SOAPFactory, XMLStreamReader) - Static method in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Method createStAXSOAPModelBuilder.

D

DataHandlerReaderUtils - Class in org.apache.axiom.om.impl.builder
Deprecated. Use the corresponding methods in XMLStreamReaderUtils instead.
DocumentBuilderFactoryImpl - Class in org.apache.axiom.om.impl.dom.jaxp
Deprecated. This class has static methods that allow to switch between DOOM and the default DOM implementation as returned by JAXP. This was a hack introduced for Rampart. Recent versions of Rampart no longer rely on this hack. On the other hand usage of DocumentBuilderFactoryImpl.setDOOMRequired(boolean) in a concurrent environment can lead to unexpected behavior and severe bugs, as shown in AXIOM-3 and AXIS2-1570. Due to the way DocumentBuilderFactoryImpl.newDocumentBuilder() is implemented, it is not possible to get rid of the setDOOMRequired hack without the risk of breaking existing code. Therefore this class has been deprecated in favor of DOOMDocumentBuilderFactory.
DocumentBuilderFactoryImpl() - Constructor for class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
DocumentBuilderImpl - Class in org.apache.axiom.om.impl.dom.jaxp
Deprecated. see DocumentBuilderFactoryImpl
DocumentBuilderImpl(DocumentBuilderFactoryImpl) - Constructor for class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
DOOMAbstractFactory - Class in org.apache.axiom.om.impl.dom
Deprecated. Use OMAbstractFactory.getMetaFactory(String) with OMAbstractFactory.FEATURE_DOM to get a meta factory for DOOM.
DOOMAbstractFactory() - Constructor for class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.  

E

EmptyOMLocation - Class in org.apache.axiom.om.impl
Deprecated. use DummyLocation.INSTANCE instead
EmptyOMLocation() - Constructor for class org.apache.axiom.om.impl.EmptyOMLocation
Deprecated.  
equals(String, String) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated. Method equals.
equals(Object) - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.  

F

finishWritingMime(OutputStream) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.

G

getAttribute(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
getDataHandlerReader(XMLStreamReader) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Deprecated.  
getDOMImplementation() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
getFeature(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
getInitialUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  
getName() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated. Method getName.
getNamespaceURI() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.  
getOMFactory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.  
getPrefix() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated. Method getPrefix.
getSchema() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
getSchema() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
getSOAP11Factory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.  
getSOAP12Factory() - Static method in class org.apache.axiom.om.impl.dom.DOOMAbstractFactory
Deprecated.  
getUUID() - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated. MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.

H

hashCode() - Method in class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.  

I

INSTANCE - Static variable in class org.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
 
isDOOMRequired() - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
isNamespaceAware() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated. Returns whether the parser is configured to understand namespaces or not.
isValidating() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated. The StAX builder used is the org.apache.axiom.om.impl.llom.StAXOMBuilder is a validating builder.

J

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

M

main(String[]) - Static method in class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  
MIMEOutputUtils - Class in org.apache.axiom.om.impl
Deprecated. The features of this class are now implemented by OMMultipartWriter, which has as cleaner API and supports streaming of individual MIME parts, in particular the SOAP part.
MIMEOutputUtils() - Constructor for class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated.  
MODEL_OM - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Field MODEL_OM
MODEL_SOAP_SPECIFIC - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Field MODEL_SOAP_SPECIFIC

N

NamespaceContextImpl - Class in org.apache.axiom.om.impl.llom.util
Deprecated. Use MapBasedNamespaceContext instead.
NamespaceContextImpl(Map) - Constructor for class org.apache.axiom.om.impl.llom.util.NamespaceContextImpl
Deprecated.  
newDocument() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated. Returns a new document impl.
newDocumentBuilder() - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
newInstance() - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  

O

OMNamespaceImpl - Class in org.apache.axiom.om.impl
Deprecated. OMNamespace instances should always be created using OMFactory.createOMNamespace(String, String). This class will be removed in Axiom 1.3.
OMNamespaceImpl(String, String) - Constructor for class org.apache.axiom.om.impl.OMNamespaceImpl
Deprecated.  
OMXMLBuilderFactory - Class in org.apache.axiom.om.impl.llom.factory
Deprecated. This class is deprecated because it is located in the wrong package and JAR (it is implementation independent but belongs to LLOM). Please use OMXMLBuilderFactory instead.
OMXMLBuilderFactory() - Constructor for class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated.  
org.apache.axiom.attachments - package org.apache.axiom.attachments
 
org.apache.axiom.mime.impl.javamail - package org.apache.axiom.mime.impl.javamail
MIME message processing API implementation based on JavaMail.
org.apache.axiom.om.impl - package org.apache.axiom.om.impl
 
org.apache.axiom.om.impl.builder - package org.apache.axiom.om.impl.builder
 
org.apache.axiom.om.impl.dom - package org.apache.axiom.om.impl.dom
 
org.apache.axiom.om.impl.dom.jaxp - package org.apache.axiom.om.impl.dom.jaxp
 
org.apache.axiom.om.impl.exception - package org.apache.axiom.om.impl.exception
 
org.apache.axiom.om.impl.llom.factory - package org.apache.axiom.om.impl.llom.factory
 
org.apache.axiom.om.impl.llom.util - package org.apache.axiom.om.impl.llom.util
 
org.apache.axiom.om.util - package org.apache.axiom.om.util
 

P

parse(InputSource) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
parse(InputStream) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
parse(File) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
parse(InputStream, String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
parse(String) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
PARSER_STAX - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Field PARSER_STAX
PARSER_XPP - Static variable in class org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory
Deprecated. Field PARSER_XPP
processGetProperty(DataHandlerReader, String) - Static method in class org.apache.axiom.om.impl.builder.DataHandlerReaderUtils
Deprecated.  

S

schema - Variable in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
setAttribute(String, Object) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
setDOOMRequired(boolean) - Static method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
setEntityResolver(EntityResolver) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
setErrorHandler(ErrorHandler) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl
Deprecated.  
setFeature(String, boolean) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
setSchema(Schema) - Method in class org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
Deprecated.  
SizeAwareDataSource - Interface in org.apache.axiom.attachments
Deprecated. Please implement SizeAwareDataSource
startWritingMime(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.

T

TextHelper - Class in org.apache.axiom.om.util
 
TextHelper() - Constructor for class org.apache.axiom.om.util.TextHelper
 
toOMText(byte[], int, int, OMFactory, boolean) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3.
toOMText(byte[], int, int, OMFactory, boolean, String) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3.
toString(InputStream) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated. This method was internally used by Axiom before version 1.2.9 but is no longer required.
toStringBuffer(InputStream, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated. This method was internally used by Axiom before version 1.2.9 but is no longer required.
toStringBuffer(OMText, StringBuffer) - Static method in class org.apache.axiom.om.util.TextHelper
Deprecated. If you really need to write the base64 encoded content of an OMText instance to a StringBuffer, then request the DataHandler using OMText.getDataHandler() and use Base64EncodingStringBufferOutputStream to encode it.

U

UUIDGenerator - Class in org.apache.axiom.om.util
Deprecated. Please use one of the specialized methods in the UIDGenerator class. In contrast to what its name suggests, the UUIDGenerator.getUUID() method doesn't return a UUID. It also doesn't return a valid URN with uuid NID. See AXIS2-4527 for more information.
UUIDGenerator() - Constructor for class org.apache.axiom.om.util.UUIDGenerator
Deprecated.  

W

writeBodyPart(OutputStream, MimeBodyPart, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
writeDataHandlerWithAttachmentsMessage(DataHandler, String, OutputStream, Map, OMOutputFormat, Collection) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
writeMimeBoundary(OutputStream, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.
writeMM7Message(StringWriter, OutputStream, Attachments, OMOutputFormat, String, String) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Axiom only supports standard SwA messages. However, OMMultipartWriter provides a flexible way to build MIME packages for non standard formats such as MM7.
writeSOAPWithAttachmentsMessage(StringWriter, OutputStream, Attachments, OMOutputFormat) - Static method in class org.apache.axiom.om.impl.MIMEOutputUtils
Deprecated. Use OMMultipartWriter instead.

X

XMLComparator - Class in org.apache.axiom.om.impl.llom.util
Deprecated. This class is outdated. Please use XmlUnit to compate two xml files.
XMLComparator() - Constructor for class org.apache.axiom.om.impl.llom.util.XMLComparator
Deprecated.  
XMLComparisonException - Exception in org.apache.axiom.om.impl.exception
 
XMLComparisonException(String) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 
XMLComparisonException(Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 
XMLComparisonException(String, Throwable) - Constructor for exception org.apache.axiom.om.impl.exception.XMLComparisonException
 

A B C D E F G H I J M N O P S T U W X

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