Class GSIHTTPSender

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.axis.Handler

    public class GSIHTTPSender
    extends org.apache.axis.transport.http.HTTPSender
    This is meant to be used on a SOAP Client to call a SOAP server.
    This code is based on Axis HTTPSender.java code.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.axis.transport.http.HTTPSender

        log
      • Fields inherited from class org.apache.axis.handlers.BasicHandler

        makeLockable, name, options
    • Constructor Summary

      Constructors 
      Constructor Description
      GSIHTTPSender()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void getSocket​(org.apache.axis.transport.http.SocketHolder sockHolder, org.apache.axis.MessageContext msgContext, java.lang.String protocol, java.lang.String host, int port, int timeout, java.lang.StringBuffer otherHeaders, org.apache.axis.components.net.BooleanHolder useFullURL)  
      • Methods inherited from class org.apache.axis.transport.http.HTTPSender

        handleCookie, invoke
      • 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

      • GSIHTTPSender

        public GSIHTTPSender()
    • Method Detail

      • getSocket

        protected void getSocket​(org.apache.axis.transport.http.SocketHolder sockHolder,
                                 org.apache.axis.MessageContext msgContext,
                                 java.lang.String protocol,
                                 java.lang.String host,
                                 int port,
                                 int timeout,
                                 java.lang.StringBuffer otherHeaders,
                                 org.apache.axis.components.net.BooleanHolder useFullURL)
                          throws java.lang.Exception
        Overrides:
        getSocket in class org.apache.axis.transport.http.HTTPSender
        Throws:
        java.lang.Exception