#include <axiom_soap_body.h>
Public Attributes | |
axis2_status_t(* | free )(axiom_soap_body_t *body, const axis2_env_t *env) |
axis2_bool_t(* | has_fault )(axiom_soap_body_t *body, const axis2_env_t *env) |
axiom_soap_fault_t *(* | get_fault )(axiom_soap_body_t *body, const axis2_env_t *env) |
axiom_node_t *(* | get_base_node )(axiom_soap_body_t *body, const axis2_env_t *env) |
int(* | get_soap_version )(axiom_soap_body_t *body, const axis2_env_t *env) |
axis2_status_t(* | build )(axiom_soap_body_t *body, const axis2_env_t *env) |
axis2_status_t(* | add_child )(axiom_soap_body_t *body, const axis2_env_t *env, axiom_node_t *child) |
|
add an om node as the child to this soap_body the child is added to as the first child
|
|
build the soap body completely . return the status code,
|
|
Deallocate all the resources associated to soap_body But it does not deallocate the underlying om structure
|
|
get the underlying om_node
|
|
returns the soap fault in this soap_body IF a soap_builder is associated with the soap_body Pulling will take place
|
|
return the soap version
|
|
Indicates whether a soap fault is available with this soap body
|