|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OMMetaFactory | |
|---|---|
| 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 | |
| Uses of OMMetaFactory in org.apache.axiom.locator.loader |
|---|
| Methods in org.apache.axiom.locator.loader that return OMMetaFactory | |
|---|---|
OMMetaFactory |
OMMetaFactoryLoader.load(java.util.Map properties)
Get the OMMetaFactory instance for the Axiom implementation. |
| Uses of OMMetaFactory in org.apache.axiom.om |
|---|
| Methods in org.apache.axiom.om that return OMMetaFactory | |
|---|---|
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(java.lang.String feature)
Get the meta factory instance for the Axiom implementation with a given feature. |
OMMetaFactory |
OMMetaFactoryLocator.getOMMetaFactory(java.lang.String feature)
Get the OMMetaFactory for the given feature. |
| Methods in org.apache.axiom.om with parameters of type OMMetaFactory | |
|---|---|
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,
java.io.InputStream in,
java.lang.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,
java.io.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.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. |
| Uses of OMMetaFactory in org.apache.axiom.om.dom |
|---|
| Subinterfaces of OMMetaFactory in org.apache.axiom.om.dom | |
|---|---|
interface |
DOMMetaFactory
Extension interface for OMMetaFactory implementations that support
OMAbstractFactory.FEATURE_DOM. |
| Uses of OMMetaFactory in org.apache.axiom.soap.impl.builder |
|---|
| Constructors in org.apache.axiom.soap.impl.builder with parameters of type OMMetaFactory | |
|---|---|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor. |
|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser,
java.lang.String soapVersion)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||