Class SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
java.lang.Object
org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
- All Implemented Interfaces:
org.springframework.ws.transport.WebServiceMessageSender
- Enclosing class:
SpringWebserviceProducer
protected static final class SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
extends org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
A decorator of
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.-
Field Summary
Fields inherited from class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
logger -
Constructor Summary
ConstructorsConstructorDescriptionAbstractHttpWebServiceMessageSenderDecorator(org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender delegate, SpringWebserviceConfiguration configuration, org.apache.camel.CamelContext camelContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ws.transport.WebServiceConnectioncreateConnection(URI uri) booleanvoidsetAcceptGzipEncoding(boolean acceptGzipEncoding) boolean
-
Constructor Details
-
AbstractHttpWebServiceMessageSenderDecorator
public AbstractHttpWebServiceMessageSenderDecorator(org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender delegate, SpringWebserviceConfiguration configuration, org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
createConnection
public org.springframework.ws.transport.WebServiceConnection createConnection(URI uri) throws IOException - Throws:
IOException
-
isAcceptGzipEncoding
public boolean isAcceptGzipEncoding()- Overrides:
isAcceptGzipEncodingin classorg.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
-
setAcceptGzipEncoding
public void setAcceptGzipEncoding(boolean acceptGzipEncoding) - Overrides:
setAcceptGzipEncodingin classorg.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
-
supports
- Specified by:
supportsin interfaceorg.springframework.ws.transport.WebServiceMessageSender- Overrides:
supportsin classorg.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
-