Registry / networking / jbossws-api

jbossws-api

JSON →
library3.1.0.Finaljavamavenunverified

Jakarta EE compliant API for JBoss Web Services.

<dependency> <groupId>org.jboss.ws</groupId> <artifactId>jbossws-api</artifactId> <version>3.1.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSSWS-API
J
jbossws-api
networkingjavav3.1.0.Final
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.

GenericSOAPHandler
org.jboss.ws.api.handler.GenericSOAPHandler

Creates a custom SOAP handler using JBossWS API.

import org.jboss.ws.api.handler.GenericSOAPHandler; import javax.xml.soap.SOAPMessage; GenericSOAPHandler handler = new GenericSOAPHandler() { @Override public boolean handleMessage(SOAPMessageContext context) { return true; } };
Debug
Known issues
breakingJakarta namespace change from javax may cause compatibility issues.
fix
Use jakarta.xml.ws imports if migrating from older javax versions.
affects: >=3.0.0
Upgrade
Version history
3.1.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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