|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.OMImplementation
org.apache.axiom.om.impl.dom.factory.OMDOMImplementation
public class OMDOMImplementation
Class encapsulating the DOOM implementation.
As explained in OMDOMFactory
, OM factories for DOOM are not stateless.
Therefore getOMFactory()
, getSOAP11Factory()
and
getSOAP12Factory()
will return a new instance on every invocation.
Constructor Summary | |
---|---|
OMDOMImplementation()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OMDOMImplementation()
Method Detail |
---|
public OMFactory getOMFactory()
OMImplementation
getOMFactory
in class OMImplementation
public SOAPFactory getSOAP11Factory()
OMImplementation
getSOAP11Factory
in class OMImplementation
public SOAPFactory getSOAP12Factory()
OMImplementation
getSOAP12Factory
in class OMImplementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |