Uses of Interface
org.eclipse.jst.ws.jaxws.dom.runtime.api.DomFactory

Packages that use DomFactory
org.eclipse.jst.ws.jaxws.dom.runtime.api   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync   
 

Uses of DomFactory in org.eclipse.jst.ws.jaxws.dom.runtime.api
 

Fields in org.eclipse.jst.ws.jaxws.dom.runtime.api declared as DomFactory
static DomFactory DomFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return DomFactory
 DomFactory DomPackage.getDomFactory()
          Returns the factory that creates the instances of the model.
 

Uses of DomFactory in org.eclipse.jst.ws.jaxws.dom.runtime.persistence
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that return DomFactory
 DomFactory IModelElementSynchronizer.domFactory()
           
 

Uses of DomFactory in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync that return DomFactory
 DomFactory ElementSynchronizerImpl.domFactory()
           
 DomFactory AbstractModelSynchronizer.domFactory()