|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectBasicHandler
org.mule.providers.soap.axis.extensions.MuleHttpSender
MuleHttpSender is a rewrite of the Axis HttpSender. Unfortunately,
the Axis implementation is not extensible so this class is a copy of it with
modifications. The enhancements made are to allow for asynchronous Http method
calls which Mule initiates when the endpoint is asynchronous.
| Field Summary | |
protected static Log |
log
Deprecated. |
| Constructor Summary | |
MuleHttpSender()
Deprecated. |
|
| Method Summary | |
protected void |
getSocket(SocketHolder sockHolder,
MessageContext msgContext,
String protocol,
String host,
int port,
int timeout,
StringBuffer otherHeaders,
BooleanHolder useFullURL)
Deprecated. Creates a socket connection to the SOAP server |
void |
handleCookie(String cookieName,
String setCookieName,
Hashtable headers,
MessageContext msgContext)
Deprecated. little helper function for cookies |
void |
invoke(MessageContext msgContext)
Deprecated. invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static Log log
| Constructor Detail |
public MuleHttpSender()
| Method Detail |
public void invoke(MessageContext msgContext)
throws AxisFault
msgContext - the messsage context
AxisFault
protected void getSocket(SocketHolder sockHolder,
MessageContext msgContext,
String protocol,
String host,
int port,
int timeout,
StringBuffer otherHeaders,
BooleanHolder useFullURL)
throws Exception
protocol - "http" for standard, "https" for ssl.host - host nameport - port to connect tootherHeaders - buffer for storing additional headers that need to be sentuseFullURL - flag to indicate if the complete URL has to be sent
IOException
Exception
public void handleCookie(String cookieName,
String setCookieName,
Hashtable headers,
MessageContext msgContext)
cookieName - setCookieName - headers - msgContext -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||