public class CommonsHTTPSender
extends org.apache.axis.handlers.BasicHandler
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | CommonsHTTPSender.BackgroundHTTPThreadThis thread does the actual socket communication with the server. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.axis.components.net.CommonsHTTPClientProperties | clientPropertiesProperties | 
| static java.lang.String | HTTPCLIENT_PROPERTY | 
| protected static org.apache.commons.logging.Log | logField log | 
| Constructor and Description | 
|---|
| CommonsHTTPSender() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | invoke(org.apache.axis.MessageContext msgContext)invoke creates a socket connection, sends the request SOAP message and then
 reads the response SOAP message back from the SOAP server | 
public static final java.lang.String HTTPCLIENT_PROPERTY
protected static org.apache.commons.logging.Log log
protected org.apache.axis.components.net.CommonsHTTPClientProperties clientProperties
public void invoke(org.apache.axis.MessageContext msgContext)
            throws org.apache.axis.AxisFault
msgContext - the messsage contextorg.apache.axis.AxisFault