
Public Member Functions | |
| HttpConnection (String serverUrl) | |
| AbstractJmsReply | call (AbstractJmsRequest request, String name, int cnxId) throws Exception |
Protected Attributes | |
| HttpTransport | httpConnect = null |
| String | serverUrl |
| boolean | compress = false |
HttpConnection class allows to send AbstractJmsRequest and receive AbstractJmsReply
Definition at line 41 of file HttpConnection.java.
| AbstractJmsReply com.scalagent.kjoram.ksoap.HttpConnection.call | ( | AbstractJmsRequest | request, | |
| String | name, | |||
| int | cnxId | |||
| ) | throws Exception |
sends a request to the server.
| request | The request to send. |
Definition at line 64 of file HttpConnection.java.
References com.scalagent.ksoap.HttpTransport.call(), com.scalagent.kjoram.jms.AbstractJmsReply.getCorrelationId(), com.scalagent.kjoram.ksoap.HttpConnection.httpConnect, and com.scalagent.ksoap.HttpTransport.reset().
Referenced by com.scalagent.kjoram.ksoap.SoapDriver.getDelivery(), and com.scalagent.kjoram.ksoap.SoapConnection.send().
Here is the call graph for this function:

HttpTransport com.scalagent.kjoram.ksoap.HttpConnection.httpConnect = null [protected] |
The http Connection.
Definition at line 44 of file HttpConnection.java.
Referenced by com.scalagent.kjoram.ksoap.HttpConnection.call(), and com.scalagent.kjoram.ksoap.HttpConnection.HttpConnection().
String com.scalagent.kjoram.ksoap.HttpConnection.serverUrl [protected] |
Server's address.
Definition at line 46 of file HttpConnection.java.
boolean com.scalagent.kjoram.ksoap.HttpConnection.compress = false [protected] |
to compress data.
Definition at line 48 of file HttpConnection.java.
1.5.0