Package de.gematik.epa.ps.konnektor
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)
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 Summary
FieldsModifier and TypeFieldDescriptionprotected KonnektorConfigurationDataprotected final org.springframework.core.io.ResourceLoader -
Constructor Summary
ConstructorsConstructorDescriptionKonnektorClientConfiguration(KonnektorConfigurationData konnektorConfiguration, org.springframework.core.io.ResourceLoader resourceLoader) -
Method Summary
-
Field Details
-
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
-
konnektorConfigurationProvider
-
konnektorInterfaceAssembly
@Bean(name="konnektorInterfaceAssembly") public KonnektorInterfacesCxfImpl konnektorInterfaceAssembly() -
konnektorContextProvider
-
createNewKonnektorInterfaceAssembly
-