Typedefs | |
typedef struct sandesha2_make_connection_t | sandesha2_make_connection_t |
Functions | |
AXIS2_EXTERN sandesha2_make_connection_t * | sandesha2_make_connection_create (const axutil_env_t *env, axis2_char_t *ns_value) |
sandesha2_make_connection sandesha2_make_connection | |
axis2_status_t | sandesha2_make_connection_free_void_arg (void *make_conn, const axutil_env_t *env) |
axis2_status_t | sandesha2_make_connection_free (sandesha2_make_connection_t *make_conn, const axutil_env_t *env) |
sandesha2_identifier_t * | sandesha2_make_connection_get_identifier (sandesha2_make_connection_t *make_conn, const axutil_env_t *env) |
axis2_status_t | sandesha2_make_connection_set_identifier (sandesha2_make_connection_t *make_conn, const axutil_env_t *env, sandesha2_identifier_t *identifier) |
sandesha2_mc_address_t * | sandesha2_make_connection_get_address (sandesha2_make_connection_t *make_conn, const axutil_env_t *env) |
axis2_status_t | sandesha2_make_connection_set_address (sandesha2_make_connection_t *make_conn, const axutil_env_t *env, sandesha2_mc_address_t *address) |
axis2_status_t | sandesha2_make_connection_to_soap_envelope (sandesha2_make_connection_t *make_conn, const axutil_env_t *env, axiom_soap_envelope_t *envelope) |
axis2_char_t * | sandesha2_make_connection_get_namespace_value (sandesha2_make_connection_t *make_conn, const axutil_env_t *env) |
void * | sandesha2_make_connection_from_om_node (sandesha2_make_connection_t *make_conn, const axutil_env_t *env, axiom_node_t *om_node) |
axiom_node_t * | sandesha2_make_connection_to_om_node (sandesha2_make_connection_t *make_conn, const axutil_env_t *env, void *om_node) |