uCosminexus Application Server, Web Service Development Guide

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

15.1.6 Mapping the schema type to the Java type

This subsection describes the mapping of the types defined in the WSDL schema (xsd:schema child element of the wsdl:types element) to the Java types.

Organization of this subsection
(1) Mapping

(1) Mapping

The WSDL schema type and Java type are mapped in accordance with the JAXB 2.2 specifications.

The class-based mapping is performed when the schema type is mapped to the Java type. The operations of class-based mapping are as follows:

The following figure shows an example of mapping:

Figure 15-8 Example of mapping the schema type to the Java type

[Figure]

Reference note
Class-based mapping
Indicates that the mapping is the same as if the generateValueClass attribute of the globalBindings element of JAXB is true and the generateElementClass attribute is false (default state of no specification).