blob: 704c4b6684985b9af897c8873b55cfd880ba7cc5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Supported Runtimes</title>
<style type="text/css">@import url("../../book.css");</style>
<style type="text/css">@import url("../../schema.css");</style>
</HEAD>
<BODY>
<H1 style="text-align:center">Supported Runtimes</H1>
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.jst.ws.jaxws.dom.runtime.supportedruntimes<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Since: </h6>1.0
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>This extension point allows contributing web service runtime extensions (implementations of the org.eclipse.jst.ws.jaxws.dom.runtime.api.IWsDOMRuntimeExtension inteface) per a given project facet version.
Runtime extensions are responsible for providing artifacts for web services implemented via a given web service technology (JAX-WS, JAX-RPC, etc.)<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
<p></p>
<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.implementation">implementation</a> , <a href="#e.project_facet">project_facet</a>+)&gt;</p>
<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED</p><p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</p><p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED</p>&gt;</p>
<p></p>
<ul class="ConfigMarkupAttlistDesc">
</ul>
<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.implementation">implementation</a> EMPTY&gt;</p>
<p class="code SchemaDtd">&lt;!ATTLIST implementation</p>
<p class="code SchemaDtdAttlist">class&nbsp;CDATA #REQUIRED</p>&gt;</p>
<p></p>
<p class="ConfigMarkupElementDesc">
This element specifies the contributed runtime extension class</p>
<br>
<ul class="ConfigMarkupAttlistDesc">
<li><b>class</b> - The fully qualified name of the class which implements the runtime extension</li>
</ul>
<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.project_facet">project_facet</a> EMPTY&gt;</p>
<p class="code SchemaDtd">&lt;!ATTLIST project_facet</p>
<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</p><p class="code SchemaDtdAttlist">version&nbsp;CDATA #IMPLIED</p>&gt;</p>
<p></p>
<p class="ConfigMarkupElementDesc">
This element specifies the project facet version this runtime extension is applicable for. A runtime extension may be applicable for one or more project facet versions</p>
<br>
<ul class="ConfigMarkupAttlistDesc">
<li><b>id</b> - The ID of the project facet</li>
<li><b>version</b> - The version of the project facet</li>
</ul>
<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6><p>
<pre class="Example"><span class="code SchemaTag">
&lt;extension
id=</span><span class="code SchemaCstring">&quot;org.eclipse.jst.ws.jaxws.dom.jee5&quot;</span><span class="code SchemaTag">
name=</span><span class="code SchemaCstring">&quot;JEE5 DOM contribution&quot;</span><span class="code SchemaTag">
point=</span><span class="code SchemaCstring">&quot;org.eclipse.jst.ws.jaxws.dom.runtime.domruntimes&quot;</span><span class="code SchemaTag">&gt;
&lt;implementation class=</span><span class="code SchemaCstring">&quot;org.eclipse.jst.ws.jaxws.dom.runtime.persistence.Jee5WsDomRuntimeExtension&quot;</span><span class="code SchemaTag">/&gt;
&lt;project_facet id=</span><span class="code SchemaCstring">&quot;jst.ejb&quot;</span><span class="code SchemaTag"> version=</span><span class="code SchemaCstring">&quot;3.0&quot;</span><span class="code SchemaTag">/&gt;
&lt;project_facet id=</span><span class="code SchemaCstring">&quot;jst.web&quot;</span><span class="code SchemaTag"> version=</span><span class="code SchemaCstring">&quot;2.5&quot;</span><span class="code SchemaTag">/&gt;
&lt;/extension&gt;</span></pre>
</p>
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">API Information: </h6>The interfaces of the web service model are located in the "org.eclipse.jst.ws.jaxws.dom.runtime.api" package.
In order to access the contributed runtime extensions use org.eclipse.jst.ws.jaxws.dom.runtime.api.WsDOMRuntimeManager
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
<p></p>
<br>
<p class="note SchemaCopyright">
Copyright (c) 2009 SAP AG, Walldorf.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
</p>
</BODY>
</HTML>