Class HTTPSender
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.apache.axis.transport.http.CommonsHTTPSender
org.globus.axis.transport.commons.HTTPSender
- All Implemented Interfaces:
Serializable,org.apache.axis.Handler
public class HTTPSender
extends org.apache.axis.transport.http.CommonsHTTPSender
Overwrites the Axis sender to use a global connection manager
- See Also:
-
Field Summary
Fields inherited from class org.apache.axis.transport.http.CommonsHTTPSender
clientProperties, connectionManager, logFields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.httpclient.HostConfigurationgetHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, URL targetURL) protected voidMethods inherited from class org.apache.axis.transport.http.CommonsHTTPSender
handleCookie, invoke, isHostInNonProxyList, matchMethods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
-
Constructor Details
-
HTTPSender
public HTTPSender()
-
-
Method Details
-
initialize
protected void initialize()- Overrides:
initializein classorg.apache.axis.transport.http.CommonsHTTPSender
-
getHostConfiguration
protected org.apache.commons.httpclient.HostConfiguration getHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, URL targetURL) - Overrides:
getHostConfigurationin classorg.apache.axis.transport.http.CommonsHTTPSender
-