uCosminexus Application Server, Web Service Development Guide

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

16.1.2 Mapping the Web Service Implementation Class to SEI

This subsection describes the preconditions and points to remember when you map the Web Service Implementation Class to SEI.

Organization of this subsection
(1) Conditions for Web Service Implementation Class
(2) Using the endpointInterface element of the javax.jws.WebService annotation

(1) Conditions for Web Service Implementation Class

The following are the conditions for the Web Service Implementation Class:

(2) Using the endpointInterface element of the javax.jws.WebService annotation

In the mapping of the Web Service Implementation Class to SEI, you can use the endpointInterface element of the javax.jws.WebService annotation to link the Web Service Implementation Class and SEI.

When only the Web Service Implementation Class is defined, the endpointInterface element is not used. In this case, the abstract information defined in SEI is extracted from the information in the Web Service Implementation Class and is assumed that a virtual SEI exists (implicit SEI).

For details about the endpointInterface element of the javax.jws.WebService annotation, see 16.2.9 javax.jws.WebService annotation.