#include <webservice_message.h>
Public Member Functions | |
Construction | |
| CL_WebserviceMessage (const CL_StringRef &name, const CL_StringRef &target_namespace) | |
| Constructs a WebserviceMessage. | |
| CL_WebserviceMessage (const CL_DomDocument &doc) | |
| Constructs a WebserviceMessage. | |
| ~CL_WebserviceMessage () | |
Attributes | |
| CL_DomDocument | get_document () const |
| Get Document. | |
| CL_DomElement | get_message_element () const |
| Get Message element. | |
| CL_DomElement | get_fault_element () const |
| Get Fault element. | |
| CL_String | get_name () const |
| Get Name. | |
| CL_String | get_target_namespace () const |
| Get Target namespace. | |
| CL_WebservicePart | get_part (const CL_StringRef &name) |
| Get part. | |
| CL_WebservicePart | get_part_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Get part ns. | |
| CL_String | get_string (const CL_StringRef &name) |
| Get string. | |
| CL_String | get_string_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Get string ns. | |
| int | get_int (const CL_StringRef &name) |
| Get int. | |
| int | get_int_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Get int ns. | |
| double | get_double (const CL_StringRef &name) |
| Get double. | |
| double | get_double_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Get double ns. | |
| CL_DataBuffer | get_base64 (const CL_StringRef &name) |
| Get base64. | |
| CL_DataBuffer | get_base64_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Get base64 ns. | |
Operations | |
| CL_String | create_qname (const CL_StringRef &name) |
| Creates a qualified name. | |
| CL_WebservicePart | append_part (const CL_StringRef &name) |
| Append part. | |
| CL_WebservicePart | append_part_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name) |
| Append part ns. | |
| CL_WebservicePart | append_string (const CL_StringRef &name, const CL_StringRef &value) |
| Append string. | |
| CL_WebservicePart | append_string_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name, const CL_StringRef &value) |
| Append string ns. | |
| CL_WebservicePart | append_int (const CL_StringRef &name, int value) |
| Append int. | |
| CL_WebservicePart | append_int_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name, int value) |
| Append int ns. | |
| CL_WebservicePart | append_double (const CL_StringRef &name, double value) |
| Append double. | |
| CL_WebservicePart | append_double_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name, double value) |
| Append double ns. | |
| CL_WebservicePart | append_base64 (const CL_StringRef &name, const CL_DataBuffer &value) |
| Append base64. | |
| CL_WebservicePart | append_base64_ns (const CL_StringRef &namespace_uri, const CL_StringRef &name, const CL_DataBuffer &value) |
| Append base64 ns. | |
|
||||||||||||
|
Constructs a WebserviceMessage.
|
|
|
Constructs a WebserviceMessage.
|
|
|
|
|
||||||||||||
|
Append base64.
|
|
||||||||||||||||
|
Append base64 ns.
|
|
||||||||||||
|
Append double.
|
|
||||||||||||||||
|
Append double ns.
|
|
||||||||||||
|
Append int.
|
|
||||||||||||||||
|
Append int ns.
|
|
|
Append part.
|
|
||||||||||||
|
Append part ns.
|
|
||||||||||||
|
Append string.
|
|
||||||||||||||||
|
Append string ns.
|
|
|
Creates a qualified name. This function adds the target namespace prefix (if any) to the name specified. |
|
|
Get base64.
|
|
||||||||||||
|
Get base64 ns.
|
|
|
Get Document.
|
|
|
Get double.
|
|
||||||||||||
|
Get double ns.
|
|
|
Get Fault element.
|
|
|
Get int.
|
|
||||||||||||
|
Get int ns.
|
|
|
Get Message element.
|
|
|
Get Name.
|
|
|
Get part.
|
|
||||||||||||
|
Get part ns.
|
|
|
Get string.
|
|
||||||||||||
|
Get string ns.
|
|
|
Get Target namespace.
|
1.4.6