org.globus.axis.transport.commons
Class HTTPSender

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.apache.axis.transport.http.CommonsHTTPSender
          extended by org.globus.axis.transport.commons.HTTPSender
All Implemented Interfaces:
java.io.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:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.transport.http.CommonsHTTPSender
clientProperties, connectionManager, log
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
HTTPSender()
           
 
Method Summary
protected  org.apache.commons.httpclient.HostConfiguration getHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, java.net.URL targetURL)
           
protected  void initialize()
           
 
Methods inherited from class org.apache.axis.transport.http.CommonsHTTPSender
handleCookie, invoke, isHostInNonProxyList, match
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPSender

public HTTPSender()
Method Detail

initialize

protected void initialize()
Overrides:
initialize in class org.apache.axis.transport.http.CommonsHTTPSender

getHostConfiguration

protected org.apache.commons.httpclient.HostConfiguration getHostConfiguration(org.apache.commons.httpclient.HttpClient client,
                                                                               org.apache.axis.MessageContext context,
                                                                               java.net.URL targetURL)
Overrides:
getHostConfiguration in class org.apache.axis.transport.http.CommonsHTTPSender


Copyright © 2013. All Rights Reserved.