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
IOException
public boolean isAcceptGzipEncoding()
isAcceptGzipEncoding
in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
public void setAcceptGzipEncoding(boolean acceptGzipEncoding)
setAcceptGzipEncoding
in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
public boolean supports(URI uri)
supports
in interface org.springframework.ws.transport.WebServiceMessageSender
supports
in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
Apache Camel