You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/03/30 20:28:34 UTC

svn commit: r524225 [15/22] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/src/util/ include/ modules/core/addr/ modules/core/clientapi/ modules/core/context/ modules...

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_msg_ref.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_msg_ref.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_msg_ref.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_msg_ref.c Fri Mar 30 11:28:18 2007
@@ -42,8 +42,8 @@
       woden_wsdl10_interface_msg_ref_t interface_msg_ref;
       woden_nested_configurable_t *nested_configurable;
       woden_obj_types_t obj_type;
-      axis2_hash_t *super;
-      axis2_hash_t *methods;
+      axutil_hash_t *super;
+      axutil_hash_t *methods;
 
       void *f_direction;
       void *f_msg_label;
@@ -59,7 +59,7 @@
       void *interface_msg_ref,
       const axutil_env_t *env);
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_wsdl10_interface_msg_ref_super_objs(
       void *interface_msg_ref,
       const axutil_env_t *env);
@@ -504,74 +504,74 @@
       interface_msg_ref_impl->interface_msg_ref.ops->to_element =
 	    woden_wsdl10_interface_msg_ref_to_element;
 
-      interface_msg_ref_impl->methods = axis2_hash_make(env);
+      interface_msg_ref_impl->methods = axutil_hash_make(env);
       if (!interface_msg_ref_impl->methods)
       {
 	    AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
 	    return NULL;
       }
-      axis2_hash_set(interface_msg_ref_impl->methods, "free", AXIS2_HASH_KEY_STRING,
+      axutil_hash_set(interface_msg_ref_impl->methods, "free", AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_free);
-      axis2_hash_set(interface_msg_ref_impl->methods, "super_objs",
+      axutil_hash_set(interface_msg_ref_impl->methods, "super_objs",
 		     AXIS2_HASH_KEY_STRING, woden_wsdl10_interface_msg_ref_super_objs);
-      axis2_hash_set(interface_msg_ref_impl->methods, "type",
+      axutil_hash_set(interface_msg_ref_impl->methods, "type",
 		     AXIS2_HASH_KEY_STRING, woden_wsdl10_interface_msg_ref_type);
 
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_msg_label",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_msg_label",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_msg_label);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_direction",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_direction",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_direction);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_msg",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_msg",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_msg);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_msg",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_msg",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_msg);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_msg_content_model",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_msg_content_model",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_msg_content_model);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_element_declaration",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_element_declaration",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_element_declaration);
-      axis2_hash_set(interface_msg_ref_impl->methods, "to_element",
+      axutil_hash_set(interface_msg_ref_impl->methods, "to_element",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_to_element);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_msg_label",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_msg_label",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_msg_label);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_msg_content_model",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_msg_content_model",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_msg_content_model);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_msg_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_msg_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_msg_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_msg_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_msg_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_msg_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_element_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_element_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_element_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_element_qname",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_element_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_element_qname);
-      axis2_hash_set(interface_msg_ref_impl->methods, "get_element",
+      axutil_hash_set(interface_msg_ref_impl->methods, "get_element",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_get_element);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_direction",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_direction",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_direction);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_element_declaration",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_element_declaration",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_element_declaration);
-      axis2_hash_set(interface_msg_ref_impl->methods, "set_types",
+      axutil_hash_set(interface_msg_ref_impl->methods, "set_types",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_interface_msg_ref_set_types);
 
@@ -589,21 +589,21 @@
 
       interface_msg_ref_impl->nested_configurable = woden_nested_configurable_create(env);
 
-      interface_msg_ref_impl->super = axis2_hash_make(env);
+      interface_msg_ref_impl->super = axutil_hash_make(env);
       if (!interface_msg_ref_impl->super)
       {
 	    AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
 	    return NULL;
       }
-      axis2_hash_set(interface_msg_ref_impl->super, "WODEN_WSDL10_INTERFACE_MSG_REF",
+      axutil_hash_set(interface_msg_ref_impl->super, "WODEN_WSDL10_INTERFACE_MSG_REF",
 		     AXIS2_HASH_KEY_STRING,
 		     &(interface_msg_ref_impl->interface_msg_ref));
-      axis2_hash_set(interface_msg_ref_impl->super, "WODEN_NESTED_CONFIGURABLE",
+      axutil_hash_set(interface_msg_ref_impl->super, "WODEN_NESTED_CONFIGURABLE",
 		     AXIS2_HASH_KEY_STRING,
 		     interface_msg_ref_impl->nested_configurable);
       configurable = WODEN_NESTED_CONFIGURABLE_GET_BASE_IMPL(
 	    interface_msg_ref_impl->nested_configurable, env);
-      axis2_hash_set(interface_msg_ref_impl->super, "WODEN_CONFIGURABLE",
+      axutil_hash_set(interface_msg_ref_impl->super, "WODEN_CONFIGURABLE",
 		     AXIS2_HASH_KEY_STRING, configurable);
 
       return &(interface_msg_ref_impl->interface_msg_ref);
@@ -737,13 +737,13 @@
 
       if (interface_msg_ref_impl->super)
       {
-	    axis2_hash_free(interface_msg_ref_impl->super, env);
+	    axutil_hash_free(interface_msg_ref_impl->super, env);
 	    interface_msg_ref_impl->super = NULL;
       }
 
       if (interface_msg_ref_impl->methods)
       {
-	    axis2_hash_free(interface_msg_ref_impl->methods, env);
+	    axutil_hash_free(interface_msg_ref_impl->methods, env);
 	    interface_msg_ref_impl->methods = NULL;
       }
 
@@ -770,7 +770,7 @@
       return AXIS2_SUCCESS;
 }
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_wsdl10_interface_msg_ref_super_objs(
       void *interface_msg_ref,
       const axutil_env_t *env)
@@ -814,7 +814,7 @@
       woden_wsdl10_interface_msg_ref_t *interface_msg_ref,
       const axutil_env_t *env,
       woden_wsdl10_interface_msg_ref_t *interface_msg_ref_impl,
-      axis2_hash_t *methods)
+      axutil_hash_t *methods)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl_l = NULL;
 
@@ -822,20 +822,20 @@
       AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
       interface_msg_ref_impl_l = INTF_TO_IMPL(interface_msg_ref_impl);
 
-      interface_msg_ref->ops->free = axis2_hash_get(methods, "free",
+      interface_msg_ref->ops->free = axutil_hash_get(methods, "free",
 						    AXIS2_HASH_KEY_STRING);
-      interface_msg_ref->ops->super_objs = axis2_hash_get(methods, "super_objs",
+      interface_msg_ref->ops->super_objs = axutil_hash_get(methods, "super_objs",
 							  AXIS2_HASH_KEY_STRING);
-      interface_msg_ref->ops->type = axis2_hash_get(methods, "type",
+      interface_msg_ref->ops->type = axutil_hash_get(methods, "type",
 						    AXIS2_HASH_KEY_STRING);
 
-      interface_msg_ref->ops->get_direction = axis2_hash_get(methods,
+      interface_msg_ref->ops->get_direction = axutil_hash_get(methods,
 							     "get_direction", AXIS2_HASH_KEY_STRING);
       if (!interface_msg_ref->ops->get_direction && interface_msg_ref_impl_l)
 	    interface_msg_ref->ops->get_direction =
 		  interface_msg_ref_impl_l->interface_msg_ref.ops->get_direction;
 
-      interface_msg_ref->ops->to_element = axis2_hash_get(methods,
+      interface_msg_ref->ops->to_element = axutil_hash_get(methods,
 							  "to_element", AXIS2_HASH_KEY_STRING);
       if (!interface_msg_ref->ops->to_element && interface_msg_ref_impl_l)
 	    interface_msg_ref->ops->to_element =
@@ -854,11 +854,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return interface_msg_ref_impl->f_direction;
@@ -870,11 +870,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return &(interface_msg_ref_impl->interface_msg_ref);
@@ -886,11 +886,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return interface_msg_ref_impl->f_msg_label;
@@ -902,12 +902,12 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -926,13 +926,13 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -957,12 +957,12 @@
       void *dir)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, dir, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       if (!interface_msg_ref_impl->f_direction)
@@ -982,12 +982,12 @@
       axis2_qname_t *qname)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, qname, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       if (interface_msg_ref_impl->f_qname)
@@ -1004,11 +1004,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return interface_msg_ref_impl->f_qname;
@@ -1021,12 +1021,12 @@
       void *msg)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, msg, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref_impl->f_msg = msg;
@@ -1039,11 +1039,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return interface_msg_ref_impl->f_msg;
@@ -1057,12 +1057,12 @@
       axis2_qname_t *element)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, element, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       if (interface_msg_ref_impl->f_msg_qname)
@@ -1079,11 +1079,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       return interface_msg_ref_impl->f_msg_qname;
@@ -1096,12 +1096,12 @@
       void *msg_label)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, msg_label, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       if (!interface_msg_ref_impl->f_msg_label)
@@ -1121,12 +1121,12 @@
       axis2_char_t *nm_token)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, nm_token, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       /* TODO complete this */
