com.scalagent.kjoram.ksoap.HttpConnection Class Reference

Collaboration diagram for com.scalagent.kjoram.ksoap.HttpConnection:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

A HttpConnection class allows to send AbstractJmsRequest and receive AbstractJmsReply

Definition at line 41 of file HttpConnection.java.


Member Function Documentation

AbstractJmsReply com.scalagent.kjoram.ksoap.HttpConnection.call ( AbstractJmsRequest  request,
String  name,
int  cnxId 
) throws Exception

sends a request to the server.

Parameters:
request The request to send.
Returns:
The server reply.

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:


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:15:39 2008 for joram by  doxygen 1.5.0