| |
|
| java.lang.Object org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender org.springframework.ws.transport.http.CommonsHttpMessageSender
Constructor Summary | |
public | CommonsHttpMessageSender() Create a new instance of the CommonsHttpMessageSender with a default
HttpClient that uses a
default
MultiThreadedHttpConnectionManager . | public | CommonsHttpMessageSender(HttpClient httpClient) Create a new instance of the CommonsHttpMessageSender with the given
HttpClient instance. |
CommonsHttpMessageSender | public CommonsHttpMessageSender()(Code) | | Create a new instance of the CommonsHttpMessageSender with a default
HttpClient that uses a
default
MultiThreadedHttpConnectionManager .
|
CommonsHttpMessageSender | public CommonsHttpMessageSender(HttpClient httpClient)(Code) | | Create a new instance of the CommonsHttpMessageSender with the given
HttpClient instance.
Parameters: httpClient - the HttpClient instance to use for this sender |
getAuthScope | public AuthScope getAuthScope()(Code) | | Returns the authentication scope to be used. Only used when the credentials property has been set.
By default, the
AuthScope.ANY is returned.
|
getCredentials | public Credentials getCredentials()(Code) | | Returns the credentials to be used.
|
getHttpClient | public HttpClient getHttpClient()(Code) | | Returns the HttpClient used by this message sender.
|
setCredentials | public void setCredentials(Credentials credentials)(Code) | | Sets the credentials to be used. If not set, no authentication is done.
See Also: UsernamePasswordCredentials See Also: NTCredentials |
setHttpClient | public void setHttpClient(HttpClient httpClient)(Code) | | Set the HttpClient used by this message sender.
|
Methods inherited from org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender | public boolean isAcceptGzipEncoding()(Code)(Java Doc) public void setAcceptGzipEncoding(boolean acceptGzipEncoding)(Code)(Java Doc) public boolean supports(String uri)(Code)(Java Doc)
|
|
|
|