#include "OW_config.h"
#include "OW_XMLExecute.hpp"
#include "OW_Format.hpp"
#include "OW_XMLClass.hpp"
#include "OW_CIMXMLParser.hpp"
#include "OW_XMLEscape.hpp"
#include "OW_Assertion.hpp"
#include "OW_CIMErrorException.hpp"
#include "OW_CIMMethod.hpp"
#include "OW_CIMParameter.hpp"
#include "OW_CIMValue.hpp"
#include "OW_CIMNameSpace.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_TempFileStream.hpp"
#include "OW_CIMClass.hpp"
#include "OW_CIMFeatures.hpp"
#include "OW_XMLCIMFactory.hpp"
#include "OW_CIMtoXML.hpp"
#include "OW_CIMParamValue.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_CIMInstance.hpp"
#include "OW_CIMQualifierType.hpp"
#include "OW_CIMQualifier.hpp"
#include "OW_SocketUtils.hpp"
#include "OW_SocketException.hpp"
#include "OW_Logger.hpp"
#include "OW_OperationContext.hpp"
#include "OW_ExceptionIds.hpp"
#include "OW_ResultHandlerIFC.hpp"
#include "OW_ServiceIFCNames.hpp"
#include "OW_ConfigOpts.hpp"
#include <algorithm>
Include dependency graph for OW_XMLExecute.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Defines | |
#define | OW_LOGDEBUG(msg) OW_LOG_DEBUG(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
#define | OW_LOGINFO(msg) OW_LOG_INFO(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
#define | OW_LOGERROR(msg) OW_LOG_ERROR(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
#define | OW_LOGFATALERROR(msg) OW_LOG_FATAL_ERROR(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
Functions | |
template<typename T> | |
static void | OW_NAMESPACE::checkStream (T &str) |
void | OW_NAMESPACE::getParameterValues (CIMXMLParser &parser, Array< param > ¶ms) |
void | OW_NAMESPACE::cleanupInteropInstance (const CIMObjectPath &path, const LoggerRef &logger, const ServiceEnvironmentIFCRef &env) |
OW_REQUEST_HANDLER_FACTORY (OW_NAMESPACE::XMLExecute, XMLExecute) | |
Variables | |
const String | OW_NAMESPACE::COMPONENT_NAME ("ow.requesthandler.cimxml") |
ostream & | ostr |
String | m_host |
String | m_namespace |
String | name |
bool | optional |
Type | type |
CIMValue | defaultVal |
bool | isSet |
CIMValue | val |
String | s |
std::ostream & | ostr |
String | ns |
String | m_host |
std::ostream & | ostr |
const String & | ns |
std::ostream & | ostr |
std::ostream & | ostr |
ostream & | ostr |
ostream & | ostr |
std::ostream & | ostr |
String | ns |
std::ostream & | ostr |
const String & | ns |
|
Definition at line 70 of file OW_XMLExecute.cpp. |
|
Definition at line 72 of file OW_XMLExecute.cpp. |
|
Definition at line 73 of file OW_XMLExecute.cpp. |
|
Definition at line 71 of file OW_XMLExecute.cpp. |
|
|
|
Definition at line 429 of file OW_XMLExecute.cpp. |
|
Definition at line 430 of file OW_XMLExecute.cpp. |
|
Definition at line 679 of file OW_XMLExecute.cpp. |
|
Definition at line 406 of file OW_XMLExecute.cpp. |
|
Definition at line 407 of file OW_XMLExecute.cpp. Referenced by OW_NAMESPACE::CIMClient::getNameSpace(), and OW_NAMESPACE::CIMClient::setNameSpace(). |
|
Definition at line 426 of file OW_XMLExecute.cpp. |
|
Definition at line 1334 of file OW_XMLExecute.cpp. |
|
Definition at line 1095 of file OW_XMLExecute.cpp. |
|
Definition at line 702 of file OW_XMLExecute.cpp. |
|
Definition at line 678 of file OW_XMLExecute.cpp. |
|
Definition at line 427 of file OW_XMLExecute.cpp. |
|
Definition at line 1333 of file OW_XMLExecute.cpp. |
|
Definition at line 1094 of file OW_XMLExecute.cpp. |
|
Definition at line 1054 of file OW_XMLExecute.cpp. |
|
Definition at line 1005 of file OW_XMLExecute.cpp. |
|
Definition at line 968 of file OW_XMLExecute.cpp. |
|
Definition at line 939 of file OW_XMLExecute.cpp. |
|
Definition at line 701 of file OW_XMLExecute.cpp. |
|
Definition at line 677 of file OW_XMLExecute.cpp. |
|
|
|
|
Definition at line 431 of file OW_XMLExecute.cpp. |