What Is Javax Jws WebService?

What Is Javax Jws WebService? javax.jws @Retention(value=RUNTIME) @Target(value=METHOD) public @interface WebMethod. Customizes a method that is exposed as a Web Service operation. The associated method must be public and its parameters return value, and exceptions must follow the rules defined in JAX-RPC 1.1, section 5. What is javax Jws WebMethod? javax.jws @Retention(value=RUNTIME) @Target(value=METHOD) public @interface