jdk/src/linux/doc/man/wsgen.1
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2692 345bc8d65b19
child 5865 47da38a8c0f0
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
     1
." Copyright 2006 Sun Microsystems, Inc.  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
."
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    22
.TH wsgen 1 "04 May 2009"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    23
." Generated from HTML by html2man (author: Eric Armstrong)
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    24
.SH "Name"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    25
wsgen \- Java(TM) API for XML Web Services (JAX\-WS) 2.0
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    30
\f3Specification Version:\fP 2.1
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    31
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    32
\f3Implementation Version:\fP 2.1.1
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    33
.LP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    34
.LP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    35
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
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.RE
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    38
.SH "Overview"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    39
.LP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    40
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
    41
.na
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    42
\f2Wsgen ant task\fP @
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    43
.fi
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    44
https://jax\-ws.dev.java.net/nonav/2.1.1/docs/wsgenant.html for details.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    46
.SH "Launching wsgen"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    47
.RS 3
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
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    50
\f3Solaris/Linux\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    51
.RS 3
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
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    54
\f2export JAXWS_HOME=/pathto/jaxws\-ri\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    55
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    56
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    57
\f2$JAXWS_HOME/bin/wsgen.sh \-help\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    58
.RE
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
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    61
\f3Windows\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    62
.RS 3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    63
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    64
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    65
\f2set JAXWS_HOME=c:\\pathto\\jaxws\-ri\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    66
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    67
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    68
\f2%JAXWS_HOME%\\bin\\wsgen.bat \-help\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    69
.RE
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    70
.RE
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    73
.SH "Syntax"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    77
wsgen [options] <SEI>\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    78
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    79
\f3
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
The following table lists the \f2wsgen\fP options.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
Specify where to find input class files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
Same as \f2\-classpath <path>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
Specify where to place generated output files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
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
   164
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
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
   180
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
Specify where to place generated source files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
Output messages about what the compiler is doing
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
Print version information. Use of this option will ONLY print version information. Normal processing will not occur.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   235
.am 81
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   241
.if \n(.l<\n(81 .ll \n(81u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   243
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
   244
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   259
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
   260
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   275
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
   276
.br
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
.nr 38 \w\f3Option\fP
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\-classpath <path>\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\-cp <path>\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\-d <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\-extension\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\-help\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\-keep\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   301
.nr 38 \w\f4\-r <directory>\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\-s <directory>\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\-verbose\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   307
.nr 38 \w\f4\-version\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   308
.if \n(80<\n(38 .nr 80 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   309
.nr 38 \w\f4\-wsdl[:protocol]\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   311
.nr 38 \w\f4\-servicename <name>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   313
.nr 38 \w\f4\-portname <name>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
.nr 38 \w\f3Description\fP
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 \wDisplay help
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 \wKeep generated files
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
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
.nr 38 \n(a-
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(b-
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(c-
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(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
.nr 38 \n(f-
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(g-
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
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
.if \n(81<\n(38 .nr 81 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   342
.nr 38 \n(i-
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   343
.if \n(81<\n(38 .nr 81 \n(38
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
.nr TW \n(81
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   358
.if t .if \n(TW>\n(.li .tm Table at line 140 file Input is too wide - \n(TW units
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
\&\h'|\n(40u'\f3Option\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   381
\&\h'|\n(40u'\f4\-classpath <path>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   397
\&\h'|\n(40u'\f4\-cp <path>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   413
\&\h'|\n(40u'\f4\-d <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   429
\&\h'|\n(40u'\f4\-extension\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   443
\&\h'|\n(40u'\f4\-help\fP\h'|\n(41u'Display help
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   447
\&\h'|\n(40u'\f4\-keep\fP\h'|\n(41u'Keep generated files
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   453
\&\h'|\n(40u'\f4\-r <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   469
\&\h'|\n(40u'\f4\-s <directory>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   485
\&\h'|\n(40u'\f4\-verbose\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   501
\&\h'|\n(40u'\f4\-version\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   517
\&\h'|\n(40u'\f4\-wsdl[:protocol]\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
.sp |\n(##u-1v
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   521
.nr 37 \n(41u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
.if \n(32>\n(31 .nr 31 \n(32
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   527
.sp |\n(31u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   528
.ne \n(j|u+\n(.Vu
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   529
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   530
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   531
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   532
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   533
\&\h'|\n(40u'\f4\-servicename <name>\fP\h'|\n(41u'
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   534
.mk ##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   535
.nr 31 \n(##
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   549
\&\h'|\n(40u'\f4\-portname <name>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
.TE
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   576
.if \n-(b.=0 .nr c. \n(.c-\n(d.-53
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   579
.SH "Example"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   580
.nf
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   581
\f3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   582
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   583
\fP\f3wsgen \-d stock \-cp myclasspath stock.StockService\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   584
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   585
.fi
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   587
This will generate the wrapper classes needed for StockService annotated with @WebService annotation inside \f3stock\fPdirectory.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   591
\fP\f3wsgen \-wsdl \-d stock \-cp myclasspath stock.StockService\fP 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   595
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
   596
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   599
\fP\f3wsgen \-wsdl:Xsoap1.2 \-d stock \-cp myclasspath stock.StockService\fP 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   603
Will generate a SOAP 1.2 WSDL.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   605
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.