#include "SoapCorba.h"
#include "BridgeStub.h"
#include "DbObjects.h"
#include "ReadIR.h"
#include "RecurStop.h"
#include "anyconfig/AnyConfig.h"
Go to the source code of this file.
Functions | |
IRPLUS_H | initIRPlus (CORBA_H cbaHdl, ANYCFG_H cfgHdl) |
Initialize the IRPlus module (src/IRPlus). More... | |
void | termIRPlus (IRPLUS_H hdl) |
Terminate the IRPlus module (src/IRPlus). More... | |
const char* | iterIRPlus (IRPLUS_H hdl, IRP_ITEM_H *itm) |
Iterate through the IRPlus methods. More... | |
void | Add_IR_Comment (CString &xml, const char *kindName, CORBA::TypeCode_ptr tcp) |
Helper function for RecurseFields(). More... | |
void | RecurseFields (CString &xml, TypeCodeList *tlist, CORBA::TypeCode_ptr tcp) |
Recurse down a DynAny and build sample SOAP XML. More... | |
void | showTC (CString &xml, CORBA::TypeCode_ptr tc) |
Show a CORBA::TypeCode as sample SOAP XML. More... | |
bool | GetSOAP (CString &xml_in, CString &xml_out, IRPLUS_H hdl, const char *interfaceMethod) |
Generate sample (SOAP) XML for a specific method. More... |
Definition in file ReadIR.cpp.
|
Helper function for RecurseFields().
Definition at line 87 of file ReadIR.cpp. Referenced by RecurseFields(). |
|
Generate sample (SOAP) XML for a specific method.
Definition at line 457 of file ReadIR.cpp. Referenced by SOAPBridge_SOAPCall_i::fetchSample(). |
|
Recurse down a DynAny and build sample SOAP XML.
Definition at line 103 of file ReadIR.cpp. Referenced by showTC(). |
|
Initialize the IRPlus module (src/IRPlus).
Definition at line 32 of file ReadIR.cpp. Referenced by main(). |
|
Iterate through the IRPlus methods. Returns the currently known methods (i.e. SOAP Actions) from the IRPlus.
Definition at line 67 of file ReadIR.cpp. Referenced by SOAPBridge_SOAPCall_i::listActions(). |
|
Show a CORBA::TypeCode as sample SOAP XML.
Definition at line 443 of file ReadIR.cpp. Referenced by GetSOAP(). |
|
Terminate the IRPlus module (src/IRPlus).
Definition at line 50 of file ReadIR.cpp. |