java.lang.Object
org.projecthusky.communication.CamelService
org.projecthusky.communication.ch.ppq.impl.clients.SimplePpqClient
All Implemented Interfaces:
org.apache.camel.CamelContextAware, PpqClient

public class SimplePpqClient extends CamelService implements PpqClient
Class implementing the simple ppq client.
  • Constructor Details

    • SimplePpqClient

      public SimplePpqClient(PpClientConfig clientConfiguration)
  • Method Details

    • send

      Description copied from interface: PpqClient
      Method to send an PrivacyPolicyQuery.
      Methode um eine PrivacyPolicyQuery zu senden.
      Specified by:
      send in interface PpqClient
      Parameters:
      aAssertion -
      the Assertion to be sent in the soap security header
      Die Assertion welches im soap security header mitgeschickt werden soll.
      query -
      the PrivacyPolicyQuery to be sent.
      Das PrivacyPolicyQuery welches geschickt werden soll.
      Returns:
      the Response
      Die Response.