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

public class SimplePpfClient extends CamelService implements PpfClient
Class implementing the simple ppq client.
  • Constructor Details

    • SimplePpfClient

      public SimplePpfClient(PpClientConfig clientConfiguration)
  • 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 interface PpfClient
      Parameters:
      aAssertion -
      the Assertion to be sent in the soap security header
      Die Assertion welche im SOAP security header mitgeschickt werden soll.
      request -
      the PrivacyPolicyFeed to be sent.
      Die PrivacyPolicyFeed welche geschickt werden soll.
      Returns:
      the PrivacyPolicyFeedResponse
      Die PrivacyPolicyFeedResponse.