|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.ws.jaxws.dom.runtime.api.WsDOMRuntimeManager
public class WsDOMRuntimeManager
Factory class for instantiating DOM Runtimes and managing those instances.
Constructor Summary | |
---|---|
protected |
WsDOMRuntimeManager()
|
Method Summary | |
---|---|
protected IWsDOMRuntimeExtension |
createDOMRuntime(IWsDOMRuntimeInfo runtimeInfo,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
createDOMRuntimes(org.eclipse.core.runtime.IProgressMonitor monitor)
Instantiates the DOM Runtimes if not already. |
IWsDOMRuntimeExtension |
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 |
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. |
java.util.Collection<IWsDOMRuntimeExtension> |
getDOMRuntimes()
|
static IWSDOMRuntimeManager |
instance()
|
void |
reloadDOMRuntimes(org.eclipse.core.runtime.IProgressMonitor monitor)
This method should reload all instances of DOM Runtimes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WsDOMRuntimeManager()
Method Detail |
---|
public static IWSDOMRuntimeManager instance()
public void createDOMRuntimes(org.eclipse.core.runtime.IProgressMonitor monitor)
createDOMRuntimes
in interface IWSDOMRuntimeManager
protected IWsDOMRuntimeExtension createDOMRuntime(IWsDOMRuntimeInfo runtimeInfo, org.eclipse.core.runtime.IProgressMonitor monitor)
public IWsDOMRuntimeExtension getDOMRuntime(IWsDOMRuntimeInfo runtimeInfo)
runtimeInfo
- - descriptor of the DOM runtime to be instantiated and returned
public IWsDOMRuntimeExtension getDOMRuntime(java.lang.String runtimeId)
getDOMRuntime
in interface IWSDOMRuntimeManager
runtimeId
- - string identifier of the runtime
public java.util.Collection<IWsDOMRuntimeExtension> getDOMRuntimes()
getDOMRuntimes
in interface IWSDOMRuntimeManager
public void reloadDOMRuntimes(org.eclipse.core.runtime.IProgressMonitor monitor)
reloadDOMRuntimes
in interface IWSDOMRuntimeManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |