{"id":55932,"library":"camel-cxf","title":"Apache Camel CXF","description":"Integrates Apache Camel with Apache CXF for SOAP and REST web services routing and transformation.","status":"active","version":"3.17.0","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["camel","cxf","soap","rest","webservice"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel</groupId>\n  <artifactId>camel-cxf</artifactId>\n  <version>3.17.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel:camel-cxf:3.17.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"CxfComponent","correct":"org.apache.camel.component.cxf.CxfComponent"}],"quickstart":{"code":"import org.apache.camel.component.cxf.CxfComponent;\nimport org.apache.camel.CamelContext;\nimport org.apache.camel.impl.DefaultCamelContext;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        CamelContext context = new DefaultCamelContext();\n        CxfComponent cxf = new CxfComponent(context);\n        System.out.println(\"Camel CXF component created\");\n    }\n}","lang":"java","description":"Create a CXF component instance"},"warnings":[{"fix":"Ensure you specify both serviceClass and address in the endpoint URI, e.g., cxf://http://localhost:8080/ws?serviceClass=com.example.MyService","message":"CXF endpoint URIs require careful configuration of serviceClass and address parameters.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'apach':1,5,8 'camel':2,6,19 'cxf':3,9,20 'integr':4 'rest':13,22 'rout':16 'servic':15 'soap':11,21 'transform':18 'web':14 'webservic':23","created_at":"2026-06-15T10:13:50.153552+00:00","updated_at":"2026-06-15T10:13:50.153552+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":"https://github.com/apache/maven-apache-parent","docs":"https://appdoc.app/artifact/org.apache.camel/camel-cxf/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}