|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.AbstractOMMetaFactory
org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
public class OMLinkedListMetaFactory
Meta factory for the linked list OM implementation.
Since all OM factories for LLOM are stateless, getOMFactory()
,
getSOAP11Factory()
and getSOAP12Factory()
will return the
same instance on every invocation.
Constructor Summary | |
---|---|
OMLinkedListMetaFactory()
|
Method Summary | |
---|---|
OMFactory |
getOMFactory()
Get an OM factory instance for the XML infoset model. |
SOAPFactory |
getSOAP11Factory()
Get an OM factory instance for the SOAP 1.1 infoset model. |
SOAPFactory |
getSOAP12Factory()
Get an OM factory instance for the SOAP 1.2 infoset model. |
Methods inherited from class org.apache.axiom.om.impl.AbstractOMMetaFactory |
---|
createOMBuilder, createOMBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OMLinkedListMetaFactory()
Method Detail |
---|
public OMFactory getOMFactory()
OMMetaFactory
public SOAPFactory getSOAP11Factory()
OMMetaFactory
public SOAPFactory getSOAP12Factory()
OMMetaFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |