Registry / networking / geronimo-ws-metadata-2-0-spec

geronimo-ws-metadata-2-0-spec

JSON →
library1.1.3javamavenunverified

Geronimo Web Services Metadata 2.0 Spec provides the API for Web Services Metadata annotations (JSR 181).

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> <version>1.1.3</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-WS-METADA
G
geronimo-ws-metadata-2-0-spec
networkingjavav1.1.3
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

Minimal example showing how to use the @WebService annotation from the JSR 181 spec.

import javax.jws.WebService; @WebService public class MyService { public String sayHello(String name) { return "Hello, " + name; } }
Debug
Known issues
breakingThis artifact provides the javax.jws API; modern Jakarta EE uses jakarta.jws.
fix
Use jakarta.jws:jakarta.jws-api for Jakarta EE 9+.
affects: >=1.1.3
Upgrade
Version history
1.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
OpenAI (training)
2
Resources
geronimo-ws-metadata-2-0-spec — mvn dependency:get geronimo-ws-metadata-2-0-spec · libregistry