#include <sbimpl.h>
Inheritance diagram for CorbaSoap:
Protected Methods | |
void | DynAny2Xml (DOM_Document &doc, DOM_Node &node, SCParamValue *pParVal, DynamicAny::DynAny_ptr da, const char *ctxKey, bool needOuter=false) throw (DOM_Document &) |
Recurse through a filled-in DynAny and build the corresponding SOAP DOM. More... | |
void | FillInDynAny (HrefIdMap &Map, SCParamValue *pParVal, DynamicAny::DynAny_ptr da, DOM_Element &elm) throw (DOM_Document &) |
Fill in a Dynamic Any from a DOM (subtree). More... | |
bool | TypeConversion (DynamicAny::DynAny_ptr da, DOM_Element &elm, CString &Value, SCParamValue *pParVal, CORBA::TCKind kind) throw (DOM_Document &) |
Perform basic type conversions (DOM2CORBA). More... | |
bool | TypeConversion (DynamicAny::DynAny_ptr da, DOM_Document &doc, DOM_Node &node, SCParamValue *pParVal, CORBA::TCKind kind) throw (DOM_Document &) |
Perform basic type conversions (CORBA2DOM). More... | |
CorbaSoap () | |
protected constructor. More... | |
virtual | ~CorbaSoap () |
protected destructor. More... | |
virtual void | aFault (FaultCode fCode, const char *fSubCode, const char *fString)=0 |
error reporting. More... | |
virtual void | CheckTag (char *cNam, DOM_Node &node)=0 throw (DOM_Document &) |
Protected Attributes | |
SOAPBridge::ObjectContextManager_var | ObjCtxMan |
Connection to the ObjectContextManager. More... |
Definition at line 43 of file sbimpl.h.
|
protected constructor.
Definition at line 614 of file SoapCall.cpp. |
|
protected destructor.
|
|
Reimplemented in SOAPBridge_SOAPCall_i, and AnyInterface. |
|
Recurse through a filled-in DynAny and build the corresponding SOAP DOM.
Definition at line 442 of file SoapCall.cpp. Referenced by SOAPBridge_SOAPCall_i::soapFault(). |
|
Fill in a Dynamic Any from a DOM (subtree). If the structure and type of the DynAny and the DOM_Node are compatible, this function fills in da. Otherwise a SOAP Fault is thrown.
Definition at line 703 of file SoapCall.cpp. |
|
Perform basic type conversions (CORBA2DOM).
Definition at line 141 of file SoapCall.cpp. |
|
Perform basic type conversions (DOM2CORBA).
Definition at line 349 of file SoapCall.cpp. |
|
error reporting.
Reimplemented in SOAPBridge_SOAPCall_i, and AnyInterface. |
|
Connection to the ObjectContextManager.
|