@@ -1140,14 +1140,14 @@
       axis2_qname_t *element)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, element, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -1168,13 +1168,13 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -1194,13 +1194,13 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -1224,14 +1224,14 @@
       void *element)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, element, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =
@@ -1252,14 +1252,14 @@
       void *types)
 {
       woden_wsdl10_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
       void *msg_ref = NULL;
       void *part = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       AXIS2_PARAM_CHECK(env->error, types, AXIS2_FAILURE);
       super = WODEN_WSDL10_INTERFACE_MSG_REF_SUPER_OBJS(interface_msg_ref, env);
-      interface_msg_ref_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      interface_msg_ref_impl = INTF_TO_IMPL(axutil_hash_get(super,
 							   "WODEN_WSDL10_INTERFACE_MSG_REF", AXIS2_HASH_KEY_STRING));
 
       interface_msg_ref =

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_svc.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_svc.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_svc.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_svc.c Fri Mar 30 11:28:18 2007
@@ -34,8 +34,8 @@
       woden_wsdl10_svc_t svc;
       woden_obj_types_t obj_type;
       woden_configurable_t *configurable;
-      axis2_hash_t *super;
-      axis2_hash_t *methods;
+      axutil_hash_t *super;
+      axutil_hash_t *methods;
       axis2_qname_t *f_qname;
       axis2_qname_t *f_interface_qname;
       void *f_interface;
@@ -49,7 +49,7 @@
       void *svc,
       const axutil_env_t *env);
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_wsdl10_svc_super_objs(
       void *svc,
       const axutil_env_t *env);
@@ -441,47 +441,47 @@
       svc_impl->svc.ops->set_interface_element =
 	    woden_wsdl10_svc_set_interface_element;
 
-      svc_impl->methods = axis2_hash_make(env);
+      svc_impl->methods = axutil_hash_make(env);
       if (!svc_impl->methods)
       {
 	    AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
 	    return NULL;
       }
