Class OMLinkedListMetaFactory
- java.lang.Object
-
- org.apache.axiom.om.impl.common.factory.AbstractOMMetaFactory
-
- org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
-
- All Implemented Interfaces:
org.apache.axiom.om.OMMetaFactory,org.apache.axiom.om.OMMetaFactorySPI
public class OMLinkedListMetaFactory extends org.apache.axiom.om.impl.common.factory.AbstractOMMetaFactoryMeta factory for the linked list OM implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static OMLinkedListMetaFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.soap.impl.intf.AxiomSOAPMessagecreateSOAPMessage()org.apache.axiom.om.OMFactorygetOMFactory()org.apache.axiom.soap.SOAPFactorygetSOAP11Factory()org.apache.axiom.soap.SOAPFactorygetSOAP12Factory()-
Methods inherited from class org.apache.axiom.om.impl.common.factory.AbstractOMMetaFactory
createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder
-
-
-
-
Field Detail
-
INSTANCE
public static final OMLinkedListMetaFactory INSTANCE
-
-
Method Detail
-
getOMFactory
public org.apache.axiom.om.OMFactory getOMFactory()
-
getSOAP11Factory
public org.apache.axiom.soap.SOAPFactory getSOAP11Factory()
-
getSOAP12Factory
public org.apache.axiom.soap.SOAPFactory getSOAP12Factory()
-
createSOAPMessage
public org.apache.axiom.soap.impl.intf.AxiomSOAPMessage createSOAPMessage()
-
-