Registry / networking / javax-jws

javax-jws

JSON →
library3.1.2javamavenunverified

Web Services Metadata API repackaged as an OSGi bundle for GlassFish.

<dependency> <groupId>org.glassfish.main.javaee-api</groupId> <artifactId>javax.jws</artifactId> <version>3.1.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-JWS
J
javax-jws
networkingjavav3.1.2
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

Annotates a class as a web service endpoint.

import javax.jws.WebService; @WebService public class HelloService { public String sayHello(String name) { return "Hello, " + name; } }
Debug
Known issues
breakingjavax.jws is part of the Java EE API; consider migrating to jakarta.jws for Jakarta EE 9+.
fix
Replace javax.jws with jakarta.jws and update dependencies.
affects: >=3.0.0
Upgrade
Version history
3.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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