org.apache.axis2.transport.http
Class SOAPOverHTTPSender

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

public class SOAPOverHTTPSender
extends AbstractHTTPSender


Nested Class Summary
 class SOAPOverHTTPSender.AxisSOAPRequestEntity
           
 
Field Summary
 
Fields inherited from class org.apache.axis2.transport.http.AbstractHTTPSender
ANONYMOUS, chunked, format, httpVersion, isAllowedRetry, PROXY_HOST_NAME, PROXY_PORT, proxyOutSetting
 
Constructor Summary
SOAPOverHTTPSender()
           
 
Method Summary
 void send(MessageContext msgContext, org.apache.axiom.om.OMElement dataout, URL url, 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

SOAPOverHTTPSender

public SOAPOverHTTPSender()
Method Detail

send

public void send(MessageContext msgContext,
                 org.apache.axiom.om.OMElement dataout,
                 URL url,
                 String soapActionString)
          throws MalformedURLException,
                 AxisFault,
                 IOException
Specified by:
send in class AbstractHTTPSender
Throws:
MalformedURLException
AxisFault
IOException