Package | Description |
---|---|
org.apache.axiom.locator.loader | |
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.dom |
Contains extension interfaces for Axiom implementations that support DOM.
|
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMMetaFactoryLoader.load(Map properties)
Get the
OMMetaFactory instance for the Axiom implementation. |
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMFactory.getMetaFactory()
Get the
OMMetaFactory from which this factory was obtained. |
static OMMetaFactory |
OMAbstractFactory.getMetaFactory()
Get the meta factory instance for the default Axiom implementation.
|
static OMMetaFactory |
OMAbstractFactory.getMetaFactory(String feature)
Get the meta factory instance for the Axiom implementation with a given feature.
|
OMMetaFactory |
OMMetaFactoryLocator.getOMMetaFactory(String feature)
Get the
OMMetaFactory for the given feature. |
Modifier and Type | Method and Description |
---|---|
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Attachments attachments)
Create an MTOM aware model builder from the provided
Attachments object using a
particular Axiom implementation. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
InputStream in,
String encoding)
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.
|
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Reader in)
Create an object model builder for SOAP that reads a message from the provided character
stream using a particular Axiom implementation.
|
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Source source)
Create an object model builder for SOAP that reads a message from the provided
Source
using a particular Axiom implementation. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createStAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser)
Create an object model builder for SOAP that pulls events from a StAX stream reader and that
uses a particular Axiom implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMMetaFactory
Extension interface for
OMMetaFactory implementations that support
OMAbstractFactory.FEATURE_DOM . |
Modifier and Type | Interface and Description |
---|---|
interface |
OMMetaFactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
Constructor and Description |
---|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser,
Detachable detachable,
Closeable closeable)
For internal use only.
|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser,
String soapVersion)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
Copyright © The Apache Software Foundation. All Rights Reserved.