#include <ProcesadorXml.h>
Public Member Functions | |
ProcesadorXml () | |
~ProcesadorXml () | |
Static Public Member Functions | |
static ResultadoProcesadorXml * | getQuery (SocketConnection *connection) |
static int | initialize () |
static void | terminate () |
Static Private Member Functions | |
static int | getProtocolo (SocketConnection *connection) |
static int | getTamano (SocketConnection *connection) |
static ResultadoProcesadorXml * | getQuery_v01 (SocketConnection *connection) |
Definition at line 14 of file ProcesadorXml.h.
|
Definition at line 30 of file ProcesadorXml.cpp. |
|
Definition at line 33 of file ProcesadorXml.cpp. |
|
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: ![]() |
|
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: ![]() |
|
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: ![]() |
|
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: ![]() |
|
Definition at line 192 of file ProcesadorXml.cpp. References ERR_XML_INIT, log_error, and NO_ERR. Referenced by main(). |
|
Definition at line 206 of file ProcesadorXml.cpp. Referenced by main(). |