Repository: camel
Updated Branches:
  refs/heads/master bf10d2787 -> eccce2c1d


CAMEL-7933 - update adoc regarding SSLContextParameters


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

Branch: refs/heads/master
Commit: eccce2c1d94eb756f25e1c0f622face474a5d57c
Parents: bf10d27
Author: onders86 <ondersez...@gmail.com>
Authored: Tue May 9 08:39:18 2017 +0300
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue May 9 10:25:07 2017 +0200

----------------------------------------------------------------------
 components/camel-apns/src/main/docs/apns-component.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/eccce2c1/components/camel-apns/src/main/docs/apns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-apns/src/main/docs/apns-component.adoc 
b/components/camel-apns/src/main/docs/apns-component.adoc
index e2e08a8..3ad9037 100644
--- a/components/camel-apns/src/main/docs/apns-component.adoc
+++ b/components/camel-apns/src/main/docs/apns-component.adoc
@@ -120,9 +120,15 @@ The `ApnsComponent` must be configured with a
 configured using the
 `org.apache.camel.component.apns.factory.ApnsServiceFactory`. See
 further below for an example. And as well in the
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-apns/[test
+https://github.com/apache/camel/tree/master/components/camel-apns[test
 source code].
 
+##### SSL Setting
+In order to use secure connection, an instance of 
`org.apache.camel.util.jsse.SSLContextParameters`
+ should be injected to 
`org.apache.camel.component.apns.factory.ApnsServiceFactory` which is
+ used to configure the component. See the test resources for an example.
+ 
https://github.com/apache/camel/blob/master/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml[ssl
 example]
+
 ### Exchange data format
 
 When Camel will fetch feedback data corresponding to inactive devices,

Reply via email to