uCosminexus Application Server, Web Service Development Guide
When the cjwsimport command is executed, WSDL is mapped to the Java source. The following table describes the correspondence relationship in this case:
Table 15-1 List of mapping of WSDL to Java source
| No. | WSDL | Java source | Reference |
|---|---|---|---|
| 1 | Namespace | Package name | 15.1.1 |
| 2 | Port type | SEI name | 15.1.2 |
| 3 | Operation | Method name | 15.1.3 |
| 4 | Part | Parameter and return value | 15.1.4, 15.1.5 |
| 5 | Type | Parameter and return value | 15.1.6 |
| 6 | Fault | Exception class | 15.1.7 |
| 7 | Binding | javax.jws.soap.SOAPBinding annotation | 15.1.8 |
| 8 | Service | The serviceName attribute of the javax.jws.WebService annotation | 15.1.9 |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.