uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

16.1 Default mapping of Java to WSDL

The following table describes the corresponding relationship, when mapping a Java source with a WSDL:

Table 16-1 List of mapping of Java source to WSDL

No. Java source WSDL Reference
1 Package name WSDL name space 16.1.1
2 SEI name Port type 16.1.3
3 Name of the method of SEI Operation 16.1.4
4 Parameter and return value of the method of SEI Part 16.1.5, 16.1.6
5 SEI wrapper exception class Fault 16.1.7
6 SEI and Web Service Implementation Class Binding 16.1.8
7 Web Service Implementation Class Service and port 16.1.9
Organization of this section
16.1.1 Mapping the package name to the name space
16.1.2 Mapping the Web Service Implementation Class to SEI
16.1.3 Mapping the SEI name to the port type
16.1.4 Mapping the name of method of SEI to an operation
16.1.5 Mapping the parameter and return value to the message part (For wrapper style)
16.1.6 Mapping the parameter and return value to the message part (For non-wrapper style)
16.1.7 Mapping the Java wrapper exception class to the fault
16.1.8 Mapping SEI to binding
16.1.9 Mapping the Web Service implementation class to the service and port
16.1.10 Precautions for mapping from Java to WSDL