| java.lang.Object org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
All known Subclasses: org.springframework.ws.transport.http.CommonsHttpMessageSender, org.springframework.ws.transport.http.HttpUrlConnectionMessageSender,
Method Summary | |
public boolean | isAcceptGzipEncoding() Return whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header
with gzip as value. | public void | setAcceptGzipEncoding(boolean acceptGzipEncoding) Set whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with
gzip as value.
Default is true . | public boolean | supports(String uri) |
ENCODING_GZIP | final protected static String ENCODING_GZIP(Code) | | |
HTTPS_SCHEME | final protected static String HTTPS_SCHEME(Code) | | |
HTTP_HEADER_ACCEPT_ENCODING | final protected static String HTTP_HEADER_ACCEPT_ENCODING(Code) | | |
isAcceptGzipEncoding | public boolean isAcceptGzipEncoding()(Code) | | Return whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header
with gzip as value.
|
setAcceptGzipEncoding | public void setAcceptGzipEncoding(boolean acceptGzipEncoding)(Code) | | Set whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with
gzip as value.
Default is true . Turn this flag off if you do not want GZIP response compression even if enabled on
the HTTP server.
|
|
|