Uses of Interface
org.apache.axiom.om.OMMetaFactory
Packages that use OMMetaFactory
Package
Description
Contains core interfaces of the Axiom API.
Contains extension interfaces for Axiom implementations that support DOM.
-
Uses of OMMetaFactory in org.apache.axiom.locator.loader
Methods in org.apache.axiom.locator.loader that return OMMetaFactory -
Uses of OMMetaFactory in org.apache.axiom.om
Subinterfaces of OMMetaFactory in org.apache.axiom.omMethods in org.apache.axiom.om that return OMMetaFactoryModifier and TypeMethodDescriptionstatic 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.OMFactory.getMetaFactory()
Get theOMMetaFactory
from which this factory was obtained.OMMetaFactoryLocator.getOMMetaFactory
(String feature) Get theOMMetaFactory
for the given feature.Methods in org.apache.axiom.om with parameters of type OMMetaFactoryModifier and TypeMethodDescriptionstatic 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 providedSource
using a particular Axiom implementation.static SOAPModelBuilder
OMXMLBuilderFactory.createSOAPModelBuilder
(OMMetaFactory metaFactory, Source rootPart, OMAttachmentAccessor attachmentAccessor) static SOAPModelBuilder
OMXMLBuilderFactory.createSOAPModelBuilder
(OMMetaFactory metaFactory, MultipartBody message) Create an MTOM aware model builder from the providedMultipartBody
object using a particular Axiom implementation.static SOAPModelBuilder
OMXMLBuilderFactory.createStAXSOAPModelBuilder
(OMMetaFactory metaFactory, 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.domModifier and TypeInterfaceDescriptioninterface
Extension interface forOMMetaFactory
implementations that supportOMAbstractFactory.FEATURE_DOM
.