Registry / other / cxf-tools-java2ws

cxf-tools-java2ws

JSON →
library4.2.0javamavenunverified

Command-line tool for generating web service artifacts from Java classes using Apache CXF.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-java2ws</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-TOOLS-JAVA2WS
C
cxf-tools-java2ws
otherjavav4.2.0
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.

JavaToWS
org.apache.cxf.tools.java2ws.JavaToWS

Generates a WSDL from a Java service class using the Java2WS tool.

import org.apache.cxf.tools.java2ws.JavaToWS; public class Quickstart { public static void main(String[] args) { JavaToWS.main(new String[]{"-class", "com.example.MyService", "-wsdl"}); } }
Debug
Known issues
gotchaThis tool is part of CXF; ensure you have the correct dependencies for runtime usage.
fix
Add cxf-rt-frontend-jaxws and cxf-rt-transports-http for full functionality.
affects: >=4.0.0
Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
cxf-tools-java2ws — mvn dependency:get cxf-tools-java2ws · libregistry