Class EndpointConfig

java.lang.Object
com.axway.apim.EndpointConfig

@Configuration @PropertySource("classpath:citrus-global-variables.properties") public class EndpointConfig extends Object
  • 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

      @Bean public List<org.springframework.http.client.ClientHttpRequestInterceptor> 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()