Uses of Class
com.consol.citrus.http.client.HttpEndpointConfiguration
-
Packages that use HttpEndpointConfiguration Package Description com.consol.citrus.http.client com.consol.citrus.http.controller com.consol.citrus.http.message -
-
Uses of HttpEndpointConfiguration in com.consol.citrus.http.client
Methods in com.consol.citrus.http.client that return HttpEndpointConfiguration Modifier and Type Method Description HttpEndpointConfigurationHttpClient. getEndpointConfiguration()Constructors in com.consol.citrus.http.client with parameters of type HttpEndpointConfiguration Constructor Description HttpClient(HttpEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration. -
Uses of HttpEndpointConfiguration in com.consol.citrus.http.controller
Methods in com.consol.citrus.http.controller that return HttpEndpointConfiguration Modifier and Type Method Description HttpEndpointConfigurationHttpMessageController. getEndpointConfiguration()Gets the endpoint configuration.Methods in com.consol.citrus.http.controller with parameters of type HttpEndpointConfiguration Modifier and Type Method Description voidHttpMessageController. setEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)Sets the endpoint configuration. -
Uses of HttpEndpointConfiguration in com.consol.citrus.http.message
Methods in com.consol.citrus.http.message with parameters of type HttpEndpointConfiguration Modifier and Type Method Description HttpMessageHttpMessageConverter. convertInbound(org.springframework.http.HttpEntity<?> message, HttpEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)org.springframework.http.HttpEntity<?>HttpMessageConverter. convertOutbound(com.consol.citrus.message.Message message, HttpEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)voidHttpMessageConverter. convertOutbound(org.springframework.http.HttpEntity externalMessage, com.consol.citrus.message.Message internalMessage, HttpEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)
-