XML JAXP

JVM since1.0.0 Native since1.0.0

Camel XML JAXP

Maven coordinates

Or add the coordinates to your existing project:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-xml-jaxp</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Usage

To use the XML Tokenize language, a StAX Reader implementation must be present on the classpath.

For convenience, Camel Quarkus provides a StAX extension with native mode support.

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-support-stax</artifactId>
</dependency>