@jws:operation Tag
Specifies that the associated method is part of the web service's public contract and is available for clients to invoke.
@jws:operation
none
The following rules apply to this tag's use:
Only one @jws:operation tag may appear within a single Javadoc comment block.
Must appear on each method in a JWS file A JWS file holds a WebLogic Workshop Java Web Service. JWS files contain syntactically correct Java code. However, they may also contain special annotation that allows the web services to take advantage of powerful features of the WebLogic Workshop runtime and the WebLogic Server. All JWS files contain a class derived from a special base class called Service that makes certain helper resources available to the class at runtime. The goal of all the helper code is to make it really easy to put a Java- and-J2EE-based service on the net with standard protocols. that the web service would like to publish.
The associated method must be public.