Package com.axway.apim
Class EndpointConfig
java.lang.Object
com.axway.apim.EndpointConfig
@Configuration
@PropertySource("classpath:citrus-global-variables.properties")
public class EndpointConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.citrusframework.http.client.HttpClientorg.citrusframework.variable.GlobalVariablesorg.citrusframework.variable.GlobalVariablesPropertyLoaderorg.apache.hc.client5.http.classic.HttpClientList<org.springframework.http.client.ClientHttpRequestInterceptor>org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Constructor Details
-
EndpointConfig
public EndpointConfig()
-
-
Method Details
-
apiManager
@Bean public org.citrusframework.http.client.HttpClient apiManager() -
httpClient
@Bean public org.apache.hc.client5.http.classic.HttpClient httpClient() -
interceptors
-
sslRequestFactory
@Bean public org.springframework.http.client.HttpComponentsClientHttpRequestFactory sslRequestFactory() -
globalVariables
@Bean public org.citrusframework.variable.GlobalVariables globalVariables() -
globalVariablesPropertyLoader
@Bean public org.citrusframework.variable.GlobalVariablesPropertyLoader globalVariablesPropertyLoader()
-