org.apache.axis2.transport.http
Class HTTPSender

java.lang.Object
  extended by org.apache.axis2.transport.http.AbstractHTTPSender
      extended by org.apache.axis2.transport.http.HTTPSender

public class HTTPSender
extends AbstractHTTPSender


Field Summary
 
Fields inherited from class org.apache.axis2.transport.http.AbstractHTTPSender
ANONYMOUS, chunked, format, httpVersion, isAllowedRetry, PROTOCOL_HTTP, PROTOCOL_HTTPS, PROXY_HOST_NAME, PROXY_PORT, proxyOutSetting
 
Constructor Summary
HTTPSender()
           
 
Method Summary
 void send(MessageContext msgContext, URL url, String soapActionString)
           
 
Methods inherited from class org.apache.axis2.transport.http.AbstractHTTPSender
addCustomHeaders, executeMethod, getHostConfiguration, getHttpClient, initializeTimeouts, isAuthenticationEnabled, obtainHTTPHeaderInformation, populateCommonProperties, processResponse, setAuthenticationInfo, setChunked, setFormat, setHttpVersion, setTimeouts
 
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

send

public void send(MessageContext msgContext,
                 URL url,
                 String soapActionString)
          throws IOException
Specified by:
send in class AbstractHTTPSender
Throws:
IOException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.