| Package | Description |
|---|---|
| com.consol.citrus.http.client | |
| com.consol.citrus.http.controller | |
| com.consol.citrus.http.message |
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointConfiguration |
HttpClient.getEndpointConfiguration() |
| Constructor and Description |
|---|
HttpClient(HttpEndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointConfiguration |
HttpMessageController.getEndpointConfiguration()
Gets the endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMessageController.setEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
Sets the endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMessage |
HttpMessageConverter.convertInbound(org.springframework.http.HttpEntity message,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
void |
HttpMessageConverter.convertOutbound(org.springframework.http.HttpEntity externalMessage,
Message internalMessage,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
org.springframework.http.HttpEntity |
HttpMessageConverter.convertOutbound(Message message,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.