~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to xml/wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_views.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 
4
* Use is subject to license terms.
 
5
-->
 
6
 
 
7
<html>
 
8
 
 
9
<head>
 
10
<title>About the WSDL View</title>
 
11
<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
 
 
14
<body>
 
15
 
 
16
<h2>About the WSDL View</h2>
 
17
<p><small><a href="#seealso">See Also</a></small></p>
 
18
 
 
19
<p>In the WSDL view of the WSDL Editor, the WSDL file appears as a tree component or a series of columns.</p>
 
20
 
 
21
<p>The WSDL view has two subviews: tree view and column view. 
 
22
  To switch between the subviews, use the buttons in the WSDL Editor toolbar.</p>
 
23
 
 
24
<p>The main nodes in the WSDL view correspond to the major elements in a WSDL file.</p>
 
25
 
 
26
<ul>
 
27
<li><b>Types.</b> This node enables you to <a href="wsdl_editor_import_schema.html">import XML schemas</a> and to <a href="wsdl_editor_data_types.html">add inline schemas</a>.</li>
 
28
<li><b>Imports.</b> This node enables you to <a href="wsdl_editor_import_wsdl.html">import WSDL files</a>.</li>
 
29
<li><b>Messages.</b> This node enables you to create, edit, and delete <a href="wsdl_editor_messages.html">messages</a>.</li>
 
30
<li><b>Port Types.</b> This node enables you to create, edit, and delete <a href="wsdl_editor_port_types.html">port types</a>.</li>
 
31
<li><b>Bindings.</b> This node enables you to create, edit, and delete <a href="wsdl_editor_bindings.html">bindings</a>.</li>
 
32
<li><b>Services.</b> This node enables you to create, edit, and delete <a href="wsdl_editor_services.html">services</a>.</li>
 
33
<li><b>Extensibility Elements.</b> This node enables you to add the following extensibility elements: 
 
34
<a href="wsdl_editor_bpel_ext.html">partner link types</a>, 
 
35
<a href="wsdl_editor_prop.html">properties</a>, and 
 
36
<a href="wsdl_editor_prop.html">property aliases</a>.</li>
 
37
</ul>
 
38
 
 
39
<p>Some of the nodes in the WSDL view allow you to add extension attributes. 
 
40
  Right-click the node and choose Add Extension Attribute. 
 
41
  In the Add Extension Attribute dialog box, specify the name and namespace. 
 
42
  Once you add the attribute, you can specify the value from the Properties window. 
 
43
  To delete the attribute, right-click the node and choose Remove Attributes.</p>
 
44
 
 
45
<p>If you right-click a node and choose Go To &gt; Source, 
 
46
  then the Source view appears with the cursor positioned at the beginning of the component's block.</p>
 
47
 
 
48
<h3>WSDL View Tasks</h3>
 
49
 
 
50
<ul>
 
51
  <li><a href="wsdl_editor_root.html" title="Configuring the Root Element">Configuring the Root Element</a></li>
 
52
  <li><a href="wsdl_editor_import_schema.html" title="Importing XML Schemas Using the WSDL View">Importing XML Schemas Using the WSDL View</a></li>
 
53
  <li><a href="wsdl_editor_data_types.html" title="Adding Inline Schemas Using the WSDL View">Adding Inline Schemas Using the WSDL View</a></li>
 
54
  <li><a href="wsdl_editor_import_wsdl.html" title="Importing WSDL Files Using the WSDL View">Importing WSDL Files Using the WSDL View</a></li>
 
55
  <li><a href="wsdl_editor_messages.html" title="Configuring Messages Using the WSDL View">Configuring Messages Using the WSDL View</a></li>
 
56
  <li><a href="wsdl_editor_port_types.html" title="Configuring Port Types Using the WSDL View">Configuring Port Types Using the WSDL View</a></li>
 
57
  <li><a href="wsdl_editor_bindings.html" title="Configuring Bindings Using the WSDL View">Configuring Bindings Using the WSDL View</a></li>
 
58
  <li><a href="wsdl_editor_services.html" title="Configuring Services Using the WSDL View">Configuring Services Using the WSDL View</a></li>
 
59
  <li><a href="wsdl_editor_bpel_ext.html" title="Configuring Partner Link Types Using the WSDL View">Configuring Partner Link Types Using the WSDL View</a></li>
 
60
  <li><a href="wsdl_editor_prop.html" title="Configuring Properties and Property Aliases Using the WSDL View">Configuring Properties and Property Aliases Using the WSDL View</a></li>
 
61
  <li><a href="CSH/wsdlui-wsdlview-showusages.html" title="Finding Usages of WSDL Components">Finding Usages of WSDL Components</a></li>
 
62
  <li><a href="wsdl_editor_refactoring.html" title="Using Refactoring to Rename or Delete WSDL Components">Using Refactoring to Rename or Delete WSDL Components</a></li>
 
63
  <li><a href="wsdl_editor_documentation.html" title="Adding Documentation">Adding Documentation</a></li>
 
64
  <li><a href="wsdl_editor_find.html" title="Using Find in the WSDL View">Using Find in the WSDL View</a></li>
 
65
</ul>
 
66
 
 
67
<dl>
 
68
<dt><a name="seealso">See Also</a></dt>
 
69
<dd><a href="wsdl_editor.html" title="About the WSDL Editor">About the WSDL Editor</a></dd>
 
70
</dl>
 
71
<hr>
 
72
<small>  
 
73
<a href="credits.html">Legal Notices</a></small>
 
74
<table border="0" cellpadding="150">
 
75
<tr><td>&nbsp;</td></tr>
 
76
<tr><td>&nbsp;</td></tr>
 
77
<tr><td>&nbsp;</td></tr>
 
78
</table>
 
79
</body>
 
80
</html>