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