-      axis2_hash_set(svc_impl->methods, "free", AXIS2_HASH_KEY_STRING,
+      axutil_hash_set(svc_impl->methods, "free", AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_free);
-      axis2_hash_set(svc_impl->methods, "super_objs",
+      axutil_hash_set(svc_impl->methods, "super_objs",
 		     AXIS2_HASH_KEY_STRING, woden_wsdl10_svc_super_objs);
-      axis2_hash_set(svc_impl->methods, "type",
+      axutil_hash_set(svc_impl->methods, "type",
 		     AXIS2_HASH_KEY_STRING, woden_wsdl10_svc_type);
 
-      axis2_hash_set(svc_impl->methods, "get_qname",
+      axutil_hash_set(svc_impl->methods, "get_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_qname);
-      axis2_hash_set(svc_impl->methods, "get_interface",
+      axutil_hash_set(svc_impl->methods, "get_interface",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_interface);
-      axis2_hash_set(svc_impl->methods, "get_endpoints",
+      axutil_hash_set(svc_impl->methods, "get_endpoints",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_endpoints);
-      axis2_hash_set(svc_impl->methods, "set_qname",
+      axutil_hash_set(svc_impl->methods, "set_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_set_qname);
-      axis2_hash_set(svc_impl->methods, "set_interface_qname",
+      axutil_hash_set(svc_impl->methods, "set_interface_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_set_interface_qname);
-      axis2_hash_set(svc_impl->methods, "get_interface_qname",
+      axutil_hash_set(svc_impl->methods, "get_interface_qname",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_interface_qname);
-      axis2_hash_set(svc_impl->methods, "get_interface_element",
+      axutil_hash_set(svc_impl->methods, "get_interface_element",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_interface_element);
-      axis2_hash_set(svc_impl->methods, "add_endpoint_element",
+      axutil_hash_set(svc_impl->methods, "add_endpoint_element",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_add_endpoint_element);
-      axis2_hash_set(svc_impl->methods, "get_endpoint_elements",
+      axutil_hash_set(svc_impl->methods, "get_endpoint_elements",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_get_endpoint_elements);
-      axis2_hash_set(svc_impl->methods, "set_interface_element",
+      axutil_hash_set(svc_impl->methods, "set_interface_element",
 		     AXIS2_HASH_KEY_STRING,
 		     woden_wsdl10_svc_set_interface_element);
 
@@ -499,18 +499,18 @@
 
       svc_impl->configurable = woden_configurable_create(env);
 
-      svc_impl->super = axis2_hash_make(env);
+      svc_impl->super = axutil_hash_make(env);
       if (!svc_impl->super)
       {
 	    AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
 	    return NULL;
       }
-      axis2_hash_set(svc_impl->super, "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING,
+      axutil_hash_set(svc_impl->super, "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING,
 		     &(svc_impl->svc));
-      axis2_hash_set(svc_impl->super, "WODEN_NESTED_CONFIGURABLE", AXIS2_HASH_KEY_STRING,
+      axutil_hash_set(svc_impl->super, "WODEN_NESTED_CONFIGURABLE", AXIS2_HASH_KEY_STRING,
 		     svc_impl->configurable);
       documentable = WODEN_CONFIGURABLE_GET_BASE_IMPL(svc_impl->configurable, env);
-      axis2_hash_set(svc_impl->super, "WODEN_DOCUMENTABLE", AXIS2_HASH_KEY_STRING,
+      axutil_hash_set(svc_impl->super, "WODEN_DOCUMENTABLE", AXIS2_HASH_KEY_STRING,
 		     documentable);
 
       return &(svc_impl->svc);
@@ -643,13 +643,13 @@
 
       if (svc_impl->super)
       {
-	    axis2_hash_free(svc_impl->super, env);
+	    axutil_hash_free(svc_impl->super, env);
 	    svc_impl->super = NULL;
       }
 
       if (svc_impl->methods)
       {
-	    axis2_hash_free(svc_impl->methods, env);
+	    axutil_hash_free(svc_impl->methods, env);
 	    svc_impl->methods = NULL;
       }
 
@@ -675,7 +675,7 @@
       return AXIS2_SUCCESS;
 }
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_wsdl10_svc_super_objs(
       void *svc,
       const axutil_env_t *env)
@@ -719,7 +719,7 @@
       woden_wsdl10_svc_t *svc,
       const axutil_env_t *env,
       woden_wsdl10_svc_t *svc_impl,
-      axis2_hash_t *methods)
+      axutil_hash_t *methods)
 {
       woden_wsdl10_svc_impl_t *svc_impl_l = NULL;
 
@@ -727,32 +727,32 @@
       AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
       svc_impl_l = INTF_TO_IMPL(svc_impl);
 
-      svc->ops->free = axis2_hash_get(methods, "free",
+      svc->ops->free = axutil_hash_get(methods, "free",
 				      AXIS2_HASH_KEY_STRING);
-      svc->ops->super_objs = axis2_hash_get(methods, "super_objs",
+      svc->ops->super_objs = axutil_hash_get(methods, "super_objs",
 					    AXIS2_HASH_KEY_STRING);
-      svc->ops->type = axis2_hash_get(methods, "type",
+      svc->ops->type = axutil_hash_get(methods, "type",
 				      AXIS2_HASH_KEY_STRING);
 
-      svc->ops->get_qname = axis2_hash_get(methods,
+      svc->ops->get_qname = axutil_hash_get(methods,
 					   "get_qname", AXIS2_HASH_KEY_STRING);
       if (!svc->ops->get_qname && svc_impl_l)
 	    svc->ops->get_qname =
 		  svc_impl_l->svc.ops->get_qname;
 
-      svc->ops->get_interface = axis2_hash_get(methods,
+      svc->ops->get_interface = axutil_hash_get(methods,
 					       "get_interface", AXIS2_HASH_KEY_STRING);
       if (!svc->ops->get_interface && svc_impl_l)
 	    svc->ops->get_interface =
 		  svc_impl_l->svc.ops->get_interface;
 
-      svc->ops->get_endpoints = axis2_hash_get(methods,
+      svc->ops->get_endpoints = axutil_hash_get(methods,
 					       "get_endpoints", AXIS2_HASH_KEY_STRING);
       if (!svc->ops->get_endpoints && svc_impl_l)
 	    svc->ops->get_endpoints =
 		  svc_impl_l->svc.ops->get_endpoints;
 
-      svc->ops->set_interface_element = axis2_hash_get(methods,
+      svc->ops->set_interface_element = axutil_hash_get(methods,
 						       "set_interface_element", AXIS2_HASH_KEY_STRING);
       if (!svc->ops->set_interface_element && svc_impl_l)
 	    svc->ops->set_interface_element =
@@ -770,11 +770,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_qname;
@@ -786,11 +786,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_interface;
@@ -802,11 +802,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_endpoints;
@@ -822,11 +822,11 @@
       axis2_qname_t *qname)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       if (svc_impl->f_qname)
@@ -844,11 +844,11 @@
       axis2_qname_t *interface_qname)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       if (svc_impl->f_interface_qname)
@@ -866,11 +866,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_interface_qname;
@@ -882,11 +882,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_interface;
@@ -899,11 +899,11 @@
       void *endpoint)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       if (!svc_impl->f_endpoints)
@@ -925,11 +925,11 @@
       const axutil_env_t *env)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, NULL);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       return svc_impl->f_endpoints;
@@ -945,11 +945,11 @@
       void *interface)
 {
       woden_wsdl10_svc_impl_t *svc_impl = NULL;
-      axis2_hash_t *super = NULL;
+      axutil_hash_t *super = NULL;
 
       AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
       super = WODEN_WSDL10_SVC_SUPER_OBJS(svc, env);
-      svc_impl = INTF_TO_IMPL(axis2_hash_get(super,
+      svc_impl = INTF_TO_IMPL(axutil_hash_get(super,
 					     "WODEN_WSDL10_SVC", AXIS2_HASH_KEY_STRING));
 
       if (svc_impl->f_interface)

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_msg_ref_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_msg_ref_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_msg_ref_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_msg_ref_element.c Fri Mar 30 11:28:18 2007
@@ -21,30 +21,30 @@
 woden_wsdl10_msg_ref_element_resolve_methods(
     woden_wsdl10_msg_ref_element_t *msg_ref_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    msg_ref_element->ops->free = axis2_hash_get(methods, "free",
+    msg_ref_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    msg_ref_element->ops->type = axis2_hash_get(methods, "type",
+    msg_ref_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     msg_ref_element->ops->set_part =
-        axis2_hash_get(methods, "set_part",
+        axutil_hash_get(methods, "set_part",
                 AXIS2_HASH_KEY_STRING);
 
     msg_ref_element->ops->get_part =
-        axis2_hash_get(methods, "get_part",
+        axutil_hash_get(methods, "get_part",
                 AXIS2_HASH_KEY_STRING);
 
     msg_ref_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     msg_ref_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_part_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_part_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_part_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_part_element.c Fri Mar 30 11:28:18 2007
@@ -21,36 +21,36 @@
 woden_wsdl10_part_element_resolve_methods(
     woden_wsdl10_part_element_t *part_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    part_element->ops->free = axis2_hash_get(methods, "free",
+    part_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    part_element->ops->type = axis2_hash_get(methods, "type",
+    part_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     part_element->ops->set_element_qname =
-        axis2_hash_get(methods, "set_element_qname",
+        axutil_hash_get(methods, "set_element_qname",
                 AXIS2_HASH_KEY_STRING);
 
     part_element->ops->get_element_qname =
-        axis2_hash_get(methods, "get_element_qname",
+        axutil_hash_get(methods, "get_element_qname",
                 AXIS2_HASH_KEY_STRING);
 
 
     part_element->ops->get_element =
-        axis2_hash_get(methods, "get_element",
+        axutil_hash_get(methods, "get_element",
                 AXIS2_HASH_KEY_STRING);
 
 
     part_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     part_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_msg_ref_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_msg_ref_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_msg_ref_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_msg_ref_element.c Fri Mar 30 11:28:18 2007
@@ -21,30 +21,30 @@
 woden_wsdl10_binding_msg_ref_element_resolve_methods(
     woden_wsdl10_binding_msg_ref_element_t *binding_msg_ref_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    binding_msg_ref_element->ops->free = axis2_hash_get(methods, "free",
+    binding_msg_ref_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    binding_msg_ref_element->ops->type = axis2_hash_get(methods, "type",
+    binding_msg_ref_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     binding_msg_ref_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     binding_msg_ref_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     binding_msg_ref_element->ops->set_direction =
-        axis2_hash_get(methods, "set_direction",
+        axutil_hash_get(methods, "set_direction",
                 AXIS2_HASH_KEY_STRING);
 
     binding_msg_ref_element->ops->get_direction =
-        axis2_hash_get(methods, "get_direction",
+        axutil_hash_get(methods, "get_direction",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_op_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_op_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_op_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_op_element.c Fri Mar 30 11:28:18 2007
@@ -21,50 +21,50 @@
 woden_wsdl10_binding_op_element_resolve_methods(
     woden_wsdl10_binding_op_element_t *binding_op_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    binding_op_element->ops->free = axis2_hash_get(methods, "free",
+    binding_op_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    binding_op_element->ops->type = axis2_hash_get(methods, "type",
+    binding_op_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->get_interface_op_element =
-        axis2_hash_get(methods, "get_interface_op_element",
+        axutil_hash_get(methods, "get_interface_op_element",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->add_binding_msg_ref_element =
-        axis2_hash_get(methods, "add_binding_msg_ref_element",
+        axutil_hash_get(methods, "add_binding_msg_ref_element",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->remove_binding_msg_ref_element =
-        axis2_hash_get(methods, "remove_binding_msg_ref_element",
+        axutil_hash_get(methods, "remove_binding_msg_ref_element",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->get_binding_msg_ref_elements =
-        axis2_hash_get(methods, "get_binding_msg_ref_elements",
+        axutil_hash_get(methods, "get_binding_msg_ref_elements",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->add_binding_fault_ref_element =
-        axis2_hash_get(methods, "add_binding_fault_ref_element",
+        axutil_hash_get(methods, "add_binding_fault_ref_element",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->remove_binding_fault_ref_element =
-        axis2_hash_get(methods, "remove_binding_fault_ref_element",
+        axutil_hash_get(methods, "remove_binding_fault_ref_element",
                 AXIS2_HASH_KEY_STRING);
 
     binding_op_element->ops->get_binding_fault_ref_elements =
-        axis2_hash_get(methods, "get_binding_fault_ref_elements",
+        axutil_hash_get(methods, "get_binding_fault_ref_elements",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_desc_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_desc_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_desc_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_desc_element.c Fri Mar 30 11:28:18 2007
@@ -21,101 +21,101 @@
 woden_wsdl10_desc_element_resolve_methods(
     woden_wsdl10_desc_element_t *desc_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    desc_element->ops->free = axis2_hash_get(methods, "free",
+    desc_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    desc_element->ops->type = axis2_hash_get(methods, "type",
+    desc_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
-    desc_element->ops->set_document_base_uri = axis2_hash_get(methods,
+    desc_element->ops->set_document_base_uri = axutil_hash_get(methods,
             "set_document_base_uri", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_document_base_uri = axis2_hash_get(methods,
+    desc_element->ops->get_document_base_uri = axutil_hash_get(methods,
             "get_document_base_uri", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->set_target_namespace = axis2_hash_get(methods,
+    desc_element->ops->set_target_namespace = axutil_hash_get(methods,
             "set_target_namespace", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_target_namespace = axis2_hash_get(methods,
+    desc_element->ops->get_target_namespace = axutil_hash_get(methods,
             "get_target_namespace", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_namespace = axis2_hash_get(methods,
+    desc_element->ops->add_namespace = axutil_hash_get(methods,
             "add_namespace", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->remove_namespace = axis2_hash_get(methods,
+    desc_element->ops->remove_namespace = axutil_hash_get(methods,
             "remove_namespace", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_namespace = axis2_hash_get(methods,
+    desc_element->ops->get_namespace = axutil_hash_get(methods,
             "get_namespace", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_namespaces = axis2_hash_get(methods,
+    desc_element->ops->get_namespaces = axutil_hash_get(methods,
             "get_namespaces", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_documentation_element = axis2_hash_get(methods,
+    desc_element->ops->create_documentation_element = axutil_hash_get(methods,
             "create_documentation_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_import_element = axis2_hash_get(methods,
+    desc_element->ops->create_import_element = axutil_hash_get(methods,
             "create_import_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_include_element = axis2_hash_get(methods,
+    desc_element->ops->create_include_element = axutil_hash_get(methods,
             "create_include_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_types_element = axis2_hash_get(methods,
+    desc_element->ops->create_types_element = axutil_hash_get(methods,
             "create_types_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_msg_element = axis2_hash_get(methods,
+    desc_element->ops->create_msg_element = axutil_hash_get(methods,
             "create_msg_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_part_element = axis2_hash_get(methods,
+    desc_element->ops->create_part_element = axutil_hash_get(methods,
             "create_part_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_interface_element = axis2_hash_get(methods,
+    desc_element->ops->create_interface_element = axutil_hash_get(methods,
             "create_interface_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_interface_op_element = axis2_hash_get(methods,
+    desc_element->ops->create_interface_op_element = axutil_hash_get(methods,
             "create_interface_op_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_interface_fault_ref_element = axis2_hash_get(methods,
+    desc_element->ops->create_interface_fault_ref_element = axutil_hash_get(methods,
             "create_interface_fault_ref_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_interface_msg_ref_element = axis2_hash_get(methods,
+    desc_element->ops->create_interface_msg_ref_element = axutil_hash_get(methods,
             "create_interface_msg_ref_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_binding_element = axis2_hash_get(methods,
+    desc_element->ops->create_binding_element = axutil_hash_get(methods,
             "create_binding_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_binding_op_element = axis2_hash_get(methods,
+    desc_element->ops->create_binding_op_element = axutil_hash_get(methods,
             "create_binding_op_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_binding_fault_ref_element = axis2_hash_get(methods,
+    desc_element->ops->create_binding_fault_ref_element = axutil_hash_get(methods,
             "create_binding_fault_ref_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_binding_msg_ref_element = axis2_hash_get(methods,
+    desc_element->ops->create_binding_msg_ref_element = axutil_hash_get(methods,
             "create_binding_msg_ref_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_feature_element = axis2_hash_get(methods,
+    desc_element->ops->create_feature_element = axutil_hash_get(methods,
             "create_feature_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_svc_element = axis2_hash_get(methods,
+    desc_element->ops->create_svc_element = axutil_hash_get(methods,
             "create_svc_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_endpoint_element = axis2_hash_get(methods,
+    desc_element->ops->create_endpoint_element = axutil_hash_get(methods,
             "create_endpoint_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->create_property_element = axis2_hash_get(methods,
+    desc_element->ops->create_property_element = axutil_hash_get(methods,
             "create_property_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_import_element = axis2_hash_get(methods,
+    desc_element->ops->add_import_element = axutil_hash_get(methods,
             "add_import_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_import_elements = axis2_hash_get(methods,
+    desc_element->ops->get_import_elements = axutil_hash_get(methods,
             "get_import_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_include_element = axis2_hash_get(methods,
+    desc_element->ops->add_include_element = axutil_hash_get(methods,
             "add_include_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_include_elements = axis2_hash_get(methods,
+    desc_element->ops->get_include_elements = axutil_hash_get(methods,
             "get_include_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->set_types_element = axis2_hash_get(methods,
+    desc_element->ops->set_types_element = axutil_hash_get(methods,
             "set_types_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_types_element = axis2_hash_get(methods,
+    desc_element->ops->get_types_element = axutil_hash_get(methods,
             "get_types_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_msg_element = axis2_hash_get(methods,
+    desc_element->ops->add_msg_element = axutil_hash_get(methods,
             "add_msg_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_msg_elements = axis2_hash_get(methods,
+    desc_element->ops->get_msg_elements = axutil_hash_get(methods,
             "get_msg_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_interface_element = axis2_hash_get(methods,
+    desc_element->ops->add_interface_element = axutil_hash_get(methods,
             "add_interface_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_interface_elements = axis2_hash_get(methods,
+    desc_element->ops->get_interface_elements = axutil_hash_get(methods,
             "get_interface_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_binding_element = axis2_hash_get(methods,
+    desc_element->ops->add_binding_element = axutil_hash_get(methods,
             "add_binding_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_binding_elements = axis2_hash_get(methods,
+    desc_element->ops->get_binding_elements = axutil_hash_get(methods,
             "get_binding_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->add_svc_element = axis2_hash_get(methods,
+    desc_element->ops->add_svc_element = axutil_hash_get(methods,
             "add_svc_element", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_svc_elements = axis2_hash_get(methods,
+    desc_element->ops->get_svc_elements = axutil_hash_get(methods,
             "get_svc_elements", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->set_ext_registry = axis2_hash_get(methods,
+    desc_element->ops->set_ext_registry = axutil_hash_get(methods,
             "set_ext_registry", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->get_ext_registry = axis2_hash_get(methods,
+    desc_element->ops->get_ext_registry = axutil_hash_get(methods,
             "get_ext_registry", AXIS2_HASH_KEY_STRING);
-    desc_element->ops->to_component = axis2_hash_get(methods,
+    desc_element->ops->to_component = axutil_hash_get(methods,
             "to_component", AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_endpoint_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_endpoint_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_endpoint_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_endpoint_element.c Fri Mar 30 11:28:18 2007
@@ -21,28 +21,28 @@
 woden_wsdl10_endpoint_element_resolve_methods(
     woden_wsdl10_endpoint_element_t *endpoint_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    endpoint_element->ops->free = axis2_hash_get(methods, "free",
+    endpoint_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->type = axis2_hash_get(methods, "type",
+    endpoint_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->set_name = axis2_hash_get(methods,
+    endpoint_element->ops->set_name = axutil_hash_get(methods,
             "set_name", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->get_name = axis2_hash_get(methods,
+    endpoint_element->ops->get_name = axutil_hash_get(methods,
             "get_name", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->set_binding_qname = axis2_hash_get(methods,
+    endpoint_element->ops->set_binding_qname = axutil_hash_get(methods,
             "set_binding_qname", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->get_binding_qname = axis2_hash_get(methods,
+    endpoint_element->ops->get_binding_qname = axutil_hash_get(methods,
             "get_binding_qname", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->get_binding_element = axis2_hash_get(methods,
+    endpoint_element->ops->get_binding_element = axutil_hash_get(methods,
             "get_binding_element", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->set_address = axis2_hash_get(methods,
+    endpoint_element->ops->set_address = axutil_hash_get(methods,
             "set_address", AXIS2_HASH_KEY_STRING);
-    endpoint_element->ops->get_address = axis2_hash_get(methods,
+    endpoint_element->ops->get_address = axutil_hash_get(methods,
             "get_address", AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_fault_ref_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_fault_ref_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_fault_ref_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_fault_ref_element.c Fri Mar 30 11:28:18 2007
@@ -21,38 +21,38 @@
 woden_wsdl10_interface_fault_ref_element_resolve_methods(
     woden_wsdl10_interface_fault_ref_element_t *interface_fault_ref_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    interface_fault_ref_element->ops->free = axis2_hash_get(methods, "free",
+    interface_fault_ref_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    interface_fault_ref_element->ops->type = axis2_hash_get(methods, "type",
+    interface_fault_ref_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->set_msg_qname =
-        axis2_hash_get(methods, "set_msg_qname",
+        axutil_hash_get(methods, "set_msg_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->get_msg_qname =
-        axis2_hash_get(methods, "get_msg_qname",
+        axutil_hash_get(methods, "get_msg_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->set_direction =
-        axis2_hash_get(methods, "set_direction",
+        axutil_hash_get(methods, "set_direction",
                 AXIS2_HASH_KEY_STRING);
 
     interface_fault_ref_element->ops->get_direction =
-        axis2_hash_get(methods, "get_direction",
+        axutil_hash_get(methods, "get_direction",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_msg_ref_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_msg_ref_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_msg_ref_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_msg_ref_element.c Fri Mar 30 11:28:18 2007
@@ -21,46 +21,46 @@
 woden_wsdl10_interface_msg_ref_element_resolve_methods(
     woden_wsdl10_interface_msg_ref_element_t *interface_msg_ref_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    interface_msg_ref_element->ops->free = axis2_hash_get(methods, "free",
+    interface_msg_ref_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    interface_msg_ref_element->ops->type = axis2_hash_get(methods, "type",
+    interface_msg_ref_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->set_qname =
-        axis2_hash_get(methods, "set_qname",
+        axutil_hash_get(methods, "set_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->get_qname =
-        axis2_hash_get(methods, "get_qname",
+        axutil_hash_get(methods, "get_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->set_msg =
-        axis2_hash_get(methods, "set_msg",
+        axutil_hash_get(methods, "set_msg",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->get_msg =
-        axis2_hash_get(methods, "get_msg",
+        axutil_hash_get(methods, "get_msg",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->set_msg_qname =
-        axis2_hash_get(methods, "set_msg_qname",
+        axutil_hash_get(methods, "set_msg_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->get_msg_qname =
-        axis2_hash_get(methods, "get_msg_qname",
+        axutil_hash_get(methods, "get_msg_qname",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->set_direction =
-        axis2_hash_get(methods, "set_direction",
+        axutil_hash_get(methods, "set_direction",
                 AXIS2_HASH_KEY_STRING);
 
     interface_msg_ref_element->ops->get_direction =
-        axis2_hash_get(methods, "get_direction",
+        axutil_hash_get(methods, "get_direction",
                 AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_svc_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_svc_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_svc_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_svc_element.c Fri Mar 30 11:28:18 2007
@@ -21,28 +21,28 @@
 woden_wsdl10_svc_element_resolve_methods(
     woden_wsdl10_svc_element_t *svc_element,
     const axutil_env_t *env,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
 
-    svc_element->ops->free = axis2_hash_get(methods, "free",
+    svc_element->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    svc_element->ops->type = axis2_hash_get(methods, "type",
+    svc_element->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
-    svc_element->ops->set_qname = axis2_hash_get(methods,
+    svc_element->ops->set_qname = axutil_hash_get(methods,
             "set_qname", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->get_qname = axis2_hash_get(methods,
+    svc_element->ops->get_qname = axutil_hash_get(methods,
             "get_qname", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->set_interface_qname = axis2_hash_get(methods,
+    svc_element->ops->set_interface_qname = axutil_hash_get(methods,
             "set_interface_qname", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->get_interface_qname = axis2_hash_get(methods,
+    svc_element->ops->get_interface_qname = axutil_hash_get(methods,
             "get_interface_qname", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->get_interface_element = axis2_hash_get(methods,
+    svc_element->ops->get_interface_element = axutil_hash_get(methods,
             "get_interface_element", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->add_endpoint_element = axis2_hash_get(methods,
+    svc_element->ops->add_endpoint_element = axutil_hash_get(methods,
             "add_endpoint_element", AXIS2_HASH_KEY_STRING);
-    svc_element->ops->get_endpoint_elements = axis2_hash_get(methods,
+    svc_element->ops->get_endpoint_elements = axutil_hash_get(methods,
             "get_endpoint_elements", AXIS2_HASH_KEY_STRING);
 
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_exts.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_exts.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_exts.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_exts.c Fri Mar 30 11:28:18 2007
@@ -32,8 +32,8 @@
 {
     woden_soap_binding_exts_t binding_exts;
     woden_component_exts_t *component_exts;
-    axis2_hash_t *methods;
-    axis2_hash_t *super;
+    axutil_hash_t *methods;
+    axutil_hash_t *super;
     woden_obj_types_t obj_type;
 
     axis2_qname_t *qname;
@@ -46,7 +46,7 @@
     void *binding_exts,
     const axutil_env_t *env);
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_exts_super_objs(
     void *binding_exts,
     const axutil_env_t *env);
@@ -154,29 +154,29 @@
     binding_exts_impl->binding_exts.ops->get_soap_modules =
         woden_soap_binding_exts_get_soap_modules;
 
-    binding_exts_impl->methods = axis2_hash_make(env);
+    binding_exts_impl->methods = axutil_hash_make(env);
     if (!binding_exts_impl->methods)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
             woden_soap_binding_exts_free);
-    axis2_hash_set(binding_exts_impl->methods, "super_objs",
+    axutil_hash_set(binding_exts_impl->methods, "super_objs",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_exts_super_objs);
-    axis2_hash_set(binding_exts_impl->methods, "type",
+    axutil_hash_set(binding_exts_impl->methods, "type",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_exts_type);
 
-    axis2_hash_set(binding_exts_impl->methods, "get_soap_version",
+    axutil_hash_set(binding_exts_impl->methods, "get_soap_version",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_exts_get_soap_version);
-    axis2_hash_set(binding_exts_impl->methods, "get_soap_underlying_protocol",
+    axutil_hash_set(binding_exts_impl->methods, "get_soap_underlying_protocol",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_exts_get_soap_underlying_protocol);
-    axis2_hash_set(binding_exts_impl->methods, "get_soap_mep_default",
+    axutil_hash_set(binding_exts_impl->methods, "get_soap_mep_default",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_exts_get_soap_mep_default);
-    axis2_hash_set(binding_exts_impl->methods, "get_soap_modules",
+    axutil_hash_set(binding_exts_impl->methods, "get_soap_modules",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_exts_get_soap_modules);
 
@@ -193,15 +193,15 @@
 
     binding_exts_impl->component_exts = woden_component_exts_create(env);
 
-    binding_exts_impl->super = axis2_hash_make(env);
+    binding_exts_impl->super = axutil_hash_make(env);
     if (!binding_exts_impl->super)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_exts_impl->super, "WODEN_SOAP_BINDING_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_exts_impl->super, "WODEN_SOAP_BINDING_EXTS", AXIS2_HASH_KEY_STRING,
             &(binding_exts_impl->binding_exts));
-    axis2_hash_set(binding_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
             binding_exts_impl->component_exts);
 
     return &(binding_exts_impl->binding_exts);
@@ -239,13 +239,13 @@
 
     if (binding_exts_impl->super)
     {
-        axis2_hash_free(binding_exts_impl->super, env);
+        axutil_hash_free(binding_exts_impl->super, env);
         binding_exts_impl->super = NULL;
     }
 
     if (binding_exts_impl->methods)
     {
-        axis2_hash_free(binding_exts_impl->methods, env);
+        axutil_hash_free(binding_exts_impl->methods, env);
         binding_exts_impl->methods = NULL;
     }
 
@@ -276,7 +276,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_exts_super_objs(
     void *binding_exts,
     const axutil_env_t *env)
@@ -320,7 +320,7 @@
     woden_soap_binding_exts_t *binding_exts,
     const axutil_env_t *env,
     woden_soap_binding_exts_t *binding_exts_impl,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     woden_soap_binding_exts_impl_t *binding_exts_impl_l = NULL;
 
@@ -328,32 +328,32 @@
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
     binding_exts_impl_l = INTF_TO_IMPL(binding_exts_impl);
 
-    binding_exts->ops->free = axis2_hash_get(methods, "free",
+    binding_exts->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    binding_exts->ops->super_objs = axis2_hash_get(methods, "super_objs",
+    binding_exts->ops->super_objs = axutil_hash_get(methods, "super_objs",
             AXIS2_HASH_KEY_STRING);
-    binding_exts->ops->type = axis2_hash_get(methods, "type",
+    binding_exts->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
-    binding_exts->ops->get_soap_version = axis2_hash_get(methods,
+    binding_exts->ops->get_soap_version = axutil_hash_get(methods,
             "get_soap_version", AXIS2_HASH_KEY_STRING);
     if (!binding_exts->ops->get_soap_version && binding_exts_impl_l)
         binding_exts->ops->get_soap_version =
             binding_exts_impl_l->binding_exts.ops->get_soap_version;
 
-    binding_exts->ops->get_soap_underlying_protocol = axis2_hash_get(methods,
+    binding_exts->ops->get_soap_underlying_protocol = axutil_hash_get(methods,
             "get_soap_underlying_protocol", AXIS2_HASH_KEY_STRING);
     if (!binding_exts->ops->get_soap_underlying_protocol && binding_exts_impl_l)
         binding_exts->ops->get_soap_underlying_protocol =
             binding_exts_impl_l->binding_exts.ops->get_soap_underlying_protocol;
 
-    binding_exts->ops->get_soap_mep_default = axis2_hash_get(methods,
+    binding_exts->ops->get_soap_mep_default = axutil_hash_get(methods,
             "get_soap_mep_default", AXIS2_HASH_KEY_STRING);
     if (!binding_exts->ops->get_soap_mep_default && binding_exts_impl_l)
         binding_exts->ops->get_soap_mep_default =
             binding_exts_impl_l->binding_exts.ops->get_soap_mep_default;
 
-    binding_exts->ops->get_soap_modules = axis2_hash_get(methods,
+    binding_exts->ops->get_soap_modules = axutil_hash_get(methods,
             "get_soap_modules", AXIS2_HASH_KEY_STRING);
     if (!binding_exts->ops->get_soap_modules && binding_exts_impl_l)
         binding_exts->ops->get_soap_modules =

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_exts.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_exts.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_exts.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_exts.c Fri Mar 30 11:28:18 2007
@@ -35,8 +35,8 @@
 {
     woden_soap_binding_fault_exts_t binding_fault_exts;
     woden_component_exts_t *component_exts;
-    axis2_hash_t *methods;
-    axis2_hash_t *super;
+    axutil_hash_t *methods;
+    axutil_hash_t *super;
     woden_obj_types_t obj_type;
 
     axis2_qname_t *qname;
@@ -49,7 +49,7 @@
     void *binding_fault_exts,
     const axutil_env_t *env);
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_fault_exts_super_objs(
     void *binding_fault_exts,
     const axutil_env_t *env);
@@ -157,29 +157,29 @@
     binding_fault_exts_impl->binding_fault_exts.ops->get_soap_headers =
         woden_soap_binding_fault_exts_get_soap_headers;
 
-    binding_fault_exts_impl->methods = axis2_hash_make(env);
+    binding_fault_exts_impl->methods = axutil_hash_make(env);
     if (!binding_fault_exts_impl->methods)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_fault_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_exts_free);
-    axis2_hash_set(binding_fault_exts_impl->methods, "super_objs",
+    axutil_hash_set(binding_fault_exts_impl->methods, "super_objs",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_fault_exts_super_objs);
-    axis2_hash_set(binding_fault_exts_impl->methods, "type",
+    axutil_hash_set(binding_fault_exts_impl->methods, "type",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_fault_exts_type);
 
-    axis2_hash_set(binding_fault_exts_impl->methods, "get_soap_fault_code",
+    axutil_hash_set(binding_fault_exts_impl->methods, "get_soap_fault_code",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_exts_get_soap_fault_code);
-    axis2_hash_set(binding_fault_exts_impl->methods, "get_soap_fault_subcodes",
+    axutil_hash_set(binding_fault_exts_impl->methods, "get_soap_fault_subcodes",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_exts_get_soap_fault_subcodes);
-    axis2_hash_set(binding_fault_exts_impl->methods, "get_modules",
+    axutil_hash_set(binding_fault_exts_impl->methods, "get_modules",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_exts_get_soap_modules);
-    axis2_hash_set(binding_fault_exts_impl->methods, "get_soap_headers",
+    axutil_hash_set(binding_fault_exts_impl->methods, "get_soap_headers",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_exts_get_soap_headers);
 
@@ -196,15 +196,15 @@
 
     binding_fault_exts_impl->component_exts = woden_component_exts_create(env);
 
-    binding_fault_exts_impl->super = axis2_hash_make(env);
+    binding_fault_exts_impl->super = axutil_hash_make(env);
     if (!binding_fault_exts_impl->super)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_fault_exts_impl->super, "WODEN_SOAP_BINDING_FAULT_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_exts_impl->super, "WODEN_SOAP_BINDING_FAULT_EXTS", AXIS2_HASH_KEY_STRING,
             &(binding_fault_exts_impl->binding_fault_exts));
-    axis2_hash_set(binding_fault_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
             binding_fault_exts_impl->component_exts);
 
     return &(binding_fault_exts_impl->binding_fault_exts);
@@ -242,13 +242,13 @@
 
     if (binding_fault_exts_impl->super)
     {
-        axis2_hash_free(binding_fault_exts_impl->super, env);
+        axutil_hash_free(binding_fault_exts_impl->super, env);
         binding_fault_exts_impl->super = NULL;
     }
 
     if (binding_fault_exts_impl->methods)
     {
-        axis2_hash_free(binding_fault_exts_impl->methods, env);
+        axutil_hash_free(binding_fault_exts_impl->methods, env);
         binding_fault_exts_impl->methods = NULL;
     }
 
@@ -279,7 +279,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_fault_exts_super_objs(
     void *binding_fault_exts,
     const axutil_env_t *env)
@@ -323,7 +323,7 @@
     woden_soap_binding_fault_exts_t *binding_fault_exts,
     const axutil_env_t *env,
     woden_soap_binding_fault_exts_t *binding_fault_exts_impl,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl_l = NULL;
 
@@ -331,32 +331,32 @@
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
     binding_fault_exts_impl_l = INTF_TO_IMPL(binding_fault_exts_impl);
 
-    binding_fault_exts->ops->free = axis2_hash_get(methods, "free",
+    binding_fault_exts->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    binding_fault_exts->ops->super_objs = axis2_hash_get(methods, "super_objs",
+    binding_fault_exts->ops->super_objs = axutil_hash_get(methods, "super_objs",
             AXIS2_HASH_KEY_STRING);
-    binding_fault_exts->ops->type = axis2_hash_get(methods, "type",
+    binding_fault_exts->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
-    binding_fault_exts->ops->get_soap_fault_code = axis2_hash_get(methods,
+    binding_fault_exts->ops->get_soap_fault_code = axutil_hash_get(methods,
             "get_soap_fault_code", AXIS2_HASH_KEY_STRING);
     if (!binding_fault_exts->ops->get_soap_fault_code && binding_fault_exts_impl_l)
         binding_fault_exts->ops->get_soap_fault_code =
             binding_fault_exts_impl_l->binding_fault_exts.ops->get_soap_fault_code;
 
-    binding_fault_exts->ops->get_soap_fault_subcodes = axis2_hash_get(methods,
+    binding_fault_exts->ops->get_soap_fault_subcodes = axutil_hash_get(methods,
             "get_soap_fault_subcodes", AXIS2_HASH_KEY_STRING);
     if (!binding_fault_exts->ops->get_soap_fault_subcodes && binding_fault_exts_impl_l)
         binding_fault_exts->ops->get_soap_fault_subcodes =
             binding_fault_exts_impl_l->binding_fault_exts.ops->get_soap_fault_subcodes;
 
-    binding_fault_exts->ops->get_soap_modules = axis2_hash_get(methods,
+    binding_fault_exts->ops->get_soap_modules = axutil_hash_get(methods,
             "get_soap_modules", AXIS2_HASH_KEY_STRING);
     if (!binding_fault_exts->ops->get_soap_modules && binding_fault_exts_impl_l)
         binding_fault_exts->ops->get_soap_modules =
             binding_fault_exts_impl_l->binding_fault_exts.ops->get_soap_modules;
 
-    binding_fault_exts->ops->get_soap_headers = axis2_hash_get(methods,
+    binding_fault_exts->ops->get_soap_headers = axutil_hash_get(methods,
             "get_soap_headers", AXIS2_HASH_KEY_STRING);
     if (!binding_fault_exts->ops->get_soap_headers && binding_fault_exts_impl_l)
         binding_fault_exts->ops->get_soap_headers =

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_ref_exts.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_ref_exts.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_ref_exts.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_ref_exts.c Fri Mar 30 11:28:18 2007
@@ -33,8 +33,8 @@
 {
     woden_soap_binding_fault_ref_exts_t binding_fault_ref_exts;
     woden_component_exts_t *component_exts;
-    axis2_hash_t *methods;
-    axis2_hash_t *super;
+    axutil_hash_t *methods;
+    axutil_hash_t *super;
     woden_obj_types_t obj_type;
 
     axis2_qname_t *qname;
@@ -47,7 +47,7 @@
     void *binding_fault_ref_exts,
     const axutil_env_t *env);
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_super_objs(
     void *binding_fault_ref_exts,
     const axutil_env_t *env);
@@ -134,20 +134,20 @@
     binding_fault_ref_exts_impl->binding_fault_ref_exts.ops->get_soap_modules =
         woden_soap_binding_fault_ref_exts_get_soap_modules;
 
-    binding_fault_ref_exts_impl->methods = axis2_hash_make(env);
+    binding_fault_ref_exts_impl->methods = axutil_hash_make(env);
     if (!binding_fault_ref_exts_impl->methods)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_fault_ref_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_ref_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_ref_exts_free);
-    axis2_hash_set(binding_fault_ref_exts_impl->methods, "super_objs",
+    axutil_hash_set(binding_fault_ref_exts_impl->methods, "super_objs",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_fault_ref_exts_super_objs);
-    axis2_hash_set(binding_fault_ref_exts_impl->methods, "type",
+    axutil_hash_set(binding_fault_ref_exts_impl->methods, "type",
             AXIS2_HASH_KEY_STRING, woden_soap_binding_fault_ref_exts_type);
 
-    axis2_hash_set(binding_fault_ref_exts_impl->methods, "get_modules",
+    axutil_hash_set(binding_fault_ref_exts_impl->methods, "get_modules",
             AXIS2_HASH_KEY_STRING,
             woden_soap_binding_fault_ref_exts_get_soap_modules);
 
@@ -164,15 +164,15 @@
 
     binding_fault_ref_exts_impl->component_exts = woden_component_exts_create(env);
 
-    binding_fault_ref_exts_impl->super = axis2_hash_make(env);
+    binding_fault_ref_exts_impl->super = axutil_hash_make(env);
     if (!binding_fault_ref_exts_impl->super)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-    axis2_hash_set(binding_fault_ref_exts_impl->super, "WODEN_SOAP_BINDING_FAULT_REF_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_ref_exts_impl->super, "WODEN_SOAP_BINDING_FAULT_REF_EXTS", AXIS2_HASH_KEY_STRING,
             &(binding_fault_ref_exts_impl->binding_fault_ref_exts));
-    axis2_hash_set(binding_fault_ref_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
+    axutil_hash_set(binding_fault_ref_exts_impl->super, "WODEN_COMPONENT_EXTS", AXIS2_HASH_KEY_STRING,
             binding_fault_ref_exts_impl->component_exts);
 
     return &(binding_fault_ref_exts_impl->binding_fault_ref_exts);
@@ -210,13 +210,13 @@
 
     if (binding_fault_ref_exts_impl->super)
     {
-        axis2_hash_free(binding_fault_ref_exts_impl->super, env);
+        axutil_hash_free(binding_fault_ref_exts_impl->super, env);
         binding_fault_ref_exts_impl->super = NULL;
     }
 
     if (binding_fault_ref_exts_impl->methods)
     {
-        axis2_hash_free(binding_fault_ref_exts_impl->methods, env);
+        axutil_hash_free(binding_fault_ref_exts_impl->methods, env);
         binding_fault_ref_exts_impl->methods = NULL;
     }
 
@@ -247,7 +247,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_hash_t *AXIS2_CALL
+axutil_hash_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_super_objs(
     void *binding_fault_ref_exts,
     const axutil_env_t *env)
@@ -291,7 +291,7 @@
     woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts,
     const axutil_env_t *env,
     woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts_impl,
-    axis2_hash_t *methods)
+    axutil_hash_t *methods)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl_l = NULL;
 
@@ -299,14 +299,14 @@
     AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE);
     binding_fault_ref_exts_impl_l = INTF_TO_IMPL(binding_fault_ref_exts_impl);
 
-    binding_fault_ref_exts->ops->free = axis2_hash_get(methods, "free",
+    binding_fault_ref_exts->ops->free = axutil_hash_get(methods, "free",
             AXIS2_HASH_KEY_STRING);
-    binding_fault_ref_exts->ops->super_objs = axis2_hash_get(methods, "super_objs",
+    binding_fault_ref_exts->ops->super_objs = axutil_hash_get(methods, "super_objs",
             AXIS2_HASH_KEY_STRING);
-    binding_fault_ref_exts->ops->type = axis2_hash_get(methods, "type",
+    binding_fault_ref_exts->ops->type = axutil_hash_get(methods, "type",
             AXIS2_HASH_KEY_STRING);
 
-    binding_fault_ref_exts->ops->get_soap_modules = axis2_hash_get(methods,
+    binding_fault_ref_exts->ops->get_soap_modules = axutil_hash_get(methods,
             "get_soap_modules", AXIS2_HASH_KEY_STRING);
     if (!binding_fault_ref_exts->ops->get_soap_modules && binding_fault_ref_exts_impl_l)
         binding_fault_ref_exts->ops->get_soap_modules =



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org