#include <SOAPFault.h>
Inheritance diagram for SOAPFault:
Public Types | |
enum | FaultCode { Client, Server, MustUnderstand, VersionMismatch } |
Public Member Functions | |
SOAPFault () | |
virtual | ~SOAPFault () |
std::string | getFaultCode () |
void | setFaultCode (FaultCode faultCode) |
void | setSpecificFault (const std::string &szSpecificFault, FaultCode faultCode=Client) |
std::string & | faultString () |
std::string & | faultActor () |
std::string & | detail () |
Private Attributes | |
FaultCode | m_faultCode |
std::string | m_szSpecificFault |
std::string | m_szFaultString |
std::string | m_szFaultActor |
std::string | m_szDetail |
Definition at line 28 of file SOAPFault.h.
|
Definition at line 45 of file SOAPFault.h. |
|
SimpleSOAP Library: Implements a simplified version of SOAP (Simple Object Access Protocol). Copyright (C) 2000 Scott Seely, scott@scottseely.com modifications by Gerard J. Cerchio gjpc@circlesoft.com This library is public domain software Definition at line 25 of file SOAPFault.cpp. |
|
Definition at line 30 of file SOAPFault.cpp. |
|
Definition at line 82 of file SOAPFault.cpp. References m_szDetail. Referenced by SOAPMethod::extractMethod(), SOAPMethod::ImustUnderstand(), SOAPMethod::unkownMethodFault(), and SOAPMethod::wrongNumberArgumentsFault(). |
|
Definition at line 77 of file SOAPFault.cpp. References m_szFaultActor. Referenced by SOAPEncoder::encodeFaultContent(). |
|
Definition at line 72 of file SOAPFault.cpp. References m_szFaultString. Referenced by SOAPEncoder::encodeFaultContent(), SOAPMethod::extractMethod(), SOAPMethod::ImustUnderstand(), SOAPParser::parseMessage(), SOAPMethod::unkownMethodFault(), and SOAPMethod::wrongNumberArgumentsFault(). |
|
Definition at line 46 of file SOAPFault.cpp. References Client, m_faultCode, m_szSpecificFault, MustUnderstand, Server, and VersionMismatch. Referenced by SOAPEncoder::encodeFaultContent(). |
|
Definition at line 35 of file SOAPFault.cpp. References m_faultCode. Referenced by SOAPMethod::extractMethod(). |
|
Definition at line 40 of file SOAPFault.cpp. References m_faultCode, and m_szSpecificFault. Referenced by SOAPMethod::ImustUnderstand(), SOAPParser::parseMessage(), SOAPMethod::unkownMethodFault(), and SOAPMethod::wrongNumberArgumentsFault(). |
|
Definition at line 99 of file SOAPFault.h. Referenced by getFaultCode(), setFaultCode(), and setSpecificFault(). |
|
Definition at line 115 of file SOAPFault.h. Referenced by detail(). |
|
Definition at line 111 of file SOAPFault.h. Referenced by faultActor(). |
|
Definition at line 107 of file SOAPFault.h. Referenced by faultString(). |
|
Definition at line 103 of file SOAPFault.h. Referenced by getFaultCode(), and setSpecificFault(). |