Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ProcesadorXml Class Reference

#include <ProcesadorXml.h>

List of all members.

Public Member Functions

 ProcesadorXml ()
 ~ProcesadorXml ()

Static Public Member Functions

static ResultadoProcesadorXmlgetQuery (SocketConnection *connection)
static int initialize ()
static void terminate ()

Static Private Member Functions

static int getProtocolo (SocketConnection *connection)
static int getTamano (SocketConnection *connection)
static ResultadoProcesadorXmlgetQuery_v01 (SocketConnection *connection)


Detailed Description

Definition at line 14 of file ProcesadorXml.h.


Constructor & Destructor Documentation

XERCES_CPP_NAMESPACE_USE ProcesadorXml::ProcesadorXml  ) 
 

Definition at line 30 of file ProcesadorXml.cpp.

ProcesadorXml::~ProcesadorXml  ) 
 

Definition at line 33 of file ProcesadorXml.cpp.


Member Function Documentation

int ProcesadorXml::getProtocolo SocketConnection connection  )  [static, private]
 

Definition at line 210 of file ProcesadorXml.cpp.

References errno, SocketConnection::getFd(), and log_error.

Referenced by getQuery().

Here is the call graph for this function:

ResultadoProcesadorXml * ProcesadorXml::getQuery SocketConnection connection  )  [static]
 

Definition at line 36 of file ProcesadorXml.cpp.

References ResultadoProcesadorXml::crearError(), getProtocolo(), getQuery_v01(), and log_error.

Referenced by main().

Here is the call graph for this function:

ResultadoProcesadorXml * ProcesadorXml::getQuery_v01 SocketConnection connection  )  [static, private]
 

FIXME: CERRAR la conexion (o enviar mensaje de error) cuando corresponda!!!

Definition at line 54 of file ProcesadorXml.cpp.

References ResultadoProcesadorXml::crearError(), errno, SocketConnection::getFd(), getTamano(), and log_error.

Referenced by getQuery().

Here is the call graph for this function:

int ProcesadorXml::getTamano SocketConnection connection  )  [static, private]
 

Definition at line 232 of file ProcesadorXml.cpp.

References errno, SocketConnection::getFd(), and log_error.

Referenced by getQuery_v01().

Here is the call graph for this function:

int ProcesadorXml::initialize  )  [static]
 

Definition at line 192 of file ProcesadorXml.cpp.

References ERR_XML_INIT, log_error, and NO_ERR.

Referenced by main().

void ProcesadorXml::terminate  )  [static]
 

Definition at line 206 of file ProcesadorXml.cpp.

Referenced by main().


The documentation for this class was generated from the following files:
Generated on Wed Sep 14 15:51:34 2005 for TecnoDB by  doxygen 1.4.4