protected static final class SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
extends org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
HttpUrlConnectionMessageSender instances that can apply configuration options
from the Camel component/endpoint configuration without replacing the actual implementation which may
actually be an end-user implementation and not one of the built-in implementations.| Constructor and Description |
|---|
AbstractHttpWebServiceMessageSenderDecorator(org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender delegate,
SpringWebserviceConfiguration configuration,
org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.ws.transport.WebServiceConnection |
createConnection(URI uri) |
boolean |
isAcceptGzipEncoding() |
void |
setAcceptGzipEncoding(boolean acceptGzipEncoding) |
boolean |
supports(URI uri) |
public AbstractHttpWebServiceMessageSenderDecorator(org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender delegate,
SpringWebserviceConfiguration configuration,
org.apache.camel.CamelContext camelContext)
public org.springframework.ws.transport.WebServiceConnection createConnection(URI uri) throws IOException
IOExceptionpublic boolean isAcceptGzipEncoding()
isAcceptGzipEncoding in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSenderpublic void setAcceptGzipEncoding(boolean acceptGzipEncoding)
setAcceptGzipEncoding in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSenderpublic boolean supports(URI uri)
supports in interface org.springframework.ws.transport.WebServiceMessageSendersupports in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSenderApache Camel