Class SimplePpqClient
java.lang.Object
org.projecthusky.communication.CamelService
org.projecthusky.communication.ch.ppq.impl.clients.SimplePpqClient
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,PpqClient
Class implementing the simple ppq client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsend(SecurityHeaderElement aAssertion, PrivacyPolicyQuery query) Method to send an PrivacyPolicyQuery. Methode um eine PrivacyPolicyQuery zu senden.Methods inherited from class org.projecthusky.communication.CamelService
addHttpHeader, addWssHeader, getAuditContext, getCamelContext, send, setAuditContext, setCamelContext
-
Constructor Details
-
SimplePpqClient
-
-
Method Details
-
send
Description copied from interface:PpqClientMethod to send an PrivacyPolicyQuery.Methode um eine PrivacyPolicyQuery zu senden.- Specified by:
sendin interfacePpqClient- Parameters:
aAssertion-the Assertion to be sent in the soap security headerDie Assertion welches im soap security header mitgeschickt werden soll.query-the PrivacyPolicyQuery to be sent.Das PrivacyPolicyQuery welches geschickt werden soll.- Returns:
- the ResponseDie Response.
-