Class KonnektorClientConfiguration

java.lang.Object
de.gematik.epa.ps.konnektor.KonnektorClientConfiguration

@Configuration @Profile("!test") @EnableConfigurationProperties(KonnektorConfigurationData.class) public class KonnektorClientConfiguration extends Object
This is the Konnektor specific configuration class for the epa-ps-sim-app.
It initializes all objects, which are required to use Konnektor Webservice operations. It is written such, that it should also be usable outside a Spring context (in normal Java so to speak)
  • Field Details

    • konnektorConfiguration

      protected KonnektorConfigurationData konnektorConfiguration
    • resourceLoader

      protected final org.springframework.core.io.ResourceLoader resourceLoader
  • Constructor Details

    • KonnektorClientConfiguration

      @Autowired public KonnektorClientConfiguration(KonnektorConfigurationData konnektorConfiguration, org.springframework.core.io.ResourceLoader resourceLoader)
  • Method Details