Mirror of Apache CXF

Clone this repo:
  1. afa64c7 Adding archived note by Colm O hEigeartaigh · 1 year, 5 months ago main
  2. 59a8468 Merge pull request #7 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies by Colm O hEigeartaigh · 4 years, 3 months ago
  3. e6c2ee7 Use HTTPS instead of HTTP to resolve dependencies by Jonathan Leitschuh · 4 years, 3 months ago
  4. d2cf109 Updating CXF by Colm O hEigeartaigh · 4 years, 3 months ago
  5. c83cc03 Fixing javadoc parameter by Colm O hEigeartaigh · 4 years, 5 months ago

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

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