jdk/src/linux/doc/man/wsimport.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 wsimport 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
wsimport \- Java(TM) API for XML Web Services (JAX\-WS) 2.0
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    27
\f3Specification Version:\fP 2.1
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    28
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    29
\f3Implementation Version:\fP 2.1.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
.SH "Overview"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
The \f2wsimport\fP tool generates JAX\-WS portable artifacts, such as:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
Service Endpoint Interface (SEI) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
Service 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
Exception class mapped from wsdl:fault (if any) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
Async Reponse Bean derived from response wsdl:message (if any) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
JAXB generated value types (mapped java classes from schema types) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    52
These artifacts can be packaged in a WAR file with the WSDL and schema documents along with the endpoint implementation to be deployed. also provides wsimport ant task, see 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    53
.na
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    54
\f2Wsimport ant task\fP @
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    55
.fi
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    56
https://jax\-ws.dev.java.net/nonav/2.1.1/docs/wsimportant.html.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    60
.SH "Launching wsimport"
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
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    64
\f3Solaris/Linux\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    65
.RS 3
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/bin/wsimport.sh \-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
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    71
o
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    72
\f3Windows\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    73
.RS 3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    74
.TP 2
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    75
*
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    76
\f2\\bin\\wsimport.bat \-help\fP 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    77
.RE
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    78
.RE
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    81
.SH "Syntax"
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    82
.nf
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    83
\f3
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    84
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    85
wsimport [options] <wsdl>
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    86
.fl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    87
\fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
    88
