Uses of Class
org.citrusframework.http.client.HttpEndpointConfiguration
Packages that use HttpEndpointConfiguration
Package
Description
-
Uses of HttpEndpointConfiguration in org.citrusframework.http.client
Methods in org.citrusframework.http.client that return HttpEndpointConfigurationConstructors in org.citrusframework.http.client with parameters of type HttpEndpointConfigurationModifierConstructorDescriptionHttpClient(HttpEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration. -
Uses of HttpEndpointConfiguration in org.citrusframework.http.controller
Methods in org.citrusframework.http.controller that return HttpEndpointConfigurationModifier and TypeMethodDescriptionHttpMessageController.getEndpointConfiguration()Gets the endpoint configuration.Methods in org.citrusframework.http.controller with parameters of type HttpEndpointConfigurationModifier and TypeMethodDescriptionvoidHttpMessageController.setEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration) Sets the endpoint configuration. -
Uses of HttpEndpointConfiguration in org.citrusframework.http.message
Methods in org.citrusframework.http.message with parameters of type HttpEndpointConfigurationModifier and TypeMethodDescriptionHttpMessageConverter.convertInbound(org.springframework.http.HttpEntity<?> message, HttpEndpointConfiguration endpointConfiguration, TestContext context) org.springframework.http.HttpEntity<?>HttpMessageConverter.convertOutbound(Message message, HttpEndpointConfiguration endpointConfiguration, TestContext context) voidHttpMessageConverter.convertOutbound(org.springframework.http.HttpEntity externalMessage, Message internalMessage, HttpEndpointConfiguration endpointConfiguration, TestContext context)