public class HttpMessageConverter extends Object implements MessageConverter<org.springframework.http.HttpEntity<?>,HttpEndpointConfiguration>
| Constructor and Description |
|---|
HttpMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
HttpMessage |
convertInbound(org.springframework.http.HttpEntity<?> message,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
void |
convertOutbound(org.springframework.http.HttpEntity externalMessage,
Message internalMessage,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
org.springframework.http.HttpEntity<?> |
convertOutbound(Message message,
HttpEndpointConfiguration endpointConfiguration,
TestContext context) |
public org.springframework.http.HttpEntity<?> convertOutbound(Message message, HttpEndpointConfiguration endpointConfiguration, TestContext context)
convertOutbound in interface MessageConverter<org.springframework.http.HttpEntity<?>,HttpEndpointConfiguration>public HttpMessage convertInbound(org.springframework.http.HttpEntity<?> message, HttpEndpointConfiguration endpointConfiguration, TestContext context)
convertInbound in interface MessageConverter<org.springframework.http.HttpEntity<?>,HttpEndpointConfiguration>public void convertOutbound(org.springframework.http.HttpEntity externalMessage,
Message internalMessage,
HttpEndpointConfiguration endpointConfiguration,
TestContext context)
convertOutbound in interface MessageConverter<org.springframework.http.HttpEntity<?>,HttpEndpointConfiguration>Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.