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.jst.ws.cxf.doc.user/tasks')
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html53
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/configuring_jaxws_annotation_processing.html22
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html76
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html56
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html40
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html51
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html77
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html135
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html155
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_cmd.html57
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html214
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html53
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html47
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/annotation_processing.pngbin152781 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/bottom_up_wizard.pngbin177742 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/facet_configuration.pngbin20012 -> 0 bytes
-rw-r--r--docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/jaxws_handler_wizard.pngbin120346 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/module_dependencies.pngbin10851 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/project_facets.pngbin22721 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/top_down_wizard.pngbin173307 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/ws_client_wizard.pngbin119392 -> 0 bytes
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html25
-rwxr-xr-xdocs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html22
23 files changed, 0 insertions, 1083 deletions
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html
deleted file mode 100644
index 6bf98a4..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta name="copyright"
- content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Creating Web services and clients using Apache CXF and Ant tasks</title>
-<link href="../book.css" rel="stylesheet" charset="ISO-8859-1"
- type="text/css">
-<script type="text/javascript" language="JavaScript"
- src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Creating Web services and clients using Apache CXF and Ant
-tasks</h2>
-<p>In addition to using the Web services wizards it is also possible to generate Ant files which you can use to create Web services and
-clients using the Apache CXF runtime environment. The Ant tasks can be run in the Eclipse workspace using Run As > Ant Build... or they can be
-run headless through the command line.</p>
-<h3>Prerequisites:</h3>
-<ol>
- <li>Install and configure the Apache CXF runtime environment. See
- the <a
- href="PLUGINS_ROOT/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html">Requirements
- and Installation</a> page for more details.</li>
- <li>Create a Dynamic Web Project for the Web Service or client and enable it for Apache CXF Web services development as described here: <a
- href="../tasks/create_cxf_project.html">Create a project for CXF Web services</a>.</li>
- <li>Import the required Ant files into your workspace:
- <ol>
- <li>Use the existing Dynamic Web Project created above or create a new project.</li>
- <li>Import the Ant files by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.wst.command.env.ui.AntFileImportWizard)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the ant files wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Ant Files</strong></a> from the top level menu.</li>
- <li>Select the following:</li>
- <ul>
- <li>Apache CXF as the Web service runtime.</li>
- <li>The Web service or client type.</li>
- <li>The folder into which the Ant files will be generated.</li>
- </ul>
- Click <b>Finish</b>. The wizard will generate two files into the selected folder.
- <ol>
- <li>An Ant file: One of <samp class="codeph">cxf_bujava.xml</samp> (bottom-up), <samp class="codeph">cxf_tdjava.xml</samp> (top-down) or <samp class="codeph">cxf_client.xml</samp> (client).</li>
- <li>An Ant properties file which is referenced by the Ant file: One of <samp class="codeph">cxf_bujava.properties</samp> (bottom-up), <samp class="codeph">cxf_tdjava.properties</samp> (top-down) or <samp class="codeph">cxf_client.properties</samp> (client)</li>
- </ol>
-</ol>
- <p><img src="../images/ngrelt.png" alt="Related tasks" border="0"></p>
- <a href="../tasks/cxf_ant_ws.html">Creating a Web service using Ant tasks in the Workbench</a>
- <br>
- <a href="../tasks/cxf_ant_ws_client.html">Creating a Web service client using Ant tasks in the Workbench</a>
- <br>
- <a href="../tasks/cxf_ant_cmd.html">Using the Ant Tasks at the Command Line</a>
- <br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/configuring_jaxws_annotation_processing.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/configuring_jaxws_annotation_processing.html
deleted file mode 100755
index d9ea63d..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/configuring_jaxws_annotation_processing.html
+++ /dev/null
@@ -1,22 +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>Configuring JAX-WS Annotation Processing</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>Enable JAX-WS Annotation Processing</h2>
-<p>If the <strong>Enable annotation validation processing</strong> setting on the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/jaxws_tab.html">JAX-WS</a> tab in
-the Apache CXF 2.x preferences is selected, annotation processing will be enabled on projects on as part of the CXF Facet install.</p>
-
-<h3>Enabling Existing Projects</h3>
-To turn annotation processing on or off on an existing project right-click on the project and choose <b>Properties</b> from the context menu.
- On the <strong>Java Compiler > Annotation Processing</strong> properties page select or deselect the <strong>Enable Annotation Processing</strong> check box and then click <b>OK</b>.
-<p><img src="./images/annotation_processing.png" alt="Annotation Processing" > </p>
-<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
-<a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html">CXF Project Facet</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html
deleted file mode 100755
index 03e5d34..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Create a Web Service from a Java implementation bean using Apache CXF</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Create a Web Service from a Java implementation bean using Apache CXF</h2>
-<h3>Prerequisites:</h3>
-<ol>
-<li>Install and configure the Apache CXF runtime environment. See the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html">Requirements and Installation</a> page for more details.</li>
-<li>Create a Dynamic Web Project and enable it for Apache CXF Web services development as described here: <a href="../tasks/create_cxf_project.html">Create a project for CXF Web services</a>.</li>
-<li>Create or import a Java implementation bean into the source folder of the Dynamic Web Project.</li>
-</ol>
-To create a Web service from a Java bean using the Apache CXF runtime environment:
-<ol>
-<li>Select <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.jst.j2ee.J2EEPerspective)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the Java EE perspective"><strong>Window &gt; Open Perspective &gt; Java EE</strong></a> from the top level menu to switch to the Java EE perspective.</li>
-<li>In the Project Explorer view select the Java implementation bean that you created or imported into the Dynamic Web Projects source folder.</li>
-<li>Open the Web Service wizard by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.ws.creation.ui.wizard.serverwizard)")'>
-<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new web service wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Web Service</strong></a> from the top level menu.</li>
-<li>Web Services page: select <b>Bottom up Java bean Web Service</b> as the Web service type and browse to select the Java implementation bean from which to create the Web service:<p><img src="./images/bottom_up_wizard.png" alt="Bottom Up Web Services Wizard" ></p>
-<ol type="a">
-<li>Move the service slider to the stage of Web services development that you wish to complete.</li>
-<ul>
-<li>Develop: Invokes the Apache CXF java2ws tool using the preference defaults and the information gathered in the wizard to create a service. The wizard also generates a JAX-WS endpoint configuration file.</li>
-<li>Assemble: If required by the target server this phase assembles and configures the project that hosts the Web service into an EAR.</li>
-<li>Deploy: Generates the deployment artifacts for the Web service.</li>
-<li>Install: Installs and configures the Web Module and EARs on the target server.</li>
-<li>Start: Starts the target server once the Web service has been installed on it.</li>
-<li>Test: Use the Web Service Explorer to test the generated Web service.</li>
-</ul>
-<li>Server: Select a server to deploy your Web service to.</li>
-<li>Web service runtime: Select Apache CXF 2.x</li>
-<li>Service project: Select the project in your workspace into which Apache CXF will generate the code.</li>
-<li>If you wish to generate a client for your Web service, select <b>Java Proxy</b> as the Client type:
-<ul>
-<li>Move the client slider to the <b>Develop client</b> stage.</li>
-<li>Client project: Select a different project into which to generate the client code. The wizard will create the project for you if it doesn't exist and configure it with the CXF Facet.</li>
-</ul></li>
-<li>Publish the Web service: Launch the Web Services Explorer to publish your Web service to a UDDI registry.</li>
-<li>Monitor the Web service: Monitor the Web service's SOAP traffic using the TCP/IP Monitor.</li>
-</ol></li>
-<li>Click <b>Next &gt;</b> to move to the Service Endpoint Interface configuration page:
-<ol>
-<li>Use a Service Endpoint Interface: Select or create a Service Endpoint Interface (SEI) that defines the methods you wish to expose in the service. This is the recommended approach.
-<ul>
-<li>Select an SEI: Browse to select an existing SEI.</li>
-<li>Create an SEI: Create an Interface from the Implementation by providing a name and the methods to declare in the extracted interface.</li>
-</ul>
-Both options create or update the <i>@WebService.endpointInterface</i> element on the implementation bean.
-</ol>
-</li>
-<li>Click <b>Next &gt;</b> to move to the JAX-WS annotations configuration page:
-<p>This page allows you add to JAX-WS annotations to the SEI or Implementation (if not using an explicit SEI).</p>
-<p>The JAX-WS annotations element values default to those outlined in the JAX-WS specifications.</p>
-<p>If the Implementation bean / SEI contains overloaded methods the JAX-WS annotations added on this page adjust to resolve those conflicts.</p></li>
-<li>Click <b>Next &gt;</b> to move to the Apache CXF java2ws configuration page which allows you to override the default <a href="../reference/java2ws_tab.html">java2ws</a> preferences:
-</li>
- <li>Test Web Service page. This page will be displayed if the service slider on the first page was set to Test service.
- <p>Select the launch button to test the Web Service with the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html">Web Services Explorer</a>.</p>
- </li>
- <li>Apache CXF JAX-WS client configuration page: This page will be displayed if the client slider on the Web services page was set to <b>Develop client</b>.
- <p>Refer to the <a href="./create_client.html">Generate a JAX-WS Web Service Client</a> page for information on the options displayed on this page.</p>
- </li>
- <li>Web Service Publication Page: Select whether or not you want to publish this Web service to a UDDI registry. Click <b>Finish</b></li>
-</ol>
-<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
-<a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br>
-<a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html
deleted file mode 100755
index 12e1740..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</h2>
-<h3>Prerequisites:</h3>
-<ol>
- <li>Install and configure the Apache CXF runtime environment. See the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html">Requirements and Installation</a> page for more details.</li>
- <li>Create a Dynamic Web Project and enable it for Apache CXF Web services development as described here: <a href="../tasks/create_cxf_project.html">Create a project for CXF Web services</a>.</li>
-</ol>
-To generate a JAX-WS client from a WSDL document:
-<ol>
- <li>Select <a class="command-link"
- href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.jst.j2ee.J2EEPerspective)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the Java EE perspective"><strong>Window &gt; Open Perspective &gt; Java EE</strong></a> from the top level menu to switch to the Java EE perspective.</li>
- <li>Open the Web Service Client by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.ws.internal.consumption.ui.wizard.client.clientwizard)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new web service client wizard"><strong>File
- &gt; New &gt; Other... &gt; Web Services &gt; Web Service Client</strong></a> from the top level menu.</li>
- <li>Web Services page:
- <p><img src="./images/ws_client_wizard.png" alt="Web Services Client Wizard"></p>
- <ol type="a">
- <Li>Enter the URI to the remote WSDL file that will be used to generate the client.</Li>
- <li>Select <b>Java Proxy</b> as the Client type.</li>
- <li>Move the client slider to the <b>Develop client</b> stage.</li>
- <li>Web service runtime: Select Apache CXF 2.x</li>
- <li>Service project: Select the project in your workspace into which Apache CXF will generate the code.</li>
- </ol>
- </li>
- <li>Click <b>Next &gt;</b> to move to the first Apache CXF wsdl2java Configuration page:
- <ol>
- <li>Output Directory: Specify the source folder in the service project into which the code is generated.</li>
- <li>Package Name: Type the Java package name to use for the generated code.</li>
- <li>Specify WSDL Namespace to Package Name Mappings: Optionally specify WSDL namespace mappings to Java package names.</li>
- <li>Service Name: Specify the name of the WSDL service from which to generate code. The default is to generate code for every service in the WSDL document.</li>
- <li>Binding Files: Specify one or more JAX-WS or JAXB binding files.</li>
- </ol>
- </li>
- <li>Click <b>Next &gt;</b> to move to the second Apache CXF wsdl2java configuration page which allows you to override the <a href="../reference/wsdl2java_tab.html">wsdl2java</a> default preferences:
- </li>
- <li>Click <b>Finish</b> to generate the client.</li>
-</ol>
-<p>The generated client will include a main() that when run will connect to the remote service and invoke every operation on that remote service.</p>
-<p>Before running the client open the client in the Java Editor and edit the generated arguments used to invoke the operations on the service.</p>
-<p>To <b>run</b> the client right-click on the client in the Project Explorer and select <b>Run As > Java Application</b>.
-<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
-<a href="../tasks/create_bottomup.html">Create a Web Service from a Java implementation bean using Apache CXF</a><br>
-<a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html
deleted file mode 100755
index 5c0cd86..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Create a project for CXF Web services</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Create a project for CXF Web services</h2>
-<p>To create a Dynamic Web Project and enable it for Apache CXF Web services development perform the following steps:<br/>
-<ol>
-<li>
-Select <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard)")'>
-<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new dynamic web project wizard"><strong>File &gt; New &gt; Project... &gt; Web &gt; Dynamic Web Project</strong></a> from the top level menu
-enter the following information:
-<ol type="a">
-<li>Project name: Enter a name of the project.</li>
-<li>Target Runtime: Select the server you wish to deploy your Web service to. If it's not listed
-click <b>New</b> and browse to the location where it is installed.</li>
-<li>Dynamic Web Module version: Select version 2.5</li>
-<li>Default Configuration: Select the default configuration for your server type.</li>
-<li>EAR Membership: If deploying to Apache Tomcat ensure that the <b>Add project to an EAR</b> check box is not selected.</li>
-<li>Click Finish</li>
-</ol>
-</li>
-<li><a href="../tasks/install_cxf_facet.html">Install the CXF Project Facet</a></li>
-<li><a href="../tasks/manage_cxf_lib_export.html">Manage the exporting of CXF libraries at deployment time</a></li>
-</ol>
-<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
-<a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html">CXF Project Facet</a><br>
-<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
-<a href="../tasks/create_bottomup.html">Create a Web Service from a Java bean using Apache CXF</a><br>
-<a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br>
-<a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html
deleted file mode 100644
index a1a398d..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2010 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Create a JAX-WS Handler</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Create a JAX-WS Handler</h2>
-<p>JAX-WS handlers are message interceptors that may be used to carry out additional processing on inbound and outbound messages.</p>
-<p>Protocol handlers are specific to a protocol (e.g. SOAP) and they may access or change protocol specific aspects of a message while logical handlers are protocol agnostic and may only act on the message payload.</p>
-<h3>Prerequisites:</h3>
-<ul>
-<p>Complete one of the following tasks to generate a Web service:<p/>
-<li><a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br></li>
-<li><a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br></li>
-</ul>
-To create a JAX-WS Handler:
-<ol>
- <li>Select <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.jst.j2ee.J2EEPerspective)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the Java EE perspective"><strong>Window &gt; Open Perspective &gt; Java EE</strong></a> from the top level menu to switch to the Java EE perspective.</li>
- <li>Open the JAX-WS Handler wizard by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.ws.internal.jaxws.ui.wizards.NewJAXWSHandlerWizard)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new JAX-WS Handler wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; JAX-WS &gt; JAX-WS Handler</strong></a> from the top level menu.</li>
- <li>JAX-WS Handler page:<p><img src="./images/jaxws_handler_wizard.png" alt="JAX-WS Handler Wizard" ></p>
- <ol type="a">
- <li>Browse to select the <b>Source folder.</b></li>
- <li>Browse to select an existing <b>Package</b> or enter a new package name.</li>
- <li>Enter a <b>Name</b> for the JAX-WS Handler.</li>
- <li>Select the <b>Handler type</b>:</li>
- <ul>
- <li><b>Logical Handler</b></li>
- <li><b>Protocol Handler (SOAP)</b></li>
- </ul>
- In the <b>Configuration</b> section:
- <li>Select the <b>Add this handler to a handler chain</b> checkbox.</li>
- <li><p>Select <b>Create a new handler chain file</b> and browse to select a location in the project where the handler chain file will be generated.<p/>
- <p><b><i>Note</i></b>: To add this JAX-WS handler to an existing handler-chain in the project select <b>Add this handler to an existing handler chain file</b> and browse to select the file location.</p>
- <p>Selecting <b>Next</b> will then display a wizard page which will allow you to select the position of the new JAX-WS handler in the handler chain file.</p></li>
- <li>Select <b>Associate this handler chain with a Web service</b> and browse to select the Web service implementation or service endpoint interface that was created in the prerequisites.</li>
- Click <b>Finish</b>.
- The wizard will generate a skeleton JAX-WS Handler, handler-chain file and annotate the Web service with the <samp class="codeph">@javax.jws.HandlerChain</samp> annotation.
- </ol>
-</ol>
-<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
-<a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br>
-<a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html
deleted file mode 100755
index d6a645b..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-<body lang="EN-US">
-<h2>Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</h2>
-<h3>Prerequisites:</h3>
-<ol>
- <li>Install and configure the Apache CXF runtime environment. See the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html">Requirements and Installation</a> page for more details.</li>
- <li>Create a Dynamic Web Project and enable it for Apache CXF Web services development as described here: <a href="../tasks/create_cxf_project.html">Create a project for CXF Web services</a>.</li>
- <li>Create or import a WSDL document into the Web Content folder of the Dynamic Web Project.</li>
-</ol>
-<br/>
-To create an SEI and a skeleton implementation bean from a WSDL document using the Apache CXF runtime environment:
-<ol>
- <li>Select <a class="command-link"
- href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.jst.j2ee.J2EEPerspective)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the Java EE perspective"><strong>Window &gt; Open Perspective &gt; Java EE</strong></a> from the top level menu to switch to the Java EE perspective.</li>
- <li>In the Project Explorer view select the WSDL document that you created or imported into the Dynamic Web Projects Web Content folder.</li>
- <li>Open the Web Service wizard by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.ws.creation.ui.wizard.serverwizard)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new web service wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Web Service</strong></a> from the top level menu.</li>
- <li>Web Services page: select <b>Top down Java bean Web Service</b> as the Web service type and browse to select the WSDL document from which to generate the SEI and implementation bean:
- <p><img src="./images/top_down_wizard.png" alt="Top down Web Services Wizard"></p>
- <ol type="a">
- <li>Move the service slider to the stage of Web services development that you wish to complete.</li>
- <ul>
- <li>Develop: Invokes the Apache CXF wsdl2java tool using the preference defaults and the information gathered in the wizard to generate an annotated Service Endpoint Interface and supporting classes. The wizard also generates a JAX-WS endpoint configuration file.</li>
- <li>Assemble: If required by the target server this phase
- assembles and configures the project that hosts the Web service into an EAR.</li>
- <li>Deploy: Generates the deployment artifacts for the Web service.</li>
- <li>Install: Installs and configures the Web Module and EARs on the target server.</li>
- <li>Start: Starts the target server once the Web service has been installed on it.</li>
- <li>Test: Use the Web Service Explorer to test the generated Web service.</li>
- </ul>
- <li>Server: Select a server to deploy your Web service to.</li>
- <li>Web service runtime: Select Apache CXF 2.x</li>
- <li>Service project: Select the project in your workspace into which Apache CXF will generate the code.</li>
- <li>If you wish to generate a client for your Web service, select <b>Java Proxy</b> as the Client type:
- <ul>
- <li>Move the client slider to the <b>Develop client</b> stage.</li>
- <li>Client project: Select a different project into which to generate the client code. The wizard will create the project for you if it doesn't exist and configure it with the CXF Facet.</li>
- </ul>
- </li>
- <li>Publish the Web service: Launch the Web Services Explorer to publish your Web service to a UDDI registry.</li>
- <li>Monitor the Web service: Monitor the Web service's SOAP traffic using the TCP/IP Monitor.</li>
- </ol>
- </li>
- <li>Click <b>Next &gt;</b> to move to the first Apache CXF wsdl2java Configuration page:
- <ol>
- <li>Output Directory: Specify the source folder in the service project into which the code is generated.</li>
- <li>Package Name: Type the Java package name to use for the generated code.</li>
- <li>Specify WSDL Namespace to Package Name Mappings: Optionally specify WSDL namespace mappings to Java package names.</li>
- <li>Service Name: Specify the name of the WSDL service from which to generate code. The default is to generate code for every service in the WSDL document.</li>
- <li>Binding Files: Specify one or more JAX-WS or JAXB binding files.</li>
- </ol>
- </li>
- <li>Click <b>Next &gt;</b> to move to the second Apache CXF wsdl2java configuration page which allows you to override the <a href="../reference/wsdl2java_tab.html">wsdl2java</a> default preferences:
- <p>Ensure that the <b>Generate Implementation</b> check box is selected and click <b>Next &gt;</b>
- </li>
- <li>Test Web Service page. This page will be displayed if the service slider on the first page was set to Test service.
- <p>Select the launch button to test the Web Service with the <a href="PLUGINS_ROOT/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html">Web Services Explorer</a>.</p>
- </li>
- <li>Apache CXF JAX-WS client configuration page: This page will be displayed if the client slider on the Web services page was set to <b>Develop client</b>.
- <p>Refer to the <a href="./create_client.html">Create a JAX-WS Web Service Client</a> page for information on the options displayed on this page.</p>
- </li>
- <li>Web Service Publication Page: Select whether or not you want to publish this Web service to a UDDI registry. Click <b>Finish</b></li>
-</ol>
-<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
-<a href="../tasks/create_bottomup.html">Create a Web Service from a Java implementation bean using Apache CXF</a><br>
-<a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html
deleted file mode 100644
index a429ca1..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html
+++ /dev/null
@@ -1,135 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Bottom-up CXF Web service Ant task properties file reference</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>Bottom-up CXF Web service Ant task properties file reference</h2>
-
-<div>
-<p>The <kbd class="userinput">cxf_bujava.properties</kbd> file is
-used to pass data to the Web services Ant tasks when creating a CXF
-Web service . This file shows the available options.</p>
-
-<div class="section">
-<h4 class="sectiontitle">Parameters</h4>
-<dl>
- <dt class="dlterm">ScenarioType</dt>
- <dd><span class="synph"> Options: <samp class="codeph">service</samp>
- </span></dd>
-
- <dd class="ddexpand">This is a required element that tells the Ant
- task if it is creating a Web service or a Web service client.</dd>
-
-
- <dt class="dlterm">InitialSelection</dt>
-
- <dd>Enter the workspace relative URI to the Java bean within your workspace.
- For example <kbd class="userinput">/dynamicWebProjectName/src/myBean.java</kbd></dd>
-
- <dt class="dlterm">ListRuntimes</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is
- selected, the list of valid runtime options will be provided when the
- Ant task is run.</dd>
-
- <dt class="dlterm">ListServers</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is
- selected, the list of valid server options will be provided when the
- Ant task is run.</dd>
-
- <dt class="dlterm">Service.RuntimeId</dt>
-
- <dd>This is the ID of the CXF Web service runtime. This parameter should not modified.</dd>
-
- <dt class="dlterm">Service.ServerId</dt>
-
- <dd>Options:<ul class="simple">
- <li><samp class="codeph">org.eclipse.jst.server.tomcat.x</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">60</samp> or <samp class="codeph">70</samp>)</li>
-
- <li><samp class="codeph">org.eclipse.jst.server.generic.jbossx</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">42</samp> or <samp class="codeph">5</samp>)</li>
- </ul>
- </dd>
-
- <dd class="ddexpand">This is the ID of the target server. Delete
- or comment out this parameter to have the Ant task select the correct
- value based on the server settings of the Dynamic Web project.</dd>
-
- <dt class="dlterm">ServiceProjectName</dt>
-
- <dd>By default the service project is given the name of the Java bean from which it is created.
- Use this parameter to create the service project with a different name.</dd>
-
- <dt class="dlterm">ServiceEarProjectName</dt>
-
- <dd>By default the service EAR project is given the name of the Java bean from which it is created.
- Use this parameter to create the service EAR project with a different name.</dd>
-
- <dt class="dlterm">GenClient</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> a
- client mainline that uses JAX-WS APIs will be generated.</dd>
-
- <dt class="dlterm">GenServer</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> a
- server mainline that uses JAX-WS APIs will be generated.</dd>
-
- <dt class="dlterm">GenWrapperFaultBeans</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- wrapper and fault beans will be generated.</dd>
-
- <dt class="dlterm">GenWSDL</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> a
- WSDL file will be generated.</dd>
-
- <dt class="dlterm">GenXSDImports</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> schemas
- will be output to separate files and imports will be used to load them
- into the wsdl instead of inlining them.</dd>
-
- <dt class="dlterm">UseSOAP12Binding</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- generated WSDL file will include a SOAP 1.2 binding.</dd>
-
- <dt class="dlterm">WsdlFileName</dt>
-
- <dd>Set the name of the generated WSDL file.</dd>
-
-</dl>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html
deleted file mode 100644
index 6e3f717..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>CXF Web service client Ant task properties file reference</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>CXF Web service client Ant task properties file reference</h2>
-
-<div><p>The <kbd class="userinput">cxf_client.properties</kbd> file is used
-to pass data to the Web services Ant tasks when creating a CXF Web service
-client. This file shows the available options.</p>
-
-<div class="section"><h4 class="sectiontitle">Parameters</h4><dl>
-<dt class="dlterm">ScenarioType</dt>
-
-<dd><span class="synph"> Options: <samp class="codeph">client</samp></span></dd>
-
-<dd class="ddexpand">This is a required element that tells the Ant task if it is creating a
-Web service or a Web service client.</dd>
-
- <dt class="dlterm">InitialSelection</dt>
-
- <dd>Enter URI to the WSDL file. This URI may be a workspace relative URI or point to a remote URI.
- For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</dd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</dd>
-
- <dt class="dlterm">ListRuntimes</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid runtime options
- will be provided when the Ant task is run.</dd>
-
-
- <dt class="dlterm">ListServers</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid server options
- will be provided when the Ant task is run.</dd>
-
- <dt class="dlterm">Client.RuntimeId</dt>
-
- <dd>This is the ID of the CXF Web service runtime. This parameter should not modified.</dd>
-
- <dt class="dlterm">Client.ServerId</dt>
-
- <dd>Options:<ul class="simple">
- <li><samp class="codeph">org.eclipse.jst.server.tomcat.x</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">60</samp> or <samp class="codeph">70</samp>)</li>
-
- <li><samp class="codeph">org.eclipse.jst.server.generic.jbossx</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">42</samp> or <samp class="codeph">5</samp>)</li>
- </ul>
- </dd>
-
- <dd class="ddexpand">This is the ID of the target server. Delete or comment out this parameter
- to have the Ant task select the correct value based on the server settings of the Dynamic Web project.</dd>
-
-
- <dt class="dlterm">ClientProjectName</dt>
-
- <dd>By default the client project is given the name of the WSDL file from which it is created.
- Use this parameter to create the service project with a different name.</dd>
-
- <dt class="dlterm">ClientEarProjectName</dt>
-
- <dd>By default the client EAR project is given the name of the WSDL file from which it is created.
- Use this parameter to create the service EAR project with a different name.</dd>
-
-
-< dt class="dlterm">ClientComponentType</dt>
-
- <dd><p>Options: <kbd class="userinput">template.jst.web</kbd> <kbd class="userinput">template.cxf.core</kbd></p>
- <p>Use this parameter to select the type of client project.</p>
- </dd>
-
- <dt class="dlterm">Mappings</dt>
-
- <dd>Enter the workspace relative URI to a property file containing mappings.</dd>
-
- <dd class="ddexpand">Mappings are used to override the WSDL namespace to package name mapping of the generated Java classes.
- The content of the properties file must be of the format wsdl-namespace=package. You will need to escape some special characters in the
- properties files. For example <samp class="codeph">http://someNamespace=somePackage</samp> should
- be <samp class="codeph">http\://someNamespace=somePackage</samp>. Otherwise, the colon
- (:) would be treated as delimiter resulting in trying to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.</dd>
-
- <h3>XJC Args: Specify the arguments to be passed directly to the XJC</h3>
-
- <dt class="dlterm">xjc_dv</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- fields will be initialised with their default values.</dd>
-
- <dt class="dlterm">xjc_ts</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- a toString() method will be added to generated classes.</dd>
-
- <dt class="dlterm">xjc_ts_multi</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- toString() method will produce multi line output.</dd>
-
- <dt class="dlterm">xjc_ts_simple</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- toString() method will produce single line terse output.</dd>
-
- <dt class="dlterm">xjc_locator</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- source location support for generated code will be enabled.</dd>
-
- <dt class="dlterm">xjc_sync_methods</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- accessor methods will be generated with the 'synchronized' keyword.</dd>
-
- <dt class="dlterm">xjc_mark_generated</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- @Generated annotations will be added to the generated code.</dd>
-
- <dt class="dlterm">Bindings</dt>
-
- <dd>Binding Files. Comma delimited string of absolute paths in the
- local file system of JAXWS or JAXB binding files.</dd>
-
-</dl>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_cmd.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_cmd.html
deleted file mode 100644
index 516325b..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_cmd.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Using the Ant Tasks at the Command Line</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
- <script type="text/javascript" language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Using the Ant Tasks at the Command Line</h2>
-<h3>Prerequisites:</h3>
-<ol>
- <li>Import the CXF Ant property file for the scenario being run into an Eclipse workspace before running the task from the command line
- by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.wst.command.env.ui.AntFileImportWizard)")'>
- <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the ant files wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Ant Files</strong></a> from the top level menu.
- </li>
- <li>Edit the CXF Ant property file and set the <samp class="codeph">scenarioType</samp> and
- <samp class="codeph">initialSelection</samp> parameters:
- <ul>
- <li><samp class="codeph">cxf_tdjava.properties</samp>. Ensure the scenarioType parameter is set to service and the initialSelection points to the location of your WSDL file.
- See <a href="../tasks/cxf_ant_td_prop_ref.html">Top-down CXF Web service Ant task properties file reference</a> for additional information on setting these parameters.</li>
- <li><samp class="codeph">cxf_bujava.properties</samp>. Ensure the scenarioType parameter is set to service and the initialSelection points to the location of your Java bean.
- See <a href="../tasks/cxf_ant_bu_prop_ref.html">Bottom-up CXF Web service Ant task properties file reference</a> for additional information on setting these parameters.</li>
- <li><samp class="codeph">cxf_client.properties</samp>. Ensure the scenarioType parameter is set to client and the initialSelection points to the location of your WSDL file.
- See <a href="../tasks/cxf_ant_client_prop_ref.html">CXF Web service client Ant task properties file reference</a> for additional information on setting these parameters.</li>
- </ul>
- </li>
-</ol>
-To invoke the Ant tasks from the command line complete the following steps:
-<ol>
- <li>Navigate to the plugins directory of your WTP installation and extract the contents of the
- <b>org.eclipse.wst.command.env</b> plug-in.</li>
- <li>In the extracted plug-in go to the <b>ant</b> folder. The following files should exist there:
- <ul>
- <li><b>wsant.bat</b></li>
- <li><b>wsgen.xml</b></li>
- </ul>
- </li>
- <li>Copy the required CXF Ant property file that was imported in the prerequisites into the <b>ant</b> folder.</li>
- <li>Edit the <b>wsgen.xml</b> file to point to the CXF Ant property file.</li>
- <li>Edit the <b>wsant.bat</b> file and set the following local environment variables to reflect your system configuration:
- <ul>
- <li><samp class="codeph">JAVAEXE</samp> the location of a 1.5 or higher JDK.</li>
- <li><samp class="codeph">INSTALL_DIRECTORY</samp> the Eclipse install directory.</li>
- <li><samp class="codeph">LAUNCHER_JAR</samp> the location of the Eclipse Equinox Launcher jar.</li>
- <li><samp class="codeph">WORKSPACE</samp> the location of the workspace that contains the Dynamic Web projects being used.</li>
- </ul>
- </li>
- <li>To run the Ant task open a command line, navigate to the <b>ant</b> folder and type <i>wsant</i></li>
- <li>Check the <b>wsgen.txt</b> file for output after the generation has completed.</li>
- <li>Navigate to the Dynamic Web project in the file system or refresh the project in Eclipse to find the generated artifacts.</li>
-</ol>
-
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html
deleted file mode 100644
index c021cf8..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html
+++ /dev/null
@@ -1,214 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Top-down CXF Web service Ant task properties file reference</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>Top-down CXF Web service Ant task properties file reference</h2>
-
-<div><p>The <kbd class="userinput">cxf_tdjava.properties</kbd> file is used
-to pass data to the Web services Ant tasks when creating a CXF Web service.
-This file shows the available options.</p>
-
- <div class="section"><h4 class="sectiontitle">Parameters</h4><dl>
- <dt class="dlterm">ScenarioType</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">service</samp> </span></dd>
-
- <dd class="ddexpand">This is a required element that tells the Ant task if it is creating a
- Web service or a Web service client.</dd>
-
- <dt class="dlterm">InitialSelection</dt>
-
- <dd>Enter URI to the WSDL file. This URI may be a workspace relative URI or point to a remote URI.
- For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</dd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</dd>
-
- <dt class="dlterm">ListRuntimes</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid runtime options
- will be provided when the Ant task is run.</dd>
-
- <dt class="dlterm">ListServers</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp> <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> is selected, the list of valid server options
- will be provided when the Ant task is run.</dd>
-
- <dt class="dlterm">Service.RuntimeId</dt>
-
- <dd>This is the ID of the CXF Web service runtime. This parameter should not modified.</dd>
-
- <dt class="dlterm">Service.ServerId</dt>
-
- <dd>Options:<ul class="simple">
- <li><samp class="codeph">org.eclipse.jst.server.tomcat.x</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">60</samp> or <samp class="codeph">70</samp>)</li>
-
- <li><samp class="codeph">org.eclipse.jst.server.generic.jbossx</samp> (where <samp class="codeph">x</samp> is <samp class="codeph">42</samp> or <samp class="codeph">5</samp>)</li>
- </ul>
- </dd>
-
- <dd class="ddexpand">This is the ID of the target server. Delete or comment out this parameter
- to have the Ant task select the correct value based on the server settings
- of the Dynamic Web project.</dd>
-
- <dt class="dlterm">ServiceProjectName</dt>
-
- <dd>By default the service project is given the name of the WSDL file from which it is created.
- Use this parameter to create the service project with a different name.</dd>
-
- <dt class="dlterm">ServiceEarProjectName</dt>
-
- <dd>By default the service EAR project is given the name of the WSDL file from which it is created.
- Use this parameter to create the service EAR project with a different name.</dd>
-
- <dt class="dlterm">Mappings</dt>
-
- <dd>Enter the workspace relative URI to a property file containing mappings.</dd>
-
- <dd class="ddexpand">Mappings are used to override the WSDL namespace to package name mapping of the generated Java classes.
- The content of the properties file must be of the format wsdl-namespace=package. You will need to escape some special characters in the
- properties files. For example <samp class="codeph">http://someNamespace=somePackage</samp> should
- be <samp class="codeph">http\://someNamespace=somePackage</samp>. Otherwise, the colon
- (:) would be treated as delimiter resulting in trying to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.</dd>
-
- <dt class="dlterm">JavaOutput</dt>
-
- <dd>Enter the workspace relative URI to an existing Java source folder for
- the generated Java code.</dd>
-
- <dt class="dlterm">ServiceName</dt>
-
- <dd class="ddexpand">Specify the name of the WSDL service for which code is to be generated.
- The default is to generate code for every service in the WSDL document</dd>
-
- <dt class="dlterm">GenServer</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- a server mainline that uses JAX-WS APIs will be generated.</dd>
-
- <dt class="dlterm">GenImpl</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- starting point code for an implementation object will be generated.</dd>
-
- <dt class="dlterm">DefaultValues</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- default values will be generated in the implementation and client.
- Ignored if implementation or client is not being generated</dd>
-
- <dt class="dlterm">ExtSOAPHeaders</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- processing of extended soap header message binding will be enabled.</dd>
-
- <dt class="dlterm">DefaultNamespace</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- loading of the default namespace package name mapping will be enabled.</dd>
-
- <dt class="dlterm">DefaultExcludesNamespace</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- loading of the default excludes namespace mapping will be enabled.</dd>
-
- <dt class="dlterm">AutoNameResolution</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- Auto Name Resolution will be enabled.</dd>
-
- <h3>XJC Args: Specify the arguments to be passed directly to the XJC</h3>
-
- <dt class="dlterm">xjc_dv</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- fields will be initialised with their default values.</dd>
-
- <dt class="dlterm">xjc_ts</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- a toString() method will be added to generated classes.</dd>
-
- <dt class="dlterm">xjc_ts_multi</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- toString() method will produce multi line output.</dd>
-
- <dt class="dlterm">xjc_ts_simple</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- toString() method will produce single line terse output.</dd>
-
- <dt class="dlterm">xjc_locator</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp> the
- source location support for generated code will be enabled.</dd>
-
- <dt class="dlterm">xjc_sync_methods</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- accessor methods will be generated with the 'synchronized' keyword.</dd>
-
- <dt class="dlterm">xjc_mark_generated</dt>
-
- <dd><span class="synph"> Options: <samp class="codeph">true</samp>
- <samp class="codeph">false</samp></span></dd>
-
- <dd class="ddexpand">If <samp class="codeph">true</samp>
- @Generated annotations will be added to the generated code.</dd>
-
- <dt class="dlterm">Bindings</dt>
-
- <dd>Binding Files. Comma delimited string of absolute paths in the
- local file system of JAXWS or JAXB binding files.</dd>
-
-</dl>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html
deleted file mode 100644
index bf6cd56..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta name="copyright"
- content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Creating a Web service using Ant tasks in the Workbench</title>
-<link href="../book.css" rel="stylesheet" charset="ISO-8859-1"
- type="text/css">
-<script type="text/javascript" language="JavaScript"
- src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Creating a Web service using Ant tasks in the Workbench</h2>
-<p>You can use Ant through the Eclipse workspace to generate a Web service using the CXF run-time environment.
-Both top-down and bottom-up Web services development is supported with the Ant tasks.</p>
-<p>Before creating the Web service you must:</p>
-<ul>
- <li>Complete the prerequisites in: <a href="../tasks/ant_tasks.html">Creating Web services and clients using Apache CXF and Ant tasks</a></li>
- <li>If you are creating a top-down Web service, create or import a WSDL file into the WebContent folder of the Dynamic Web project.</li>
- <li>If you are creating a bottom-up Web service, create or import a Java bean into the source folder of the Dynamic Web project.</li>
- <p><b><i>Note</i></b>: There are certain limitations when developing a bottom-up Web service using the Ant tasks as opposed to the Web services wizards.
- If an explicit service endpoint interface (SEI) is required one must be extracted beforehand and both the implementation class and SEI must be annotated with
- @javax.jws.WebService before running the Ant build file.</p>
-</ul>
-<p>To begin you need to modify the Ant properties file than was imported using the Ant Files wizard in the prerequisites.</p>
-<ol>
- <li>Edit the <samp class="codeph">cxf_tdjava.properties</samp> if doing top-down development or the <samp class="codeph">cxf_bujava.properties</samp> file for bottom-up development.</li>
- <ol type="a">
- <li>Ensure the scenarioType parameter is set to service.</li>
- <li>Set the initialSelection parameter to the location of your WSDL file (top-down) or Java bean (bottom-up).</li>
- <li>All other parameters are optional and should be deleted if not explicitly set. The default values
- for the remaining properties will be retrieved from the Dynamic Web project settings and preferences.
- For additional information on how to set these parameters refer to:
- <ul>
- <li><a href="../tasks/cxf_ant_td_prop_ref.html">Top-down CXF Web service Ant task properties file reference</a></li>
- <li><a href="../tasks/cxf_ant_bu_prop_ref.html">Bottom-up CXF Web service Ant task properties file reference</a></li>
- </ul>
- </li>
- Save the properties file.
- </ol>
- <li>Select the <samp class="codeph">cxf_tdjava.xml</samp> (top-down) or <samp class="codeph">cxf_bujava.xml</samp> (bottom-up) and from the top level menu
- and select <b>Run > External Tools > External Tools Configurations.</b></li>
- <li>In the dialog that opens select <b>Ant Build</b> and then select the <b>'New launch configuration'</b> button in the toolbar.
- Select the <b>JRE</b> tab and select <b>Run in the same JRE as the workspace</b>.
- Click <b>Apply</b> and then <b>Run</b>.</li>
- <li>A <samp class="codeph">Build Successful</samp> message will be output to the console once the Web service has been generated.</li>
-</ol>
- <p><img src="../images/ngrelt.png" alt="Related tasks" border="0"></p>
- <a href="../tasks/cxf_ant_ws_client.html">Creating a Web service client using Ant tasks in the Workbench</a>
- </body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html
deleted file mode 100644
index 8399482..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta name="copyright"
- content="Copyright (c) 2010 Shane Clarke and others. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Creating a Web service client using Ant tasks in the Workbench</title>
-<link href="../book.css" rel="stylesheet" charset="ISO-8859-1"
- type="text/css">
-<script type="text/javascript" language="JavaScript"
- src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-</head>
-
-<body lang="EN-US">
-<h2>Creating a Web service client using Ant tasks in the Workbench</h2>
-<p>You can use Ant through the Eclipse workspace to generate a Web service client using the CXF run-time environment.</p>
-<p>Before creating the Web service you must:</p>
-<ul>
- <li>Complete the prerequisites in:<a href="../tasks/ant_tasks.html">Creating Web services and clients using Apache CXF and Ant tasks</a></li>
- <!-- <li>Create or import a WSDL file into the WebContent folder of the dynamic Web project.</li> -->
-</ul>
-<p>To begin you need to modify the Ant properties file than was imported using the Ant Files wizard in the prerequisites.</p>
-<ol>
- <li>Edit the <samp class="codeph">cxf_client.properties</samp> file that you imported in the prerequisites step.</li>
- <ol type="a">
- <li>Ensure the scenarioType parameter is set to client.</li>
- <li>Set the initialSelection parameter to the location of your WSDL file.</li>
- <li>All other parameters are optional and should be deleted if not explicitly set. The default values
- for the remaining properties will be retrieved from the Dynamic Web project settings and preferences.
- For additional information on how to set these parameters refer to:
- <ul>
- <li><a href="../tasks/cxf_ant_client_prop_ref.html">CXF Web service client Ant task properties file reference</a></li>
- </ul>
- </li>
- Save the properties file.
- </ol>
- <li>Select the <samp class="codeph">cxf_client.xml</samp> file and from the top level menu and
- select <b>Run > External Tools > External Tools Configurations</b>.</li>
- <li>In the dialog that opens select <b>Ant Build</b> and then select the <b>New launch configuration</b> button in the toolbar.
- Select the <b>JRE</b> tab and select <b>Run in the same JRE as the workspace</b>.
- Click <b>Apply</b> and then <b>Run</b>.</li>
- <li>A <samp class="codeph">Build Successful</samp> message will be output to the console once the Web service has been generated.</li>
-</ol>
- <p><img src="../images/ngrelt.png" alt="Related tasks" border="0"></p>
- <a href="../tasks/cxf_ant_ws.html">Creating a Web service using Ant tasks in the Workbench</a>
- </body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/annotation_processing.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/annotation_processing.png
deleted file mode 100755
index 4b954d7..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/annotation_processing.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/bottom_up_wizard.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/bottom_up_wizard.png
deleted file mode 100755
index 27dc3b4..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/bottom_up_wizard.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/facet_configuration.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/facet_configuration.png
deleted file mode 100755
index d37c91a..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/facet_configuration.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/jaxws_handler_wizard.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/jaxws_handler_wizard.png
deleted file mode 100644
index 17213b3..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/jaxws_handler_wizard.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/module_dependencies.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/module_dependencies.png
deleted file mode 100755
index 524ad9c..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/module_dependencies.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/project_facets.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/project_facets.png
deleted file mode 100755
index 0917995..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/project_facets.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/top_down_wizard.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/top_down_wizard.png
deleted file mode 100755
index 8a7191c..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/top_down_wizard.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/ws_client_wizard.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/ws_client_wizard.png
deleted file mode 100755
index 66cc22c..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/ws_client_wizard.png
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html
deleted file mode 100755
index d6376e3..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Install the CXF Project Facet</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>Install the CXF Project Facet</h2>
-<p>There are three ways to enable a Dynamic Web Project for CXF Web services development.<p>
-<ol>
-<li>Let the Web Services wizards do it for you automatically when creating a Web service with Apache CXF.</li>
-<li>Select a CXF project configuration or modify another configuration when creating a new Dynamic Web Project
-<p><img src="./images/facet_configuration.png" alt="Project Configuration" > </p></li>
-<li>Right-click on a Dynamic Web Project and choose <b>Properties</b> from the context menu.<br/> On the the <b>Project Facets</b>
- properties page select the <b>CXF 2.x Web Services</b> facet in the list and click <b>OK</b>.
- <p><img src="./images/project_facets.png" alt="Project Facets" > </p></li>
-</ol>
-<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
-<a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html">CXF Project Facet</a><br>
-</body>
-</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
deleted file mode 100755
index 72aebd3..0000000
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta name="copyright" content="Copyright (c) 2009 Shane Clarke. 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 http://www.eclipse.org/legal/epl-v10.html. Contributors: Shane Clarke - initial API and implementation">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Manage the exporting of CXF libraries at deployment time</title>
- <link href="../book.css" rel="stylesheet" charset="ISO-8859-1" type="text/css">
-</head>
-
-<body lang="EN-US">
-<h2>Manage the exporting of CXF libraries at deployment time</h2>
-<p>By default projects configured with the CXF facet are setup to resolve the CXF libraries to the WEB-INF/lib folder at deployment time.</p>
-<p>This however greatly increases the size of the deployed web module. If the web or application server you are deploying to is already configured with the Apache CXF libraries you
-can disable this option in the Apache CXF preferences.</p>
-<p>To enable or disable this functionality in a existing <b>Dynamic Web Project</b> already configured with the CXF Facet right-click on the project and choose <b>Properties</b>.<br/></p>
-<p><img src="./images/module_dependencies.png" alt="Module Dependencies"></p>
-Select the <b>Java EE Module Dependencies</b> properties page and select or deselect the version of the <b>Apache CXF Library</b> that is configured in the project and click <b>OK</b>.
-<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
-<a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html">CXF Project Facet</a><br>
-</body>
-</html> \ No newline at end of file

Back to the top