cxf-dosgi icon indicating copy to clipboard operation
cxf-dosgi copied to clipboard

Mirror of Apache CXF

CXF DOSGi

NOTE This project is now archived

Provides CXF based Distribution providers for Aries Remote Service Admin (RSA).

CXF DOSGi allows to easily publish and consume SOAP and REST services without using the CXF blueprint extensions or publishing the services using java code. So this is the recommended way to use CXF in OSGi with declarative services. Check the examples to see how simple it is to use.

Modules

  • common - Common services like intents and HTTPService support.

  • provider-ws - SOAP transport

  • provider-rs - REST transport

  • decorator - Support for exporting existing services

  • Examples

  • Distributions

Intents

Intents allow a service to leverage CXF extensions like features. A service can list the named intents it requires. It will then only be exported / imported once all the intents are available. This allows for example security restrictions or logging. For more information see common module.

Build

mvn clean install