#include <soa.h>
Public Member Functions | |
method_invocation (const std::string &custom_ns) | |
method_invocation (const std::string &custom_ns, function_call fc) | |
const function_call & | function () const |
std::string | str () const |
Private Member Functions | |
std::string | default_namespaces () const |
std::string | encoding_style () const |
Private Attributes | |
std::string | input_name_ |
std::string | output_name_ |
std::string | custom_ns_ |
std::string | custom_ns_ref_ |
header | header_ |
body | body_ |
soa::method_invocation::method_invocation | ( | const std::string & | custom_ns | ) | [inline] |
soa::method_invocation::method_invocation | ( | const std::string & | custom_ns, | |
function_call | fc | |||
) | [inline] |
std::string soa::method_invocation::default_namespaces | ( | ) | const [inline, private] |
Referenced by str().
std::string soa::method_invocation::encoding_style | ( | ) | const [inline, private] |
Referenced by str().
const function_call& soa::method_invocation::function | ( | ) | const [inline] |
References body_, and soa::body::function().
Referenced by ServiceAccountHandler::_listDocuments_cb(), and AbiCollabSaveInterceptor::_save_cb().
std::string soa::method_invocation::str | ( | ) | const [inline] |
References body_, custom_ns_, custom_ns_ref_, default_namespaces(), encoding_style(), header_, soa::body::str(), and soa::header::str().
body soa::method_invocation::body_ [private] |
Referenced by function(), and str().
std::string soa::method_invocation::custom_ns_ [private] |
Referenced by str().
std::string soa::method_invocation::custom_ns_ref_ [private] |
Referenced by str().
header soa::method_invocation::header_ [private] |
Referenced by str().
std::string soa::method_invocation::input_name_ [private] |
std::string soa::method_invocation::output_name_ [private] |