Author: Fuse Team
Level: Beginner
Technologies: Camel, CXF, REST
Summary: This directory contains various quickstart projects using Apache CXF for web services and REST.
Target Product: Fuse
Source: https://github.com/jboss-fuse/quickstarts
The following quickstarts are provided out of the box:
- camel.cxf.code.first - demonstrates how to expose a CXF web service from a Camel route using code first approach.
- camel.cxf.contract.first - demonstrates how to expose a CXF web service from a Camel route using contract first approach.
- rest - this quickstart demonstrates how to create a RESTful (JAX-RS) web service using CXF and expose it with the OSGi HTTP Service.
- secure.rest - this quickstart demonstrates how to create a secure RESTful (JAX-RS) web service using CXF and expose it with the OSGi HTTP Service.
- secure.soap - this quickstart demonstrates how to create a secure SOAP Web service with Apache CXF and expose it through the OSGi HTTP Service.
- soap - this quickstart demonstrates how to create a SOAP Web service with Apache CXF and expose it through the OSGi HTTP Service.