Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html')
-rw-r--r--docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html101
1 files changed, 0 insertions, 101 deletions
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html b/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html
deleted file mode 100644
index b331ab5fc..000000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation 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: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Axis emitter preferences" />
-<meta name="abstract" content="The Axis Emitter preferences page allows you to set the following preferences used when creating or consuming Axis Web services." />
-<meta name="description" content="The Axis Emitter preferences page allows you to set the following preferences used when creating or consuming Axis Web services." />
-<meta content="preferences, Web services, Axis" name="DC.subject" />
-<meta content="preferences, Web services, Axis" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/twspref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="axisemitterpreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Axis emitter preferences</title>
-</head>
-<body id="axisemitterpreferences"><a name="axisemitterpreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">Axis emitter preferences</h1>
-
-
-
-<div><p>The Axis Emitter preferences page allows you to set the following
-preferences used when creating or consuming Axis Web services.</p>
-
-<div class="section"><h4 class="sectiontitle">WSDL2Java</h4><dl>
-<dt class="dlterm">Generate code for all elements:</dt>
-
-<dd>By default, WSDL2Java only generates code for those elements in the WSDL
-file that are referenced. For additional information regarding how referencing
-works refer to the Axis reference guide: <a href="http://ws.apache.org/axis/java/reference.html" target="_blank">http://ws.apache.org/axis/java/reference.html</a></dd>
-
-
-<dt class="dlterm">Emits separate Helper classes for metadata:</dt>
-
-<dd>If you select this option WSDL2Java will create a separate helper class
-that contains the metadata rather than including it in the skeleton.</dd>
-
-
-<dt class="dlterm">Prefers building beans to straight arrays for wrapped XML array types:</dt>
-
-<dd>The default behavior is to map this XML construct: <pre>&lt;element name="array"&gt;
- &lt;complexType&gt;
- &lt;sequence&gt;
- &lt;element name="item" type="xs:string"/&gt;
- &lt;/sequence&gt;
- &lt;/complexType&gt;
-&lt;/element&gt;</pre>
-to a Java String array (String[]). If you would rather
-a specific JavaBean class (ArrayOfString) be generated for these types of
-schemas, select this option. </dd>
-
-
-<dt class="dlterm">Add scope to deploy.wsdd:</dt>
-
-<dd>This indicates how to deploy the server implementation. Application uses
-one instance of the implementation class for all requests. Request creates
-a new instance of the implementation class for each request. Session creates
-a new instance of the implementation class for each session.</dd>
-
-
-<dt class="dlterm">Timeout in seconds:</dt>
-
-<dd>The default is 45. Use -1 to disable the timeout.</dd>
-
-</dl>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Java2WSDL</h4><dl>
-<dt class="dlterm">Look for allowed methods in inherited class:</dt>
-
-<dd>If this option is specified, the Java2WSDL parser will look into extended
-classes to determine the list of methods to export into the WSDL file. </dd>
-
-
-<dt class="dlterm">Analyze the service class for compliance to JAX-RPC before generating
-code:</dt>
-
-<dd>If selected, the tools will examine the Java service class and its value
-types to determine if it satisfies important requirements of the JAX-RPC specification.</dd>
-
-</dl>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/twspref.html" title="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences.">Setting Web services preferences</a></div>
-</div>
-</div>
-
-</body>
-</html> \ No newline at end of file

Back to the top