wsimport.1 7.9 KB
Newer Older
M
mfang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
'\" t
.\" Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
.\" Title: wsimport
.\" Language: English
.\" Date: 2013年11月21日
.\" SectDesc: Java Webサービス・ツール
.\" Software: JDK 8
.\" Arch: 汎用
.\"
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\"
.\" This code is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License version 2 only, as
.\" published by the Free Software Foundation.
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" version 2 for more details (a copy is included in the LICENSE file that
.\" accompanied this code).
.\"
.\" You should have received a copy of the GNU General Public License version
.\" 2 along with this work; if not, write to the Free Software Foundation,
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
.\"
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
.\" or visit www.oracle.com if you need additional information or have any
.\" questions.
.\"
.pl 99999
.TH "wsimport" "1" "2013年11月21日" "JDK 8" "Java Webサービス・ツール"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
wsimport \- Webアプリケーション・アーカイブ(WAR)ファイルにパッケージできるJAX\-WSポータブル・アーティファクトを生成して、Antタスクを指定します。
53
.SH "概要"
M
mfang 已提交
54 55 56 57 58 59
.sp
.if n \{\
.RS 4
.\}
.nf
\fIwsimport\fR [ \fIoptions\fR ] \fIwsdl\fR
T
tbell 已提交
60
.fi
M
mfang 已提交
61 62 63 64 65 66 67
.if n \{\
.RE
.\}
.PP
\fIoptions\fR
.RS 4
コマンドライン・オプション。オプションを参照してください。
T
tbell 已提交
68
.RE
M
mfang 已提交
69 70 71 72
.PP
\fIwsdl\fR
.RS 4
Webサービスを呼び出す方法、パラメータに必要な値、返されるデータ構造についてのコンピュータで読取り可能な記述が含まれまるファイルです。
T
tbell 已提交
73
.RE
M
mfang 已提交
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
.SH "説明"
.PP
\fIwsimport\fRコマンドは、次のJAX\-WSポータブル・アーティファクトを生成します。これらのアーティファクトは、デプロイするWSDLおよびスキーマ・ドキュメントおよびエンドポイント実装とともに、WARファイルにパッケージできます。\fIwsimport\fRコマンドでは\fIwsimport\fR
Antタスクも提供されます。
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/wsimportant\&.htmlのWsimport Ant TaskページのToolsタブを参照してください。
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
サービス・エンドポイント・インタフェース(SEI)
T
tbell 已提交
89
.RE
M
mfang 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
サービス
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
例外クラスは\fIwsdl:fault\fRからマップされます(存在する場合)
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
非同期レスポンスBeanはレスポンス\fIwsdl:message\fRから派生します(存在する場合)
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
JAXBが生成する値タイプ(スキーマのタイプからマップされたJavaクラス)
.RE
.PP
\fIwsgen\fRコマンドを起動するには、次を行います。
.PP
\fBOracle Solaris/Linux\fR:
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
142
.nf
M
mfang 已提交
143
/bin/wsimport\&.sh \-help
D
duke 已提交
144
.fi
M
mfang 已提交
145 146 147 148 149 150 151 152 153
.if n \{\
.RE
.\}
.PP
\fBWindows\fRの場合:
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
154
.nf
M
mfang 已提交
155
\ebin\ewsimport\&.bat \-help
D
duke 已提交
156
.fi
M
mfang 已提交
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
.if n \{\
.RE
.\}
.SH "オプション"
.PP
\-d \fIdirectory\fR
.RS 4
生成される出力ファイルを格納する場所を指定します。
.RE
.PP
\-b \fIpath\fR
.RS 4
外部JAX\-WSまたはJAXBバインディング・ファイルを指定します。\fI\-b\fRオプションで複数のJAX\-WSおよびJAXBバインディング・ファイルを指定できます。これらのファイルを使用して、パッケージ名、Bean名などをカスタマイズできます。JAX\-WSおよびJAXBバインディング・ファイルの詳細は、
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/wsimportant\&.htmlのWSDL CustomizationのUsers Guideタブを参照してください
.RE
.PP
\-B \fIjaxbOption\fR
.RS 4
JAXBスキーマ・コンパイラに\fIjaxbOption\fRオプションを渡します。
.RE
.PP
\-catalog
.RS 4
外部エンティティ参照を解決するカタログ・ファイルを指定します。\fI\-catalog\fRオプションは、TR9401、XCatalog、OASIS XML Catalogの各形式をサポートしています。http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/catalog\-support\&.htmlの
Catalog SupportページのUsers Guideタブを参照してください。
.RE
.PP
\-extension
.RS 4
ベンダー拡張を使用可能にします。拡張を使用すると、アプリケーションの移植性が失われたり、他の実装と連携できなくなる可能性があります。
.RE
.PP
\-help
.RS 4
\fIwsimport\fRコマンドに関するヘルプ・メッセージを表示します。
.RE
.PP
\-httpproxy: \fIhost\fR:\fIport\fR
.RS 4
HTTPプロキシ・サーバーを指定します。デフォルトは8080です。
.RE
.PP
\-keep
.RS 4
201
生成されたファイルを保持します
M
mfang 已提交
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
.RE
.PP
\-p \fIname\fR
.RS 4
ターゲット・パッケージ\fIname\fRを指定して、WSDLおよびスキーマ・バインディングのカスタマイズ、および仕様部で定義されたデフォルトのアルゴリズムをオーバーライドします。
.RE
.PP
\-s \fIdirectory\fR
.RS 4
生成されるソース・ファイルを格納する場所を指定します
.RE
.PP
\-verbose
.RS 4
コンパイラ・メッセージを表示します。
.RE
.PP
\-version
.RS 4
リリース情報を出力します。
.RE
.PP
\-wsdllocation \fIlocation\fR
.RS 4
\fI@WebServiceClient\&.wsdlLocation\fRの値を指定します。
.RE
.PP
\-target
.RS 4
指定されたJAX\-WS仕様バージョンに従って、コードを生成します。バージョン2\&.0では、JAX\-WS 2\&.0仕様に準拠したコードを生成します。
.RE
.PP
\-quiet
.RS 4
\fIwsimport\fRコマンド出力を抑制します。
.RE
.PP
\fI\-b\fRオプションを使用して、複数の\fIJAX\-WS\fRおよび\fIJAXB\fRバインディング・ファイルを指定できます。これらのファイルを使用して、パッケージ名やBean名など、様々なものをカスタマイズできます。\fIJAX\-WS\fRおよび\fIJAXB\fRバインディング・ファイルの詳細は、
https://jax\-ws\&.dev\&.java\&.net/nonav/2\&.1\&.1/docs/customizations\&.htmlのJAXBタブを参照してください
.SH "非標準オプション"
.PP
\-XadditionalHeaders
.RS 4
リクエストまたはレスポンス・メッセージにバインドされないヘッダーをJavaメソッドのパラメータにマップします
.RE
.PP
\-Xauthfile \fIfile\fR
.RS 4
認証情報を含むファイルを指定するWSDL URIです。このURIの形式は次のとおりです。
.sp
http://\fIuser\-name\fR:\fIpassword\fR@\fIhost\-name\fR/\fIweb\-service\-name\fR>?wsdl
.RE
.PP
\-Xdebug
.RS 4
257
デバッグ情報を出力します
M
mfang 已提交
258 259 260 261 262 263 264 265 266 267 268
.RE
.PP
\-Xno\-addressing\-databinding
.RS 4
W3C EndpointReferenceTypeとJavaのバインディングを有効にします。
.RE
.PP
\-Xnocompile
.RS 4
生成されたJavaファイルをコンパイルしません
.RE
269
.SH "例"
M
mfang 已提交
270 271 272 273 274 275
.PP
次の例では、Javaアーティファクトを生成し、\fIhttp://stockquote\&.example\&.com/quote?wsdl\fRをインポートしてアーティファクトをコンパイルします。
.sp
.if n \{\
.RS 4
.\}
T
tbell 已提交
276
.nf
M
mfang 已提交
277
wsimport \-p stockquote http://stockquote\&.example\&.com/quote?wsdl
T
tbell 已提交
278
.fi
M
mfang 已提交
279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329
.if n \{\
.RE
.\}
.SH "関連項目"
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
wsgen(1)
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/wsimportant\&.htmlの
Wsimport Ant TaskページのToolsタブ
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/catalog\-support\&.htmlの
Catalog SupportページのUsers Guideタブ
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/wsimportant\&.htmlの
WSDL CustomizationページのUsers Guideタブ
.RE
T
tbell 已提交
330
.br
M
mfang 已提交
331 332
'pl 8.5i
'bp