org.apache.axis2.transport.http
Class HTTPSender

java.lang.Object
  extended byorg.apache.axis2.transport.http.AbstractHTTPSender
      extended byorg.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, configProxyAuthentication, executeMethod, getHostConfiguration, getHttpClient, getTimeoutValues, isAuthenticationEnabled, obtainHTTPHeaderInformation, 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.net.MalformedURLException,
                 AxisFault,
                 java.io.IOException
Specified by:
send in class AbstractHTTPSender
Throws:
java.net.MalformedURLException
AxisFault
java.io.IOException


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.