Registry / messaging / camel-cxf

camel-cxf

JSON →
library3.17.0javamavenunverified

Integrates Apache Camel with Apache CXF for SOAP and REST web services routing and transformation.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cxf</artifactId> <version>3.17.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CXF
C
camel-cxf
messagingjavav3.17.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.

CxfComponent
org.apache.camel.component.cxf.CxfComponent

Create a CXF component instance

import org.apache.camel.component.cxf.CxfComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); CxfComponent cxf = new CxfComponent(context); System.out.println("Camel CXF component created"); } }
Debug
Known issues
gotchaCXF endpoint URIs require careful configuration of serviceClass and address parameters.
fix
Ensure you specify both serviceClass and address in the endpoint URI, e.g., cxf://http://localhost:8080/ws?serviceClass=com.example.MyService
affects: all
Upgrade
Version history
3.17.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources
camel-cxf — mvn dependency:get camel-cxf · libregistry