Class SimplePpfClient
java.lang.Object
org.projecthusky.communication.CamelService
org.projecthusky.communication.ch.ppq.impl.clients.SimplePpfClient
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,PpfClient
Class implementing the simple ppq client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsend
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed request) Method to send an Add, Update or DeletePolicyRequest. Methode um einen Add, Update oder DeletePolicyRequest zu senden.Methods inherited from class org.projecthusky.communication.CamelService
addHttpHeader, addWssHeader, getAuditContext, getCamelContext, send, setAuditContext, setCamelContext
-
Constructor Details
-
SimplePpfClient
-
-
Method Details
-
send
Description copied from interface:PpfClient
Method to send an Add, Update or DeletePolicyRequest.Methode um einen Add, Update oder DeletePolicyRequest zu senden.- Specified by:
send
in interfacePpfClient
- Parameters:
aAssertion
-the Assertion to be sent in the soap security headerDie Assertion welche im SOAP security header mitgeschickt werden soll.request
-the PrivacyPolicyFeed to be sent.Die PrivacyPolicyFeed welche geschickt werden soll.- Returns:
- the PrivacyPolicyFeedResponseDie PrivacyPolicyFeedResponse.
-