Inheritance diagram for com.scalagent.kjoram.ksoap.SoapDriver:


Public Member Functions | |
| void | shutdown () |
Protected Member Functions | |
| AbstractJmsReply | getDelivery () throws IOException |
Package Functions | |
| SoapDriver (com.scalagent.kjoram.Connection cnx, String serviceUrl, int cnxId) | |
Package Attributes | |
| String | serviceUrl = null |
| int | cnxId = -1 |
| HttpConnection | httpConnection = null |
| String | name = null |
SoapDriver gets server deliveries through RCP SOAP calls.
Definition at line 35 of file SoapDriver.java.
| com.scalagent.kjoram.ksoap.SoapDriver.SoapDriver | ( | com.scalagent.kjoram.Connection | cnx, | |
| String | serviceUrl, | |||
| int | cnxId | |||
| ) | [package] |
Constructs a SoapDriver daemon.
| cnx | The connection the driver belongs to. |
Definition at line 47 of file SoapDriver.java.
References com.scalagent.kjoram.ksoap.SoapDriver.httpConnection, and com.scalagent.kjoram.ksoap.SoapDriver.name.
| AbstractJmsReply com.scalagent.kjoram.ksoap.SoapDriver.getDelivery | ( | ) | throws IOException [protected, virtual] |
Returns an AbstractJmsReply delivered by the server.
| IOException | If the SOAP call failed, or if the SOAP service is unable to process the call, or if the driver closes. |
Implements com.scalagent.kjoram.Driver.
Definition at line 64 of file SoapDriver.java.
References com.scalagent.kjoram.ksoap.HttpConnection.call(), com.scalagent.kjoram.ksoap.SoapDriver.cnxId, com.scalagent.kjoram.ksoap.SoapDriver.httpConnection, and com.scalagent.kjoram.ksoap.SoapDriver.name.
Here is the call graph for this function:

| void com.scalagent.kjoram.ksoap.SoapDriver.shutdown | ( | ) | [virtual] |
Shuts down the driver.
Implements com.scalagent.kjoram.Driver.
Definition at line 86 of file SoapDriver.java.
String com.scalagent.kjoram.ksoap.SoapDriver.name = null [package] |
The daemon's name.
Reimplemented from com.scalagent.kjoram.util.Daemon.
Definition at line 40 of file SoapDriver.java.
Referenced by com.scalagent.kjoram.ksoap.SoapDriver.getDelivery(), and com.scalagent.kjoram.ksoap.SoapDriver.SoapDriver().
1.5.0