Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html')
-rw-r--r--docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html
deleted file mode 100644
index 275008010..000000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!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>WSDL Extensibility Element Factories</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">WSDL Extensibility Element Factories</H1>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.wsdl.extensibilityElementFactories<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Since: </h6><b>This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.</b>
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>The WSDL Extensibility Element Factories extension point allows clients to register factories for creating custom extensibility elements.<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.extensibilityElementFactory">extensibilityElementFactory</a>)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
-<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>point</b> - a fully qualified identifier of the target extension point</li>
-<li><b>id</b> - an optional identifier of the extension instance</li>
-<li><b>name</b> - an optional name of the extension instance</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extensibilityElementFactory">extensibilityElementFactory</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extensibilityElementFactory</p>
-<p class="code SchemaDtdAttlist">namespace&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>namespace</b> - The namespace this extension point instance applies to.</li>
-<li><b>class</b> - The class that implements <code>org.eclipse.wst.wsdl.util.ExtensibilityElementFactory</code>.</li>
-</ul>
-<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>The following is an example of an extensibility element factory contribution:
-<pre class="Example"><span class="code SchemaTag">
- &lt;extension
- point=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.extensibilityElementFactories&quot;</span><span class="code SchemaTag">&gt;
- &lt;extensibilityElementFactory
- namespace=</span><span class="code SchemaCstring">&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;</span><span class="code SchemaTag">
- class=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.binding.soap.internal.util.SOAPExtensibilityElementFactory&quot;</span><span class="code SchemaTag">/&gt;
- &lt;/extension&gt;
-</span></pre>
-<p></p>
-
-<br>
-<p class="note SchemaCopyright">
-Copyright (c) 2000, 2005 IBM Corporation and others.<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>

Back to the top