@WebSphere.WebMethod

Scope: Method

Multiplicity

(0..1): You can use this tag zero or one time in any Java™ source file that implements a Web service.

Purpose

The WebSphere®.WebMethod tag flags a method for inclusion in the Service Endpoint Interface. The method must be public and the tag comment must directly precede the associated method declaration.

Feedback