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