com.scalagent.kjoram.ksoap.SoapConnectionFactory Class Reference

Inherits com.scalagent.kjoram.ConnectionFactory.

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

Inheritance graph
[legend]
Collaboration diagram for com.scalagent.kjoram.ksoap.SoapConnectionFactory:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

A SoapConnectionFactory instance is a factory of SOAP connections.

Definition at line 38 of file SoapConnectionFactory.java.


Constructor & Destructor Documentation

com.scalagent.kjoram.ksoap.SoapConnectionFactory.SoapConnectionFactory ( String  host,
int  port,
int  timeout 
)

Constructs a SoapConnectionFactory instance.

Parameters:
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().


Member Function Documentation

Connection com.scalagent.kjoram.ksoap.SoapConnectionFactory.createConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the ConnectionFactory class.

Exceptions:
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.


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