xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-toc.xml
author Milutin Kristofic <mkristofic@netbeans.org>
Mon, 30 Jan 2017 14:30:54 +0100
changeset 1583 fe20f672a61a
parent 471 f87b5271bda4
permissions -rw-r--r--
Added Missing copyright information in source files
     1 <?xml version='1.0' encoding='ISO-8859-1'?>
     2 <!--
     3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4 
     5 Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     6 
     7 Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     8 Other names may be trademarks of their respective owners.
     9 
    10 The contents of this file are subject to the terms of either the GNU
    11 General Public License Version 2 only ("GPL") or the Common
    12 Development and Distribution License("CDDL") (collectively, the
    13 "License"). You may not use this file except in compliance with the
    14 License. You can obtain a copy of the License at
    15 http://www.netbeans.org/cddl-gplv2.html
    16 or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    17 specific language governing permissions and limitations under the
    18 License.  When distributing the software, include this License Header
    19 Notice in each file and include the License file at
    20 nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    21 particular file as subject to the "Classpath" exception as provided
    22 by Oracle in the GPL Version 2 section of the License file that
    23 accompanied this code. If applicable, add the following below the
    24 License Header, with the fields enclosed by brackets [] replaced by
    25 your own identifying information:
    26 "Portions Copyrighted [year] [name of copyright owner]"
    27 
    28 Contributor(s):
    29 
    30 The Original Software is NetBeans. The Initial Developer of the Original
    31 Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    32 Microsystems, Inc. All Rights Reserved.
    33 
    34 If you wish your version of this file to be governed by only the CDDL
    35 or only the GPL Version 2, indicate your decision by adding
    36 "[Contributor] elects to include this software in this distribution
    37 under the [CDDL or GPL Version 2] license." If you do not indicate a
    38 single choice of license, a recipient has the option to distribute
    39 your version of this file under either the CDDL, the GPL Version 2 or
    40 to extend the choice of license to its licensees as provided above.
    41 However, if you add GPL Version 2 code and therefore, elected the GPL
    42 Version 2 license, then the option applies only if the new code is
    43 made subject to such option by the copyright holder.
    44 -->
    45 <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
    46                      "http://java.sun.com/products/javahelp/toc_2_0.dtd">
    47 
    48 <toc version="2.0">
    49 <tocitem text="Web Services">
    50     <tocitem text="Creating Web Services">
    51 	<tocitem text="Editing WSDL Files">
    52 		<tocitem text="Editing WSDL Files" target="org.netbeans.modules.xml.wsdlui.about" />
    53 		<tocitem text="Source View">
    54 			<tocitem text="About the Source View" target="wsdlui_source" />
    55 			<tocitem text="Using Code Completion in WSDL Files" target="wsdlui_code_completion" />
    56 		</tocitem>
    57 		<tocitem text="WSDL View">
    58 			<tocitem text="About the WSDL View" target="wsdlui_views" />
    59 			<tocitem text="Configuring the Root Element" target="wsdlui_root" />
    60 			<tocitem text="Importing XML Schemas Using the WSDL View" target="wsdlui_import_schema" />
    61 			<tocitem text="Adding Inline Schemas Using the WSDL View" target="wsdlui_data" />
    62 			<tocitem text="Importing WSDL Files Using the WSDL View" target="wsdlui_import_wsdl" />
    63 			<tocitem text="Configuring Messages Using the WSDL View" target="wsdlui_messages" />
    64 			<tocitem text="Configuring Port Types Using the WSDL View" target="wsdlui_port" />
    65 			<tocitem text="Configuring Bindings Using the WSDL View" target="wsdlui_bindings" />
    66 			<tocitem text="Configuring Services Using the WSDL View" target="wsdlui_services" />
    67 			<tocitem text="Configuring Partner Link Types Using the WSDL View" target="wsdlui_bpel_ext" />
    68 			<tocitem text="Configuring Properties and Property Aliases Using the WSDL View" target="wsdlui_prop" />
    69 			<tocitem text="Finding Usages of WSDL Components" target="wsdlui_wsdlview_showusages" />
    70 			<tocitem text="Adding Documentation" target="wsdlui_documentation" />
    71 			<tocitem text="Using Find in the WSDL View" target="wsdlui_find" />
    72 		</tocitem>
    73 		<tocitem text="Partner View">
    74 			<tocitem text="About the Partner View" target="wsdlui_partner" />
    75 			<tocitem text="Strategies for Defining the Abstract Elements" target="wsdlui_partner_top_bottom" />
    76 			<tocitem text="Partner View Layout" target="wsdlui_partner_layout" />
    77 			<tocitem text="Navigating in the Partner View" target="wsdlui_partner_nav" />
    78 			<tocitem text="Partner Link Types">
    79 				<tocitem text="Creating Partner Link Types Using the Partner View" target="wsdlui_partner_types" />
    80 				<tocitem text="Editing Partner Link Types Using the Partner View" target="wsdlui_partner_types_editing" />
    81 			</tocitem>
    82 			<tocitem text="Messages">
    83 				<tocitem text="Creating Messages Using the Partner View" target="wsdlui_partner_messages" />
    84 				<tocitem text="Editing Messages Using the Partner View" target="wsdlui_partner_messages_editing" />
    85 			</tocitem>
    86 		</tocitem>
    87 		<tocitem text="Working with WSDL Files">
    88 			<tocitem text="Creating a WSDL File From Scratch" target="wsdlui_creating" />
    89 			<tocitem text="Creating a WSDL File Based On an Existing WSDL File" target="wsdlui_creating_existing" />
    90 			<tocitem text="NCNAME Data Type" target="wsdlui_ncname" />
    91 			<tocitem text="WSDL Binding Types: FTP" target="binding_subtype_FTP" />
    92 			<tocitem text="WSDL Binding Types: HTTP" target="binding_subtype_HTTP" />
    93 			<tocitem text="WSDL Binding Types: SOAP" target="binding_subtype_SOAP" />
    94 			<tocitem text="Using Refactoring to Rename or Delete WSDL Components" target="wsdlui_refactoring" />
    95 			<tocitem text="Validating WSDL Files" target="wsdlui_validation" />
    96 		</tocitem>
    97 	</tocitem>
    98     </tocitem>
    99 </tocitem>
   100 </toc>