Registry / networking / jsr181-api

jsr181-api

JSON →
library1.0-MR1javamavenunverified

Web Services Metadata for Java (JSR 181) providing annotations for web service endpoints.

<dependency> <groupId>javax.jws</groupId> <artifactId>jsr181-api</artifactId> <version>1.0-MR1</version> </dependency>
INSTALL
IMPORT
SIG · JSR181-API
J
jsr181-api
networkingjavav1.0-MR1
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

Define a web service endpoint using @WebService annotation.

import javax.jws.WebService; @WebService public class MyService { public String sayHello(String name) { return "Hello " + name; } }
Debug
Known issues
gotchaThis API is outdated; consider using JAX-WS or Jakarta XML Web Services.
fix
Migrate to jakarta.xml.ws for modern Java EE / Jakarta EE projects.
affects: *
Upgrade
Version history
1.0-MR1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
jsr181-api — mvn dependency:get jsr181-api · libregistry