Sep 10, 2005
[JSR] JSR 181 Web Services Metadata for the Java Platform ダイジェスト
Web Services Metadata for the Java Platform の仕様をざっと眺めたときのメモ。
JSR 181 Web Services Metadata for the Java Platform
オリジナルの入手はこちら → JSR 181
Concepts
Server Programming Model
Web Services Metadata
- Annotation: javax.jws.WebService
- Annotation: javax.jws.WebMethod
- Annotation: javax.jws.Oneway
- Annotation: javax.jws.WebParam
- Annotation: javax.jws.WebResult
- Annotation: javax.jws.HandlerChain
- Annotation: javax.jws.soap.SOAPBinding
- Annotation: javax.jws.soap.SOAPMessageHandlers
Java Mapping To XML/WSDL
SOAP Binding
Mapping JSR-181 to the J2EE 1.4 Runtime Environment
Using JSR-181 annotations to affect the shape of the WSDL



