You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2017/02/20 14:19:47 UTC

cxf-dosgi git commit: Update documentation with 2.1.0 new features

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master e905ac13d -> e9dc21950


Update documentation with 2.1.0 new features


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/e9dc2195
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/e9dc2195
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/e9dc2195

Branch: refs/heads/master
Commit: e9dc21950327842f76a90b4d2ed561e57fbcf5d9
Parents: e905ac1
Author: Amichai Rothman <am...@apache.org>
Authored: Mon Feb 20 16:18:59 2017 +0200
Committer: Amichai Rothman <am...@apache.org>
Committed: Mon Feb 20 16:18:59 2017 +0200

----------------------------------------------------------------------
 common/Readme.md      | 7 ++++---
 provider-rs/Readme.md | 3 ++-
 provider-ws/Readme.md | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e9dc2195/common/Readme.md
----------------------------------------------------------------------
diff --git a/common/Readme.md b/common/Readme.md
index dbc5099..fe2959d 100644
--- a/common/Readme.md
+++ b/common/Readme.md
@@ -11,7 +11,7 @@ Config pid `org.apache.cxf.dosgi.http`
 
 Key             | Default | Description
 ----------------|---------|------------
-httpBase        |         | Start of the addres like http://myserver:8181
+httpBase        |         | Start of the address like http://myserver:8181
 cxfServletAlias | /cxf    | Name of the cxf servlet alias
 
 The absolute address of a service is determined by :
@@ -34,6 +34,7 @@ An intent can be of the following types.
 * javax.ws.rs.ext.ExceptionMapper
 * javax.ws.rs.ext.MessageBodyReader
 * javax.ws.rs.ext.MessageBodyWriter
-* Callable<List<Object>>
+* javax.ws.rs.ext.ContextResolver
+* Callable\<List\<Object\>\>
 
-The Callable allows to publish a intent service that returns a List of intents. So several intents can be grouped with one name.
+The Callable allows one to publish an intent service that returns a List of intents, so several intents can be grouped with one name.

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e9dc2195/provider-rs/Readme.md
----------------------------------------------------------------------
diff --git a/provider-rs/Readme.md b/provider-rs/Readme.md
index e387952..843f060 100644
--- a/provider-rs/Readme.md
+++ b/provider-rs/Readme.md
@@ -5,11 +5,12 @@ REST based transport for Aries RSA. The exported service must be annotated with
 # Properties
 
 *   service.exported.interfaces Interfaces to be exported or * to export all
-*   service.exported.configs org.apache.cxf.rs  
+*   service.exported.configs org.apache.cxf.rs
 *   org.apache.cxf.rs.address http://localhost:9090/greeter for CXF jetty transport or /greeter for servlet transport
 *   org.apache.cxf.rs.httpservice.context Can be set to use a specific http context
 *   org.apache.cxf.rs.httpservice.context.properties.* Properties wih this prefix will be set as properties of the factory. They can be used to configure features
 *   org.apache.cxf.rs.wadl.location
+*   cxf.bus.prop.* Properties with this prefix will be set as CXF bus properties (with the prefix removed)
 
 # Sample
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e9dc2195/provider-ws/Readme.md
----------------------------------------------------------------------
diff --git a/provider-ws/Readme.md b/provider-ws/Readme.md
index e698ae2..14547c6 100644
--- a/provider-ws/Readme.md
+++ b/provider-ws/Readme.md
@@ -4,12 +4,12 @@ SOAP based transport for Aries RSA.
 
 # Properties
 
-
 *   service.exported.interfaces Interfaces to be exported or * to export all
-*   service.exported.configs org.apache.cxf.ws  
+*   service.exported.configs org.apache.cxf.ws
 *   org.apache.cxf.ws.address http://localhost:9090/greeter for CXF jetty transport or /greeter for servlet transport
 *   org.apache.cxf.ws.httpservice.context Can be set to use a specific http context
 *   org.apache.cxf.ws.context.properties.* Properties wih this prefix will be set as properties of the factory. They can be used to configure features
+*   cxf.bus.prop.* Properties with this prefix will be set as CXF bus properties (with the prefix removed)
 
 # Modes