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.
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.
mvn clean install