wsgen.1 6.1 KB
Newer Older
M
mfang 已提交
1
'\" t
2
.\" Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
M
mfang 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.\" 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.
.\"
23 24 25 26 27 28
.\" Title: wsgen
.\" Language: Japanese
.\" Date: 2013年11月21日
.\" SectDesc: Java Webサービス・ツール
.\" Software: JDK 8
.\" Arch: 汎用
29 30
.\" Part Number: E58103-01
.\" Doc ID: JSSON
31 32
.\"
.if n .pl 99999
M
mfang 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
.TH "wsgen" "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 *
.\" -----------------------------------------------------------------
53
.SH "名前"
M
mfang 已提交
54
wsgen \- Webサービスのエンドポイント実装(SEI)クラスを読取り、Webサービスのデプロイメントと呼出しに必要なすべてのアーティファクトを生成します。
55
.SH "概要"
M
mfang 已提交
56 57 58 59 60
.sp
.if n \{\
.RS 4
.\}
.nf
61
\fBwsgen\fR [ \fIoptions\fR ] \fISEI\fR
T
tbell 已提交
62
.fi
M
mfang 已提交
63
.if n \{\
T
tbell 已提交
64
.RE
M
mfang 已提交
65 66 67 68
.\}
.PP
\fIoptions\fR
.RS 4
69
コマンド行オプション。オプションを参照してください。
T
tbell 已提交
70
.RE
M
mfang 已提交
71 72 73 74
.PP
\fISEI\fR
.RS 4
読み取るWebサービスのエンドポイント実装クラス(SEI)です。
T
tbell 已提交
75
.RE
M
mfang 已提交
76 77
.SH "説明"
.PP
78
\fBwsgen\fRコマンドは、JAX\-WS Webサービスで使用されるJAX\-WSポータブル・アーティファクトを生成します。このツールは、Webサービスのエンドポイント・クラスを読取り、Webサービスのデプロイメントと呼出しに必要なすべてのアーティファクトを生成します。JAXWS 2\&.1\&.1 RIでは\fBwsgen\fR
M
mfang 已提交
79 80 81
Antタスクも提供されます。
http://jax\-ws\&.java\&.net/nonav/2\&.1\&.1/docs/wsgenant\&.htmlのJAX\-WS (wsgen)ページのToolsタブを参照してください。
.PP
82
\fBwsgen\fRコマンドを起動するには、次を行います。
M
mfang 已提交
83 84 85 86
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
87
.nf
88 89 90
\fBexport JAXWS_HOME=/pathto/jaxws\-ri\fR
\fB$JAXWS_HOME/bin/wsgen\&.sh \-help\fR
 
D
duke 已提交
91
.fi
M
mfang 已提交
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
.if n \{\
.RE
.\}
.SH "オプション"
.PP
\-classpath \fIpath\fR
.RS 4
入力クラス・ファイルの場所。
.RE
.PP
\-cp \fIpath\fR
.RS 4
入力クラス・ファイルの場所。
.RE
.PP
\-d \fIdirectory\fR
.RS 4
生成された出力ファイルを格納する場所。
.RE
.PP
\-extension
.RS 4
ベンダー拡張を使用可能にします。拡張を使用すると、アプリケーションの移植性が失われたり、他の実装と連携できなくなる可能性があります。
.RE
.PP
\-help
.RS 4
119
\fBwsgen\fRコマンドに関するヘルプ・メッセージを表示します。
M
mfang 已提交
120 121 122 123 124 125 126 127 128
.RE
.PP
\-keep
.RS 4
生成されたファイルを保存します。
.RE
.PP
\-r \fIdirectory\fR
.RS 4
129
このオプションを\fB\-wsdl\fRオプションとともに使用して、WSDLなど生成されたリソース・ファイルを配置する場所を指定します。
M
mfang 已提交
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
.RE
.PP
\-s \fIdirectory\fR
.RS 4
生成されたソース・ファイルを格納する場所。
.RE
.PP
\-verbose
.RS 4
コンパイラ・メッセージを表示します。
.RE
.PP
\-version
.RS 4
リリース情報を出力します。
.RE
.PP
\-wsdl [ :protocol ]
.RS 4
エンドポイントをデプロイする前に確認するWSDLファイルを生成するオプション・コマンド。WSDLファイルには、サービスを呼び出す方法、パラメータに必要な値、返されるデータ構造についてのコンピュータで読取り可能な記述が含まれます。
.sp
151
デフォルトでは\fBwsgen\fRコマンドはWSDLファイルを生成しません。\fBprotocol\fR値は省略可能であり、WSDLバインディング(\fBwsdl:binding\fR)で使用するプロトコルを指定するために使用されます。有効なプロトコルは、\fBsoap1\&.1\fRと\fBXsoap1\&.2\fRです。デフォルトは\fBsoap1\&.1\fRです。\fBXsoap1\&.2\fRプロトコルは標準ではないため、\fB\-extension\fRオプションとともにのみ使用可能です。
M
mfang 已提交
152 153 154 155
.RE
.PP
\-servicename \fIname\fR
.RS 4
156 157
\fB\-wsdl\fRオプションとともにのみ使用して、WSDLで生成される特定のWSDLサービス(\fBwsdl:service\fR)名を指定します。例:
\fB\-servicename "{http://mynamespace/}MyService"\fR。
M
mfang 已提交
158 159 160 161
.RE
.PP
\-portname \fIname\fR
.RS 4
162 163
\fB\-wsdl\fRオプションとともにのみ使用して、WSDLで生成される特定のWSDLポート(\fBwsdl:port\fR)名を指定します。例:
\fB\-portname "{http://mynamespace/}MyPort"\fR。
M
mfang 已提交
164
.RE
165
.SH "例"
M
mfang 已提交
166
.PP
167
次の例では、Stockディレクトリ内に\fB@WebService\fR注釈を持つ\fBStockService\fRのラッパー・クラスを生成します。
M
mfang 已提交
168 169 170 171
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
172
.nf
173 174
\fBwsgen \-d stock \-cp myclasspath stock\&.StockService\fR
 
D
duke 已提交
175
.fi
M
mfang 已提交
176 177 178 179
.if n \{\
.RE
.\}
.PP
180
次の例では、SOAP 1\&.1 WSDLおよび\fB@WebService\fR注釈を持つ\fBstock\&.StockService\fRクラスのスキーマを生成します。
M
mfang 已提交
181 182 183 184
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
185
.nf
186 187
\fBwsgen \-wsdl \-d stock \-cp myclasspath stock\&.StockService\fR
 
D
duke 已提交
188
.fi
M
mfang 已提交
189 190 191 192 193 194 195 196 197
.if n \{\
.RE
.\}
.PP
次の例では、SOAP 1\&.2 WSDLを生成します。
.sp
.if n \{\
.RS 4
.\}
D
duke 已提交
198
.nf
199 200
\fBwsgen \-wsdl:Xsoap1\&.2 \-d stock \-cp myclasspath stock\&.StockService \fR
 
D
duke 已提交
201
.fi
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
.if n \{\
.RE
.\}
.PP
\fB注意:\fR
サービスのデプロイ時にJAXWS実行時環境でWSDLが生成されるため、開発時にWSDLを生成する必要はありません。
.SH "関連項目"
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
wsimport(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/wsgenant\&.htmlの
JAX\-WS (wsgen)ページのToolsタブを参照してください。
.RE
.br
'pl 8.5i
'bp