#include <axiom_soap_header_block.h>
Public Attributes | |
axis2_status_t(* | free_fn )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_status_t(* | set_role )(axiom_soap_header_block_t *header_block, const axis2_env_t *env, axis2_char_t *uri) |
axis2_status_t(* | set_must_understand_with_bool )(axiom_soap_header_block_t *header_block, const axis2_env_t *env, axis2_bool_t must_understand) |
axis2_status_t(* | set_must_understand_with_string )(axiom_soap_header_block_t *header_block, const axis2_env_t *env, axis2_char_t *must_understand) |
axis2_bool_t(* | get_must_understand )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_bool_t(* | is_processed )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_status_t(* | set_processed )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_char_t *(* | get_role )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_status_t(* | set_attribute )(axiom_soap_header_block_t *header_block, const axis2_env_t *env, axis2_char_t *attr_name, axis2_char_t *attr_value, axis2_char_t *soap_envelope_namespace_uri) |
axis2_char_t *(* | get_attribute )(axiom_soap_header_block_t *header_block, const axis2_env_t *env, axis2_char_t *attr_name, axis2_char_t *soap_envelope_namespace_uri) |
axiom_node_t *(* | get_base_node )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
int(* | get_soap_version )(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
axis2_status_t( * axiom_soap_header_block_ops::free_fn)(axiom_soap_header_block_t *header_block, const axis2_env_t *env) |
Free an axiom_soap_header_block
header_block | pointer to soap_header_block struct | |
env | Environment. MUST NOT be NULL |