Public Member Functions | Static Public Member Functions

base_soap::SOAPServers Class Reference

soap server list More...

#include <libppbase/base_soap/SOAPServers.h>

Inheritance diagram for base_soap::SOAPServers:
base::Mutex

List of all members.

Public Member Functions

 SOAPServers ()
 Constructor.
void config ()
 Reads configuration file (soap.env).
base::String getHost (const base::String &classname, const base::String &instance, size_t tryno=0)
 Finds a host for a class and try.
int getPort (const base::String &classname)
 Gets the default port number for a class.

Static Public Member Functions

static void deleteInstance ()
 Deletes the global instance.
static SOAPServersgetInstance ()
 Gets the instance.

Detailed Description

soap server list

Author:
Christoph Schwarz
Version:
Id:
SOAPServers.h 21 2010-09-05 04:18:17Z cschwarz1

Constructor & Destructor Documentation

base_soap::SOAPServers::SOAPServers (  ) 

Constructor.

Exceptions:
SOAPException on error

Member Function Documentation

void base_soap::SOAPServers::config (  ) 

Reads configuration file (soap.env).

Exceptions:
SOAPException on error
base::String base_soap::SOAPServers::getHost ( const base::String classname,
const base::String instance,
size_t  tryno = 0 
)

Finds a host for a class and try.

Parameters:
classname the class name
instance the instance
tryno the try number, 0 = first
Exceptions:
SOAPException on error
static SOAPServers* base_soap::SOAPServers::getInstance (  )  [static]

Gets the instance.

Returns:
the instance
Exceptions:
SOAPException on error
int base_soap::SOAPServers::getPort ( const base::String classname  ) 

Gets the default port number for a class.

Parameters:
classname the class name
Returns:
the port number, 0 if there is none
Exceptions:
SOAPException on error

The documentation for this class was generated from the following file: