uCosminexus Application Server, Web Service Development Guide

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

3.3 Creating Web Service Implementation Classes and Provider Implementation Classes

Create a Web Service Implementation Class or a Provider Implementation Class as a compiled Java class file (*.class).

Organization of this section
(1) In POJO Web Service
(2) In EJB Web Service

(1) In POJO Web Service

Web Service Implementation Class or Provider Implementation Class is included in the directory configuring WAR files. Include one or more Web Service Implementation Classes in one or both of the following:

For the storage destination of the Web Service Implementation Class or the Provider Implementation Class, see 3.5.1 Configuring WAR files.

(2) In EJB Web Service

Web Service Implementation Class is included in the directory configuring the EJB JAR files. Include one or more classes in the following directory:

For the storage destination of the Web Service Implementation Class, see 3.5.2 Configuring EJB JAR files.