Class CommonsHTTPSender
- java.lang.Object
-
- org.apache.axis.handlers.BasicHandler
-
- org.apache.manifoldcf.connectorcommon.common.CommonsHTTPSender
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.axis.Handler
public class CommonsHTTPSender extends org.apache.axis.handlers.BasicHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
CommonsHTTPSender.BackgroundHTTPThread
This thread does the actual socket communication with the server.
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis.components.net.CommonsHTTPClientProperties
clientProperties
Propertiesstatic java.lang.String
HTTPCLIENT_PROPERTY
protected static org.apache.commons.logging.Log
log
Field log
-
Constructor Summary
Constructors Constructor Description CommonsHTTPSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-
-
Field Detail
-
HTTPCLIENT_PROPERTY
public static final java.lang.String HTTPCLIENT_PROPERTY
- See Also:
- Constant Field Values
-
log
protected static org.apache.commons.logging.Log log
Field log
-
clientProperties
protected org.apache.axis.components.net.CommonsHTTPClientProperties clientProperties
Properties
-
-
Method Detail
-
invoke
public void invoke(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server- Parameters:
msgContext
- the messsage context- Throws:
org.apache.axis.AxisFault
-
-