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


Public Member Functions | |
| SoapConnectionFactory (String host, int port, int timeout) | |
| SoapConnectionFactory () | |
| Connection | createConnection (String name, String password) throws JMSException |
Static Public Member Functions | |
| static Object | decode (Hashtable h) |
SoapConnectionFactory instance is a factory of SOAP connections.
Definition at line 38 of file SoapConnectionFactory.java.
| com.scalagent.kjoram.ksoap.SoapConnectionFactory.SoapConnectionFactory | ( | String | host, | |
| int | port, | |||
| int | timeout | |||
| ) |
Constructs a SoapConnectionFactory instance.
| host | Name or IP address of the server's host. | |
| port | Server's listening port. | |
| timeout | Duration in seconds during which a SOAP connection might be inactive before being considered as dead (0 for never). |
Definition at line 48 of file SoapConnectionFactory.java.
References com.scalagent.kjoram.ConnectionFactory.params, and com.scalagent.kjoram.FactoryParameters.soapCnxPendingTimer.
| com.scalagent.kjoram.ksoap.SoapConnectionFactory.SoapConnectionFactory | ( | ) |
Constructs an empty SoapConnectionFactory instance.
Definition at line 57 of file SoapConnectionFactory.java.
Referenced by com.scalagent.kjoram.ksoap.SoapConnectionFactory.decode().
| Connection com.scalagent.kjoram.ksoap.SoapConnectionFactory.createConnection | ( | String | name, | |
| String | password | |||
| ) | throws JMSException [virtual] |
Method inherited from the ConnectionFactory class.
| JMSSecurityException | If the user identification is incorrect. | |
| IllegalStateException | If the server is not listening. |
Implements com.scalagent.kjoram.ConnectionFactory.
Definition at line 67 of file SoapConnectionFactory.java.
References com.scalagent.kjoram.ConnectionFactory.params.
1.5.0