Uses of Interface
org.apache.ws.commons.om.OMFactory

Packages that use OMFactory
org.apache.ws.commons.om   
org.apache.ws.commons.om.impl.builder   
org.apache.ws.commons.om.impl.llom   
org.apache.ws.commons.om.impl.llom.factory   
org.apache.ws.commons.soap   
org.apache.ws.commons.soap.impl.llom.soap11   
org.apache.ws.commons.soap.impl.llom.soap12   
 

Uses of OMFactory in org.apache.ws.commons.om
 

Methods in org.apache.ws.commons.om that return OMFactory
 OMFactory OMNamespace.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMNode.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMDocument.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMAttribute.getOMFactory()
          Returns the OMFactory that created this object
static OMFactory OMAbstractFactory.getOMFactory()
          Picks up the default factory implementation from the classpath.
static OMFactory OMAbstractFactory.getOMFactory(java.lang.ClassLoader classLoader)
          If user needs to provide his own factory implementation, provide the Class Loader here.
 

Uses of OMFactory in org.apache.ws.commons.om.impl.builder
 

Fields in org.apache.ws.commons.om.impl.builder declared as OMFactory
protected  OMFactory StAXBuilder.omfactory
          Field omfactory
 

Methods in org.apache.ws.commons.om.impl.builder with parameters of type OMFactory
 void StAXBuilder.setOmbuilderFactory(OMFactory ombuilderFactory)
          Method setOmbuilderFactory.
 

Constructors in org.apache.ws.commons.om.impl.builder with parameters of type OMFactory
StAXBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Constructor StAXBuilder.
StAXOMBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Constructor StAXOMBuilder.
 

Uses of OMFactory in org.apache.ws.commons.om.impl.llom
 

Fields in org.apache.ws.commons.om.impl.llom declared as OMFactory
protected  OMFactory OMDocumentImpl.factory
           
protected  OMFactory OMNodeImpl.factory
           
 

Methods in org.apache.ws.commons.om.impl.llom that return OMFactory
 OMFactory OMAttributeImpl.getOMFactory()
           
 OMFactory OMNamespaceImpl.getOMFactory()
           
 OMFactory OMDocumentImpl.getOMFactory()
           
 OMFactory OMNodeImpl.getOMFactory()
           
 

Constructors in org.apache.ws.commons.om.impl.llom with parameters of type OMFactory
OMProcessingInstructionImpl(OMContainer parentNode, java.lang.String target, java.lang.String value, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMProcessingInstructionImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMDocTypeImpl(OMContainer parentNode, java.lang.String contentText, OMFactory factory)
          Constructor OMDocTypeImpl.
OMDocTypeImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMDocTypeImpl.
OMAttributeImpl(java.lang.String localName, OMNamespace ns, java.lang.String value, OMFactory factory)
          Constructor OMAttributeImpl.
OMCommentImpl(OMContainer parentNode, java.lang.String contentText, OMFactory factory)
          Constructor OMCommentImpl.
OMCommentImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMCommentImpl.
OMNamespaceImpl(java.lang.String uri, java.lang.String prefix, OMFactory factory)
           
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
          Constructor OMElementImpl.
OMElementImpl(java.lang.String localName, OMNamespace ns, OMFactory factory)
          Constructor OMElementImpl.
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent, OMFactory factory)
          This is the basic constructor for OMElement.
OMElementImpl(javax.xml.namespace.QName qname, OMContainer parent, OMFactory factory)
          It is assumed that the QName passed contains, at least, the localName for this element.
OMDocumentImpl(OMFactory factory)
          Create a OMDocument given the OMFactory
OMDocumentImpl(OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDocument with the factory
OMDocumentImpl(OMElement documentElement, OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDoucment with the factory and set the given OMElement as the document element
OMNodeImpl(OMFactory factory)
          Constructor OMNodeImpl
OMNodeImpl(OMContainer parent, OMFactory factory)
          For a node to exist there must be a parent.
OMTextImpl(java.lang.String s, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(java.lang.String s, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, java.lang.String text, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(OMElement parent, java.lang.String text, int nodeType, OMFactory factory)
           
OMTextImpl(java.lang.String s, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(java.lang.Object dataHandler, OMFactory factory)
           
OMTextImpl(java.lang.Object dataHandler, boolean optimize, OMFactory factory)
           
OMTextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder, OMFactory factory)
           
 

Uses of OMFactory in org.apache.ws.commons.om.impl.llom.factory
 

Classes in org.apache.ws.commons.om.impl.llom.factory that implement OMFactory
 class OMLinkedListImplFactory
          Class OMLinkedListImplFactory
 

Methods in org.apache.ws.commons.om.impl.llom.factory with parameters of type OMFactory
static StAXOMBuilder OMXMLBuilderFactory.createStAXOMBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Method createStAXOMBuilder.
 

Uses of OMFactory in org.apache.ws.commons.soap
 

Subinterfaces of OMFactory in org.apache.ws.commons.soap
 interface SOAPFactory
           
 

Uses of OMFactory in org.apache.ws.commons.soap.impl.llom.soap11
 

Classes in org.apache.ws.commons.soap.impl.llom.soap11 that implement OMFactory
 class SOAP11Factory
           
 

Uses of OMFactory in org.apache.ws.commons.soap.impl.llom.soap12
 

Classes in org.apache.ws.commons.soap.impl.llom.soap12 that implement OMFactory
 class SOAP12Factory