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, java.net.URL url, java.lang.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
 
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,
                 java.net.URL url,
                 java.lang.String soapActionString)
          throws java.io.IOException
Specified by:
send in class AbstractHTTPSender
Throws:
java.io.IOException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.