Registry / serialization / axiom-api

axiom-api

JSON →
library2.0.0javamavenunverified

The Axiom API provides a lightweight XML object model with deferred parsing.

<dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-api</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AXIOM-API
A
axiom-api
serializationjavav2.0.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.

OMElement
org.apache.axiom.om.OMElement

Creating an XML element with Axiom

import org.apache.axiom.om.OMElement; import org.apache.axiom.om.impl.llom.OMElementImpl; public class AxiomExample { public static void main(String[] args) { OMElement element = new OMElementImpl("root", null); element.setText("Hello Axiom"); System.out.println(element.toString()); } }
Debug
Known issues
breakingAxiom 2.0 has breaking API changes from 1.x; ensure compatibility with your SOAP stack.
fix
Check migration guide from Axiom 1.x to 2.x for updated APIs.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Meta
1
OpenAI (training)
1
Resources