Registry / web-framework / javax-jws-api

javax-jws-api

JSON →
library1.1javamavenunverified

Java EE API for web services metadata annotations like @WebService and @WebMethod.

<dependency> <groupId>javax.jws</groupId> <artifactId>javax.jws-api</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-JWS-API
J
javax-jws-api
web-frameworkjavav1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebService
javax.jws.WebService

Defines a simple web service using the @WebService annotation.

import javax.jws.WebService; @WebService public class MyService { public String hello() { return "Hello"; } }
Debug
Known issues
breakingjavax.jws is deprecated in favor of jakarta.jws in Jakarta EE.
fix
Migrate to jakarta.jws for modern Jakarta EE applications.
affects: >=9
Upgrade
Version history
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
javax-jws-api — mvn dependency:get javax-jws-api · libregistry