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

Packages that use IWsDOMRuntimeExtension
org.eclipse.jst.ws.jaxws.dom.integration.navigator   
org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions   
org.eclipse.jst.ws.jaxws.dom.runtime.api   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence   
org.eclipse.jst.ws.jaxws.dom.runtime.registry   
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator that return IWsDOMRuntimeExtension
protected  IWsDOMRuntimeExtension DOMAdapterFactoryContentProvider.getDomRuntime(java.lang.String runtimeId)
           
protected  IWsDOMRuntimeExtension DOMAdapterFactoryContentProvider.getSupportingRuntime(org.eclipse.core.resources.IProject project)
           
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IWsDOMRuntimeExtension
protected  IWsDomLoadListener DOMAdapterFactoryContentProvider.addRuntimeLoadListener(IWsDOMRuntimeExtension runtime)
           
 

Constructors in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IWsDOMRuntimeExtension
DOMAdapterFactoryContentProvider.LoadListener(IWsDOMRuntimeExtension runtime)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions that return IWsDOMRuntimeExtension
protected  IWsDOMRuntimeExtension NavigateToImplementationAction.getDomRuntime()
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return IWsDOMRuntimeExtension
protected  IWsDOMRuntimeExtension WsDOMRuntimeManager.createDOMRuntime(IWsDOMRuntimeInfo runtimeInfo, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 IWsDOMRuntimeExtension WsDOMRuntimeManager.getDOMRuntime(IWsDOMRuntimeInfo runtimeInfo)
          This method should return the DOM runtime instance corresponding to the descriptor object of type IRuntimeInfo and instantiate such DOM runtime instance if non existent at the moment of invocation of this method.
 IWsDOMRuntimeExtension WsDOMRuntimeManager.getDOMRuntime(java.lang.String runtimeId)
          This method should return the DOM runtime instance corresponding to the runtime id and instantiate such DOM runtime instance if non existent at the moment of invocation of this method.
 IWsDOMRuntimeExtension IWSDOMRuntimeManager.getDOMRuntime(java.lang.String runtimeId)
          This method should return the DOM runtime instance corresponding to the runtime id and instantiate such DOM runtime instance if non existent at the moment of invocation of this method.
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return types with arguments of type IWsDOMRuntimeExtension
 java.util.Collection<IWsDOMRuntimeExtension> WsDOMRuntimeManager.getDOMRuntimes()
           
 java.util.Collection<IWsDOMRuntimeExtension> IWSDOMRuntimeManager.getDOMRuntimes()
           
 

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

Classes in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that implement IWsDOMRuntimeExtension
 class Jee5WsDomRuntimeExtension
           
 

Uses of IWsDOMRuntimeExtension in org.eclipse.jst.ws.jaxws.dom.runtime.registry
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.registry that return IWsDOMRuntimeExtension
static IWsDOMRuntimeExtension WsDOMRuntimeRegistry.instantiateRuntime(IWsDOMRuntimeInfo info)
          Creates and returns a new instance of the executable extension.