Registry / networking / cxf-rt-bindings-xml

cxf-rt-bindings-xml

JSON →
library4.2.0javamavenunverified

Runtime XML binding support for Apache CXF, enabling XML-based web service bindings.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-xml</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-RT-BINDINGS-XM
C
cxf-rt-bindings-xml
networkingjavav4.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.

XMLBindingFactory
org.apache.cxf.binding.xml.XMLBindingFactory

Shows how to instantiate the XML binding factory from CXF.

import org.apache.cxf.binding.xml.XMLBindingFactory; public class Example { public static void main(String[] args) { XMLBindingFactory factory = new XMLBindingFactory(); System.out.println("XML binding factory created."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
cxf-rt-bindings-xml — mvn dependency:get cxf-rt-bindings-xml · libregistry