jdk/src/linux/doc/man/wsgen.1
author bpatel
Wed, 11 May 2011 08:30:46 -0700
changeset 9573 c02ff5a7c67b
parent 5865 47da38a8c0f0
child 21743 3d979da7bdf0
permissions -rw-r--r--
7043684: Update man pages for JDK 7 tools Reviewed-by: skannan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9573
c02ff5a7c67b 7043684: Update man pages for JDK 7 tools
bpatel
parents: 5865
diff changeset
     1
." Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
." This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
." under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
." published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
." This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
." version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
." accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
." You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
." 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
."
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2692
diff changeset
    18
." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2692
diff changeset
    19
." or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2692
diff changeset
    20
." questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
."
9573
c02ff5a7c67b 7043684: Update man pages for JDK 7 tools
bpatel
parents: 5865
diff changeset
    22
.TH wsgen 1 "10 May 2011"
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    23
.SH "Name"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    24
wsgen \- Java(TM) API for XML Web Services (JAX\-WS) 2.0
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    26
\f3Specification Version:\fP 2.1
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    27
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    28
\f3Implementation Version:\fP 2.1.1
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    29
.LP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    30
The \f2wsgen\fP tool generates JAX\-WS portable artifacts used in JAX\-WS web services. The tool reads a web service endpoint implementation class (SEI) and generates all the required artifacts for web service deployment, and invocation
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    31
.SH "Overview"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    32
.LP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    33
The \f2wsgen\fP tool generates JAX\-WS portable artifacts used in JAX\-WS web services. The tool reads a web service endpoint class and generates all the required artifacts for web service deployment, and invocation. JAXWS 2.1.1 RI also provides a wsgen ant task, see 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    34
.na
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    35
\f2Wsgen ant task\fP @
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    36
.fi
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    37
https://jax\-ws.dev.java.net/nonav/2.1.1/docs/wsgenant.html for details.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    39
.SH "Launching wsgen"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    40
.RS 3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    41
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    42
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    43
\f3Solaris/Linux\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    44
.RS 3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    45
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    46
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    47
\f2export JAXWS_HOME=/pathto/jaxws\-ri\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    48
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    49
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    50
\f2$JAXWS_HOME/bin/wsgen.sh \-help\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    51
.RE
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    52
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    53
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    54
\f3Windows\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    55
.RS 3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    56
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    57
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    58
\f2set JAXWS_HOME=c:\\pathto\\jaxws\-ri\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    59
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    60
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    61
\f2%JAXWS_HOME%\\bin\\wsgen.bat \-help\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    62
.RE
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    63
.RE
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    66
.SH "Syntax"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    70
wsgen [options] <SEI>\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    71
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    72
\f3
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
The following table lists the \f2wsgen\fP options.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Specify where to find input class files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
Same as \f2\-classpath <path>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
Specify where to place generated output files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
allow vendor extensions (functionality not specified by the specification). Use of extensions may result in applications that are not portable or may not interoperate with other implementations
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
Used only in conjunction with the \-wsdl option. Specify where to place generated resource files such as WSDLs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
Specify where to place generated source files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
Output messages about what the compiler is doing
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
Print version information. Use of this option will ONLY print version information. Normal processing will not occur.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   227
.am 81
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   233
.if \n(.l<\n(81 .ll \n(81u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   235
By default \f2wsgen\fP does not generate a WSDL file. This flag is optional and will cause \f2wsgen\fP to generate a WSDL file and is usually only used so that the developer can look at the WSDL before the endpoint is deploy. The \f2protocol\fP is optional and is used to specify what protocol should be used in the \f2wsdl:binding\fP. Valid protocols include: \f2soap1.1\fP and \f2Xsoap1.2\fP. The default is \f2soap1.1\fP. \f2Xsoap1.2\fP is not standard and can only be used in conjunction with the \f2\-extension\fP option.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   251
Used only in conjunction with the \f2\-wsdl\fP option. Used to specify a particular \f2wsdl:service\fP name to be generated in the WSDL. Example, \f2\-servicename "{http://mynamespace/}MyService"\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   267
Used only in conjunction with the \f2\-wsdl\fP option. Used to specify a particular \f2wsdl:port\fP name to be generated in the WSDL. Example, \f2\-portname "{http://mynamespace/}MyPort"\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   268
.br
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
.nr 38 \w\f3Option\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   281
.nr 38 \w\f4\-classpath <path>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   283
.nr 38 \w\f4\-cp <path>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   285
.nr 38 \w\f4\-d <directory>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   287
.nr 38 \w\f4\-extension\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   289
.nr 38 \w\f4\-help\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   291
.nr 38 \w\f4\-keep\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   293
.nr 38 \w\f4\-r <directory>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   295
.nr 38 \w\f4\-s <directory>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   297
.nr 38 \w\f4\-verbose\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   299
.nr 38 \w\f4\-version\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   300
.if \n(80<\n(38 .nr 80 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   301
.nr 38 \w\f4\-wsdl[:protocol]\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   303
.nr 38 \w\f4\-servicename <name>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   305
.nr 38 \w\f4\-portname <name>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
.nr 38 \wDisplay help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
.nr 38 \wKeep generated files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
.if \n(81<\n(38 .nr 81 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   334
.nr 38 \n(i-
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   335
.if \n(81<\n(38 .nr 81 \n(38
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
.nr TW \n(81
9573
c02ff5a7c67b 7043684: Update man pages for JDK 7 tools
bpatel
parents: 5865
diff changeset
   350
.if t .if \n(TW>\n(.li .tm Table at line 133 file Input is too wide - \n(TW units
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
\&\h'|\n(40u'\f3Option\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   373
\&\h'|\n(40u'\f4\-classpath <path>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   389
\&\h'|\n(40u'\f4\-cp <path>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   405
\&\h'|\n(40u'\f4\-d <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   421
\&\h'|\n(40u'\f4\-extension\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   435
\&\h'|\n(40u'\f4\-help\fP\h'|\n(41u'Display help
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   439
\&\h'|\n(40u'\f4\-keep\fP\h'|\n(41u'Keep generated files
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   445
\&\h'|\n(40u'\f4\-r <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   461
\&\h'|\n(40u'\f4\-s <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   477
\&\h'|\n(40u'\f4\-verbose\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   493
\&\h'|\n(40u'\f4\-version\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   509
\&\h'|\n(40u'\f4\-wsdl[:protocol]\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
.sp |\n(##u-1v
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   513
.nr 37 \n(41u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
.if \n(32>\n(31 .nr 31 \n(32
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   519
.sp |\n(31u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   520
.ne \n(j|u+\n(.Vu
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   521
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   522
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   523
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   524
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   525
\&\h'|\n(40u'\f4\-servicename <name>\fP\h'|\n(41u'
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   526
.mk ##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   527
.nr 31 \n(##
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   541
\&\h'|\n(40u'\f4\-portname <name>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
.rm k+
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   567
.if \n-(b.=0 .nr c. \n(.c-\n(d.-53
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   570
.SH "Example"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   571
.nf
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   572
\f3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   573
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   574
\fP\f3wsgen \-d stock \-cp myclasspath stock.StockService\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   575
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   576
.fi
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   578
This will generate the wrapper classes needed for StockService annotated with @WebService annotation inside \f3stock\fPdirectory.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   582
\fP\f3wsgen \-wsdl \-d stock \-cp myclasspath stock.StockService\fP 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   586
This will generate a SOAP 1.1 WSDL and schema for your Java class stock.StockService annotated with @WebService annotation.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   590
\fP\f3wsgen \-wsdl:Xsoap1.2 \-d stock \-cp myclasspath stock.StockService\fP 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   594
Will generate a SOAP 1.2 WSDL.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   596
Note that you do not have to generate WSDL at the development time as JAXWS runtime will automatically generate a WSDL for you when you deploy your service.