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

Packages that use IDOM
org.eclipse.jst.ws.jaxws.dom.integration.navigator   
org.eclipse.jst.ws.jaxws.dom.runtime   
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   
org.eclipse.jst.ws.jaxws.dom.runtime.util   
 

Uses of IDOM in org.eclipse.jst.ws.jaxws.dom.integration.navigator
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IDOM
protected  IWebServiceProject DOMAdapterFactoryContentProvider.getWsProject(IDOM dom, org.eclipse.core.resources.IProject project)
           
 

Uses of IDOM in org.eclipse.jst.ws.jaxws.dom.runtime
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime with parameters of type IDOM
 IWebServiceProject DomUtil.findProjectByName(IDOM dom, java.lang.String name)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return IDOM
 IDOM DomFactory.createIDOM()
          Returns a new object of class 'IDOM'.
 IDOM IWsDOMRuntimeExtension.getDOM()
          To get a handle to the DOM instance available for this runtime.
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that return IDOM
 IDOM Jee5WsDomRuntimeExtension.getDOM()
           
 IDOM JaxWsWorkspaceResource.getDOM()
           
 IDOM IModelElementSynchronizer.getDomBeingLoaded()
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync that return IDOM
 IDOM OnEventModelSynchronizer.getDomBeingLoaded()
           
 IDOM ElementSynchronizerImpl.getDomBeingLoaded()
           
 IDOM AbstractModelSynchronizer.getDomBeingLoaded()
           
 

Uses of IDOM in org.eclipse.jst.ws.jaxws.dom.runtime.util
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.util with parameters of type IDOM
 T DomSwitch.caseIDOM(IDOM object)
          Returns the result of interpreting the object as an instance of 'IDOM'.