.fi
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
The following table lists the \f2wsimport\fP options.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
Specify where to place generated output files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
Specify external JAX\-WS or JAXB binding files (Each \f2<file>\fP must have its own \f2\-b\fP)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   152
Pass this option to JAXB schema compiler
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   168
Specify catalog file to resolve external entity references, it supports TR9401, XCatalog, and OASIS XML Catalog format. Please read the documentation of
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   169
.na
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   170
\f2catalog\fP @
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   171
.fi
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   172
https://jax\-ws.dev.java.net/nonav/2.1.1/docs/catalog\-support.html and see \f3catalog\fP sample.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   180
.am 81
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   186
.if \n(.l<\n(81 .ll \n(81u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   188
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
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   196
.am 80
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   202
.if \n(.l<\n(80 .ll \n(80u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   204
\f3\-httpproxy:<host>:<port> \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   220
Specify an HTTP proxy server (port defaults to 8080)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   236
Specifying a target package via this command\-line option, overrides any wsdl and schema binding customization for package name and the default package name algorithm defined in the specification
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   252
Specify where to place generated source files
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   268
Output messages about what the compiler is doing
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   276
.am 81
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   282
.if \n(.l<\n(81 .ll \n(81u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   284
Print version information
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
.eo
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   292
.am 80
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
.ll \n(34u*1u/3u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   298
.if \n(.l<\n(80 .ll \n(80u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
.in 0
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   300
\f3\-wsdllocation <location>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
.ec \
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   307
.eo
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   308
.am 81
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   309
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   310
.di m+
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   311
.35
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   312
.ft \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   313
.ll \n(34u*1u/3u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   314
.if \n(.l<\n(81 .ll \n(81u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   315
.in 0
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   316
\f2@WebServiceClient.wsdlLocation\fP value
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   317
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   318
.di
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   319
.nr m| \n(dn
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   320
.nr m- \n(dl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   321
..
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   322
.ec \
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   323
.eo
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   324
.am 81
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   325
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   326
.di n+
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   327
.35
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   328
.ft \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   329
.ll \n(34u*1u/3u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   330
.if \n(.l<\n(81 .ll \n(81u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   331
.in 0
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   332
Generate code as per the given JAX\-WS specification version. version 2.0 will generate compliant code for JAX\-WS 2.0 spec.
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   333
.br
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   334
.di
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   335
.nr n| \n(dn
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   336
.nr n- \n(dl
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   337
..
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   338
.ec \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
.nr 38 \w\f3Option\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   345
.nr 38 \w\f3\-d <directory> \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   347
.nr 38 \w\f3\-b <path> \fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   348
.if \n(80<\n(38 .nr 80 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   349
.nr 38 \w\f3\-B <jaxbOption>\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   351
.nr 38 \w\f3\-catalog\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   353
.nr 38 \w\f3\-extension \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   355
.nr 38 \w\f3\-help \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   357
.nr 38 \w\f3\-keep \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   359
.nr 38 \w\f3\-p \fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   360
.if \n(80<\n(38 .nr 80 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   361
.nr 38 \w\f3\-s <directory> \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   363
.nr 38 \w\f3\-verbose \fP
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   364
.if \n(80<\n(38 .nr 80 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   365
.nr 38 \w\f3\-version \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   367
.nr 38 \w\f3\-target \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   369
.nr 38 \w\f3\-quiet \fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
.rm 80
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   373
.nr 38 \n(f-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
.if \n(80<\n(38 .nr 80 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   375
.nr 38 \n(l-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
.nr 38 \wDisplay help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
.nr 38 \wKeep generated files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
.if \n(81<\n(38 .nr 81 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   384
.nr 38 \wSuppress wsimport output
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   385
.if \n(81<\n(38 .nr 81 \n(38
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
.if \n(81<\n(38 .nr 81 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   396
.nr 38 \n(e-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
.if \n(81<\n(38 .nr 81 \n(38
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   406
.nr 38 \n(k-
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   407
.if \n(81<\n(38 .nr 81 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   408
.nr 38 \n(m-
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   409
.if \n(81<\n(38 .nr 81 \n(38
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   410
.nr 38 \n(n-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
.nr TW \n(81
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   422
.if t .if \n(TW>\n(.li .tm Table at line 158 file Input is too wide - \n(TW units
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
\&\h'|\n(40u'\f3Option\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   445
\&\h'|\n(40u'\f3\-d <directory> \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   461
\&\h'|\n(40u'\f3\-b <path> \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   477
\&\h'|\n(40u'\f3\-B <jaxbOption>\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   493
\&\h'|\n(40u'\f3\-catalog\fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
.sp |\n(31u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   504
.ne \n(e|u+\n(.Vu
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   505
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   509
\&\h'|\n(40u'\f3\-extension \fP\h'|\n(41u'
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   510
.mk ##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   511
.nr 31 \n(##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   512
.sp |\n(##u-1v
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   513
.nr 37 \n(41u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   514
.in +\n(37u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   515
.e+
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   516
.in -\n(37u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   517
.mk 32
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   518
.if \n(32>\n(31 .nr 31 \n(32
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   519
.sp |\n(31u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   520
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   521
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   522
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   523
\&\h'|\n(40u'\f3\-help \fP\h'|\n(41u'Display help
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
.ne \n(f|u+\n(.Vu
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   525
.ne \n(g|u+\n(.Vu
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   527
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
\&\h'|\n(40u'\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
.sp |\n(31u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   549
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   550
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   551
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   552
\&\h'|\n(40u'\f3\-keep \fP\h'|\n(41u'Keep generated files
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   558
\&\h'|\n(40u'\f3\-p \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   574
\&\h'|\n(40u'\f3\-s <directory> \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   590
\&\h'|\n(40u'\f3\-verbose \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
.ne \n(k|u+\n(.Vu
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   602
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   603
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   604
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   605
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   606
\&\h'|\n(40u'\f3\-version \fP\h'|\n(41u'
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   607
.mk ##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   608
.nr 31 \n(##
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   609
.sp |\n(##u-1v
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   610
.nr 37 \n(41u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   611
.in +\n(37u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   612
.k+
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   613
.in -\n(37u
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   614
.mk 32
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   615
.if \n(32>\n(31 .nr 31 \n(32
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   616
.sp |\n(31u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
.ne \n(l|u+\n(.Vu
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   618
.ne \n(m|u+\n(.Vu
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   620
.if (\n(m|+\n(#^-1v)>\n(#- .nr #- +(\n(m|+\n(#^-\n(#--1v)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
\&\h'|\n(40u'\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
.in +\n(37u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   630
.l+
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
.in +\n(37u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   637
.m+
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
.sp |\n(31u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   642
.ne \n(n|u+\n(.Vu
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   643
.if (\n(n|+\n(#^-1v)>\n(#- .nr #- +(\n(n|+\n(#^-\n(#--1v)
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   644
.ta \n(80u \n(81u 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
.nr 35 1m
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   647
\&\h'|\n(40u'\f3\-target \fP\h'|\n(41u'
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
.n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
.sp |\n(31u
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   658
.ta \n(80u \n(81u 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   659
.nr 31 \n(.f
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   660
.nr 35 1m
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   661
\&\h'|\n(40u'\f3\-quiet \fP\h'|\n(41u'Suppress wsimport output
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
.rm m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
.rm n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
.TE
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   681
.if \n-(b.=0 .nr c. \n(.c-\n(d.-66
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   683
Multiple JAX\-WS and JAXB binding files can be specified using \f2\-b\fP option and they can be used to customize various things like package names, bean names, etc. More information on JAX\-WS and JAXB binding files can be found in the 
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   684
.na
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   685
\f2customization documentation\fP @
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
.fi
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   687
https://jax\-ws.dev.java.net/nonav/2.1.1/docs/customizations.html.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   689
.SH "Example"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
.fl
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   693
\fP\f3wsimport \-p stockquote http://stockquote.xyz/quote?wsdl\fP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
.LP
2692
345bc8d65b19 6837214: Update JDK7 man pages
tbell
parents: 2
diff changeset
   697
This will generate the Java artifacts and compile them by importing the \f2http://stockquote.xyz/quote?wsdl\fP.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699