Registry / serialization / txwc2
library4.0.7javamavenunverified

JAXB schema generator tool for generating XML schemas from Java classes.

<dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>txwc2</artifactId> <version>4.0.7</version> </dependency>
INSTALL
IMPORT
SIG · TXWC2
T
txwc2
serializationjavav4.0.7
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.

SchemaGenerator
com.sun.tools.xjc.SchemaGenerator

Generate XML schema from a Java class using SchemaGenerator.

import com.sun.tools.xjc.SchemaGenerator; public class Example { public static void main(String[] args) throws Exception { SchemaGenerator.main(new String[]{"-d", ".", "MyClass.java"}); } }
Debug
Known issues
gotchatxwc2 is an internal tool; prefer using the JAXB Maven plugin for schema generation.
fix
Use org.glassfish.jaxb:jaxb-xjc or maven-jaxb2-plugin.
affects: >=4.0.0
Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
txwc2 — mvn dependency:get txwc2 · libregistry