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 19:26:54 UTC

svn commit: r524188 [35/42] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/guththila/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/src/util/ axiom/test/om/ axiom/test/soap/ guththila/include/ gu...

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=524188&r1=524187&r2=524188
==============================================================================
--- 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 10:26:22 2007
@@ -47,57 +47,57 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_exts_free(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_fault_exts_super_objs(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_fault_exts_type(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_base_impl(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_fault_code(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_fault_subcodes(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_modules(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_headers(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static woden_soap_binding_fault_exts_t *
 create(
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_binding_fault_exts_free_ops(
     void *binding_fault_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_binding_fault_exts_t * AXIS2_CALL
 woden_soap_binding_fault_exts_to_component_exts(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -120,7 +120,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_binding_fault_exts_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -187,7 +187,7 @@
 }
 
 AXIS2_EXTERN woden_soap_binding_fault_exts_t * AXIS2_CALL
-woden_soap_binding_fault_exts_create(const axis2_env_t *env)
+woden_soap_binding_fault_exts_create(const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -213,7 +213,7 @@
 static axis2_status_t
 woden_soap_binding_fault_exts_free_ops(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -233,7 +233,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_exts_free(void *binding_fault_exts,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -282,7 +282,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_fault_exts_super_objs(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -295,7 +295,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_fault_exts_type(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -308,7 +308,7 @@
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_base_impl(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
 
@@ -321,7 +321,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_exts_resolve_methods(
     woden_soap_binding_fault_exts_t *binding_fault_exts,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_binding_fault_exts_t *binding_fault_exts_impl,
     axis2_hash_t *methods)
 {
@@ -368,7 +368,7 @@
 void *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_fault_code(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
     woden_qname_or_token_any_attr_t *code = NULL;
@@ -416,7 +416,7 @@
 void *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_fault_subcodes(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
     woden_qname_list_or_token_any_attr_t *subcodes = NULL;
@@ -465,7 +465,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_modules(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
     axutil_array_list_t *soap_mods = NULL;
@@ -489,7 +489,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_exts_get_soap_headers(
     void *binding_fault_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_exts_impl_t *binding_fault_exts_impl = NULL;
     axutil_array_list_t *soap_headers = NULL;

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=524188&r1=524187&r2=524188
==============================================================================
--- 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 10:26:22 2007
@@ -45,42 +45,42 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_ref_exts_free(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_super_objs(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_fault_ref_exts_type(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_get_base_impl(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_get_soap_modules(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static woden_soap_binding_fault_ref_exts_t *
 create(
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_binding_fault_ref_exts_free_ops(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_binding_fault_ref_exts_t * AXIS2_CALL
 woden_soap_binding_fault_ref_exts_to_component_exts(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -103,7 +103,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_binding_fault_ref_exts_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -155,7 +155,7 @@
 }
 
 AXIS2_EXTERN woden_soap_binding_fault_ref_exts_t * AXIS2_CALL
-woden_soap_binding_fault_ref_exts_create(const axis2_env_t *env)
+woden_soap_binding_fault_ref_exts_create(const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -181,7 +181,7 @@
 static axis2_status_t
 woden_soap_binding_fault_ref_exts_free_ops(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -201,7 +201,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_ref_exts_free(void *binding_fault_ref_exts,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -250,7 +250,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_super_objs(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -263,7 +263,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_fault_ref_exts_type(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -276,7 +276,7 @@
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_get_base_impl(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
 
@@ -289,7 +289,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_fault_ref_exts_resolve_methods(
     woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts_impl,
     axis2_hash_t *methods)
 {
@@ -318,7 +318,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_fault_ref_exts_get_soap_modules(
     void *binding_fault_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL;
     axutil_array_list_t *soap_mods = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_msg_ref_exts.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_msg_ref_exts.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_msg_ref_exts.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_msg_ref_exts.c Fri Mar 30 10:26:22 2007
@@ -45,47 +45,47 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_msg_ref_exts_free(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_super_objs(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_msg_ref_exts_type(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_base_impl(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_soap_modules(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_soap_headers(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static woden_soap_binding_msg_ref_exts_t *
 create(
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_binding_msg_ref_exts_free_ops(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_binding_msg_ref_exts_t * AXIS2_CALL
 woden_soap_binding_msg_ref_exts_to_component_exts(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -108,7 +108,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_binding_msg_ref_exts_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -165,7 +165,7 @@
 }
 
 AXIS2_EXTERN woden_soap_binding_msg_ref_exts_t * AXIS2_CALL
-woden_soap_binding_msg_ref_exts_create(const axis2_env_t *env)
+woden_soap_binding_msg_ref_exts_create(const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -191,7 +191,7 @@
 static axis2_status_t
 woden_soap_binding_msg_ref_exts_free_ops(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -211,7 +211,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_binding_msg_ref_exts_free(void *binding_msg_ref_exts,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -260,7 +260,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_super_objs(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -273,7 +273,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_msg_ref_exts_type(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -286,7 +286,7 @@
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_base_impl(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
 
@@ -299,7 +299,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_msg_ref_exts_resolve_methods(
     woden_soap_binding_msg_ref_exts_t *binding_msg_ref_exts,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_binding_msg_ref_exts_t *binding_msg_ref_exts_impl,
     axis2_hash_t *methods)
 {
@@ -334,7 +334,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_soap_modules(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
     axutil_array_list_t *soap_mods = NULL;
@@ -358,7 +358,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_msg_ref_exts_get_soap_headers(
     void *binding_msg_ref_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL;
     axutil_array_list_t *soap_headers = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_op_exts.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_op_exts.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_op_exts.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_op_exts.c Fri Mar 30 10:26:22 2007
@@ -46,52 +46,52 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_op_exts_free(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_op_exts_super_objs(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_op_exts_type(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_base_impl(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_uri_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_mep(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_uri_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_action(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_modules(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static woden_soap_binding_op_exts_t *
 create(
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_binding_op_exts_free_ops(
     void *binding_op_exts,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_binding_op_exts_t * AXIS2_CALL
 woden_soap_binding_op_exts_to_component_exts(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -114,7 +114,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_binding_op_exts_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -176,7 +176,7 @@
 }
 
 AXIS2_EXTERN woden_soap_binding_op_exts_t * AXIS2_CALL
-woden_soap_binding_op_exts_create(const axis2_env_t *env)
+woden_soap_binding_op_exts_create(const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -202,7 +202,7 @@
 static axis2_status_t
 woden_soap_binding_op_exts_free_ops(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -222,7 +222,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_binding_op_exts_free(void *binding_op_exts,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -271,7 +271,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_binding_op_exts_super_objs(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -284,7 +284,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_binding_op_exts_type(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -297,7 +297,7 @@
 woden_component_exts_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_base_impl(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
 
@@ -310,7 +310,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_binding_op_exts_resolve_methods(
     woden_soap_binding_op_exts_t *binding_op_exts,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_binding_op_exts_t *binding_op_exts_impl,
     axis2_hash_t *methods)
 {
@@ -339,7 +339,7 @@
 axis2_uri_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_mep(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
     woden_uri_attr_t *mep = NULL;
@@ -363,7 +363,7 @@
 axis2_uri_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_action(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
     woden_uri_attr_t *action = NULL;
@@ -387,7 +387,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_binding_op_exts_get_soap_modules(
     void *binding_op_exts,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL;
     axutil_array_list_t *soap_mods = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block.c Fri Mar 30 10:26:22 2007
@@ -53,17 +53,17 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_free(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_header_block_super_objs(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_header_block_type(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ***********************************************************************
  *  Component model methods (SOAPHeaderBlock interface), some shared with Element model
@@ -72,27 +72,27 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_element_decl(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_must_understand(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_is_required(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_header_block_get_parent(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_header_block_to_element(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ***********************************************************************
  *  Element model-only methods (SOAPHeaderBlockElement interface)
@@ -101,62 +101,62 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_element_qname(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname);
 
 axis2_qname_t *AXIS2_CALL
 woden_soap_header_block_get_element_qname(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_header_block_get_element(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_must_understand(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_bool_t understood);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_parent_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *wsdl_el);
 
 void *AXIS2_CALL
 woden_soap_header_block_get_parent_element(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_add_documentation_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *doc_el);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_documentation_elements(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_extension_type(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname);
 
 axis2_qname_t *AXIS2_CALL
 woden_soap_header_block_get_extension_type(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_required(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_bool_t required);
 
 /* ***********************************************************************
@@ -166,60 +166,60 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_ext_attr(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *attr_type,
     void *attr);
 
 void *AXIS2_CALL
 woden_soap_header_block_get_ext_attr(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *attr_type);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_attrs_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_attrs(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_has_ext_attrs_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_add_ext_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *ext_el);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_remove_ext_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *ext_el);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_elements(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_elements_of_type(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *ext_type);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_has_ext_elements_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc);
 
 /* ************************************************************
@@ -229,28 +229,28 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_element_decl(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *element_decl);
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_types(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *types);
 
 static woden_soap_header_block_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_header_block_free_ops(
     void *header_block,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_header_block_t * AXIS2_CALL
 woden_soap_header_block_to_soap_header_block_element(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -274,7 +274,7 @@
 AXIS2_EXTERN woden_soap_header_block_t * AXIS2_CALL
 woden_soap_header_block_to_ext_element(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -298,7 +298,7 @@
 AXIS2_EXTERN woden_soap_header_block_t * AXIS2_CALL
 woden_soap_header_block_to_attr_extensible(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -322,7 +322,7 @@
 AXIS2_EXTERN woden_soap_header_block_t * AXIS2_CALL
 woden_soap_header_block_to_element_extensible(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -345,7 +345,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_header_block_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -532,7 +532,7 @@
 }
 
 AXIS2_EXTERN woden_soap_header_block_t * AXIS2_CALL
-woden_soap_header_block_create(const axis2_env_t *env)
+woden_soap_header_block_create(const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -554,7 +554,7 @@
 static axis2_status_t
 woden_soap_header_block_free_ops(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -595,7 +595,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_free(void *header_block,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -681,7 +681,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_header_block_super_objs(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -694,7 +694,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_header_block_type(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
 
@@ -707,7 +707,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_resolve_methods(
     woden_soap_header_block_t *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_header_block_t *header_block_impl,
     axis2_hash_t *methods)
 {
@@ -778,7 +778,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_element_decl(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -794,7 +794,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_must_understand(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -810,7 +810,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_is_required(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -826,7 +826,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_parent(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -842,7 +842,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_to_element(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -863,7 +863,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_element_qname(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -889,7 +889,7 @@
 axis2_qname_t *AXIS2_CALL
 woden_soap_header_block_get_element_qname(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -905,7 +905,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_element(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -928,7 +928,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_must_understand(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_bool_t understood)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -948,7 +948,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_parent_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *wsdl_el)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -972,7 +972,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_parent_element(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -988,7 +988,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_add_documentation_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *doc_el)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1017,7 +1017,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_documentation_elements(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -1033,7 +1033,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_extension_type(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1058,7 +1058,7 @@
 axis2_qname_t *AXIS2_CALL
 woden_soap_header_block_get_extension_type(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -1074,7 +1074,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_required(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_bool_t required)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1097,7 +1097,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_ext_attr(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *attr_type,
     void *attr)
 {
@@ -1118,7 +1118,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_get_ext_attr(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *attr_type)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1137,7 +1137,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_attrs_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1156,7 +1156,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_attrs(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -1173,7 +1173,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_has_ext_attrs_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1192,7 +1192,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_add_ext_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *ext_el)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1211,7 +1211,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_remove_ext_element(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *ext_el)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1232,7 +1232,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_elements(
     void *header_block,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -1249,7 +1249,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_header_block_get_ext_elements_of_type(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *ext_type)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1268,7 +1268,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_header_block_has_ext_elements_for_namespace(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1291,7 +1291,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_element_decl(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *element_decl)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;
@@ -1317,7 +1317,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_set_types(
     void *header_block,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *types)
 {
     woden_soap_header_block_impl_t *header_block_impl = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_deserializer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_deserializer.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_deserializer.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_deserializer.c Fri Mar 30 10:26:22 2007
@@ -51,22 +51,22 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_deserializer_free(
     void *header_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_header_block_deserializer_type(
     void *header_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_header_block_deserializer_super_objs(
     void *header_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_header_block_deserializer_marshall(
     void *header_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axis2_qname_t *ext_type,
@@ -77,24 +77,24 @@
 static void *
 parse_documentation(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *doc_el_node,
     void *desc);
 
 static woden_soap_header_block_deserializer_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_header_block_deserializer_free_ops(
     void *header_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 
 AXIS2_EXTERN woden_soap_header_block_deserializer_t * AXIS2_CALL
 woden_soap_header_block_deserializer_to_ext_deserializer(
     void *header_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -120,7 +120,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_header_block_deserializer_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -168,7 +168,7 @@
 }
 
 AXIS2_EXTERN woden_soap_header_block_deserializer_t * AXIS2_CALL
-woden_soap_header_block_deserializer_create(const axis2_env_t *env)
+woden_soap_header_block_deserializer_create(const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -190,7 +190,7 @@
 static axis2_status_t
 woden_soap_header_block_deserializer_free_ops(
     void *header_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -212,7 +212,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_deserializer_free(
     void *header_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -250,7 +250,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_header_block_deserializer_super_objs(
     void *header_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -263,7 +263,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_header_block_deserializer_type(
     void *header_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_header_block_deserializer_impl_t *header_deser_impl = NULL;
 
@@ -276,7 +276,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_deserializer_resolve_methods(
     woden_soap_header_block_deserializer_t *header_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_header_block_deserializer_t *header_deser_impl,
     axis2_hash_t *methods)
 {
@@ -305,7 +305,7 @@
 void *AXIS2_CALL
 woden_soap_header_block_deserializer_marshall(
     void *header_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axis2_qname_t *ext_type,
@@ -412,7 +412,7 @@
 static void *
 parse_documentation(
     void *header_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *doc_el_node,
     void *desc)
 {

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_element.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_element.c Fri Mar 30 10:26:22 2007
@@ -20,7 +20,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_header_block_element_resolve_methods(
     woden_soap_header_block_element_t *soap_header_block_element,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module.c Fri Mar 30 10:26:22 2007
@@ -49,17 +49,17 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_free(
     void *module,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_module_super_objs(
     void *module,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_module_type(
     void *module,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ***********************************************************************
  *  Component model methods (SOAPHeaderBlock interface), some shared with Element model
@@ -68,22 +68,22 @@
 axis2_uri_t *AXIS2_CALL
 woden_soap_module_get_ref(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_module_is_required(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_module_get_parent(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_module_to_element(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 /* ***********************************************************************
  *  Element model-only methods (SOAPHeaderBlockElement interface)
@@ -92,46 +92,46 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_ref(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *uri);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_parent_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *wsdl_el);
 
 void *AXIS2_CALL
 woden_soap_module_get_parent_element(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_add_documentation_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *doc_el);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_documentation_elements(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_extension_type(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *qname);
 
 axis2_qname_t *AXIS2_CALL
 woden_soap_module_get_extension_type(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_required(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_bool_t required);
 
 /* ***********************************************************************
@@ -141,75 +141,75 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_ext_attr(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *attr_type,
     void *attr);
 
 void *AXIS2_CALL
 woden_soap_module_get_ext_attr(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *attr_type);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_attrs_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_attrs(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_module_has_ext_attrs_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_add_ext_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *ext_el);
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_remove_ext_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *ext_el);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_elements(
     void *module,
-    axis2_env_t *env);
+    axutil_env_t *env);
 
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_elements_of_type(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *ext_type);
 
 axis2_bool_t AXIS2_CALL
 woden_soap_module_has_ext_elements_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc);
 
 static woden_soap_module_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_module_free_ops(
     void *module,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_soap_module_t * AXIS2_CALL
 woden_soap_module_to_soap_module_element(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -233,7 +233,7 @@
 AXIS2_EXTERN woden_soap_module_t * AXIS2_CALL
 woden_soap_module_to_ext_element(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -257,7 +257,7 @@
 AXIS2_EXTERN woden_soap_module_t * AXIS2_CALL
 woden_soap_module_to_attr_extensible(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -281,7 +281,7 @@
 AXIS2_EXTERN woden_soap_module_t * AXIS2_CALL
 woden_soap_module_to_element_extensible(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -304,7 +304,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_module_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -455,7 +455,7 @@
 }
 
 AXIS2_EXTERN woden_soap_module_t * AXIS2_CALL
-woden_soap_module_create(const axis2_env_t *env)
+woden_soap_module_create(const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -477,7 +477,7 @@
 static axis2_status_t
 woden_soap_module_free_ops(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -518,7 +518,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_soap_module_free(void *module,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -592,7 +592,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_module_super_objs(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -605,7 +605,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_module_type(
     void *module,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
 
@@ -618,7 +618,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_resolve_methods(
     woden_soap_module_t *module,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_module_t *module_impl,
     axis2_hash_t *methods)
 {
@@ -669,7 +669,7 @@
 axis2_uri_t *AXIS2_CALL
 woden_soap_module_get_ref(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -685,7 +685,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_module_is_required(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -701,7 +701,7 @@
 void *AXIS2_CALL
 woden_soap_module_get_parent(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -717,7 +717,7 @@
 void *AXIS2_CALL
 woden_soap_module_to_element(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -738,7 +738,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_ref(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *uri)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -765,7 +765,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_parent_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *wsdl_el)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -789,7 +789,7 @@
 void *AXIS2_CALL
 woden_soap_module_get_parent_element(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -805,7 +805,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_add_documentation_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *doc_el)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -834,7 +834,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_documentation_elements(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -850,7 +850,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_extension_type(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *qname)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -875,7 +875,7 @@
 axis2_qname_t *AXIS2_CALL
 woden_soap_module_get_extension_type(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -891,7 +891,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_required(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_bool_t required)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -914,7 +914,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_set_ext_attr(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *attr_type,
     void *attr)
 {
@@ -935,7 +935,7 @@
 void *AXIS2_CALL
 woden_soap_module_get_ext_attr(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *attr_type)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -954,7 +954,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_attrs_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -973,7 +973,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_attrs(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -990,7 +990,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_module_has_ext_attrs_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -1009,7 +1009,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_add_ext_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *ext_el)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -1028,7 +1028,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_remove_ext_element(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     void *ext_el)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -1049,7 +1049,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_elements(
     void *module,
-    axis2_env_t *env)
+    axutil_env_t *env)
 {
     woden_soap_module_impl_t *module_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -1066,7 +1066,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_soap_module_get_ext_elements_of_type(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_qname_t *ext_type)
 {
     woden_soap_module_impl_t *module_impl = NULL;
@@ -1085,7 +1085,7 @@
 axis2_bool_t AXIS2_CALL
 woden_soap_module_has_ext_elements_for_namespace(
     void *module,
-    axis2_env_t *env,
+    axutil_env_t *env,
     axis2_uri_t *namespc)
 {
     woden_soap_module_impl_t *module_impl = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_deserializer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_deserializer.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_deserializer.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_deserializer.c Fri Mar 30 10:26:22 2007
@@ -49,22 +49,22 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_deserializer_free(
     void *mod_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_soap_module_deserializer_type(
     void *mod_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_soap_module_deserializer_super_objs(
     void *mod_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_soap_module_deserializer_unmarshall(
     void *mod_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axis2_qname_t *element_type,
@@ -75,24 +75,24 @@
 static void *
 parse_documentation(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *doc_el_node,
     void *desc);
 
 static woden_soap_module_deserializer_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_soap_module_deserializer_free_ops(
     void *mod_deser,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 
 AXIS2_EXTERN woden_soap_module_deserializer_t * AXIS2_CALL
 woden_soap_module_deserializer_to_ext_deserializer(
     void *mod_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -118,7 +118,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_soap_module_deserializer_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -166,7 +166,7 @@
 }
 
 AXIS2_EXTERN woden_soap_module_deserializer_t * AXIS2_CALL
-woden_soap_module_deserializer_create(const axis2_env_t *env)
+woden_soap_module_deserializer_create(const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -188,7 +188,7 @@
 static axis2_status_t
 woden_soap_module_deserializer_free_ops(
     void *mod_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -210,7 +210,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_deserializer_free(
     void *mod_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -248,7 +248,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_soap_module_deserializer_super_objs(
     void *mod_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -261,7 +261,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_soap_module_deserializer_type(
     void *mod_deser,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_soap_module_deserializer_impl_t *mod_deser_impl = NULL;
 
@@ -274,7 +274,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_deserializer_resolve_methods(
     woden_soap_module_deserializer_t *mod_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_soap_module_deserializer_t *mod_deser_impl,
     axis2_hash_t *methods)
 {
@@ -303,7 +303,7 @@
 void *AXIS2_CALL
 woden_soap_module_deserializer_unmarshall(
     void *mod_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axis2_qname_t *element_type,
@@ -392,7 +392,7 @@
 static void *
 parse_documentation(
     void *mod_deser,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *doc_el_node,
     void *desc)
 {

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_element.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_element.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_element.c Fri Mar 30 10:26:22 2007
@@ -20,7 +20,7 @@
 axis2_status_t AXIS2_CALL
 woden_soap_module_element_resolve_methods(
     woden_soap_module_element_t *soap_module_element,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_deserializer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_deserializer.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_deserializer.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_deserializer.c Fri Mar 30 10:26:22 2007
@@ -20,7 +20,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_deserializer_resolve_methods(
     woden_ext_deserializer_t *ext_deserializer,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_hash_t *methods)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_registry.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_registry.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_registry.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_registry.c Fri Mar 30 10:26:22 2007
@@ -93,12 +93,12 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_free(
     void *registry,
-    const axis2_env_t *envv);
+    const axutil_env_t *envv);
 
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_deserializer(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_qtype,
     void *ed);
@@ -106,27 +106,27 @@
 void *AXIS2_CALL
 woden_ext_registry_query_deserializer(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_type);
 
 void *AXIS2_CALL
 woden_ext_registry_query_ext_element_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_qname_t *elem_qn);
 
 axutil_array_list_t *AXIS2_CALL
 woden_ext_registry_get_allowable_exts(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type);
 
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_ext_element_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_qtype,
     void *element);
@@ -134,7 +134,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_ext_attr_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *owner_class,
     axis2_qname_t *attr_qname,
     void *attr);
@@ -142,14 +142,14 @@
 void *AXIS2_CALL
 woden_ext_registry_query_ext_attr_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_qname_t *attr_qn);
 
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_component_ext(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_uri_t *ext_namespc,
     void *comp_ext);
@@ -157,24 +157,24 @@
 void *AXIS2_CALL
 woden_ext_registry_query_component_ext(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_uri_t *ext_namespc);
 
 axutil_array_list_t *AXIS2_CALL
 woden_ext_registry_query_component_ext_namespaces(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class);
 
 static axis2_status_t
 woden_ext_registry_populate(
     void *registry,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 AXIS2_EXTERN woden_ext_registry_t * AXIS2_CALL
 woden_ext_registry_create(
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_ext_registry_impl_t *registry_impl = NULL;
 
@@ -260,7 +260,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_free(
     void *registry,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_ext_registry_impl_t *registry_impl = NULL;
 
@@ -319,7 +319,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_deserializer(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_qtype,
     void *ed)
@@ -364,7 +364,7 @@
 void *AXIS2_CALL
 woden_ext_registry_query_deserializer(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_type)
 {
@@ -403,7 +403,7 @@
 void *AXIS2_CALL
 woden_ext_registry_query_ext_element_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_qname_t *elem_qn)
 {
@@ -437,7 +437,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_ext_registry_get_allowable_exts(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type)
 {
     woden_ext_registry_impl_t *registry_impl = NULL;
@@ -484,7 +484,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_ext_element_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     axis2_qname_t *element_qtype,
     void *element)
@@ -527,7 +527,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_ext_attr_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *owner_class,
     axis2_qname_t *attr_qname,
     void *attr)
@@ -567,7 +567,7 @@
 void *AXIS2_CALL
 woden_ext_registry_query_ext_attr_type(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_qname_t *attr_qn)
 {
@@ -601,7 +601,7 @@
 axis2_status_t AXIS2_CALL
 woden_ext_registry_register_component_ext(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_uri_t *ext_namespc,
     void *comp_ext)
@@ -637,7 +637,7 @@
 void *AXIS2_CALL
 woden_ext_registry_query_component_ext(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class,
     axis2_uri_t *ext_namespc)
 {
@@ -669,7 +669,7 @@
 axutil_array_list_t *AXIS2_CALL
 woden_ext_registry_query_component_ext_namespaces(
     void *registry,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_class)
 {
     woden_ext_registry_impl_t *registry_impl = NULL;
@@ -700,7 +700,7 @@
 static axis2_status_t
 woden_ext_registry_populate(
     void *registry,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_ext_registry_impl_t *registry_impl = NULL;
     axis2_qname_t *q_attr_soap_version = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_fault.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_fault.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_fault.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_fault.c Fri Mar 30 10:26:22 2007
@@ -48,34 +48,34 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_free(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_binding_fault_super_objs(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_binding_fault_type(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_nested_configurable_t *AXIS2_CALL
 woden_binding_fault_get_base_impl(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 /* ************************************************************
  *  Binding Fault interface methods (the WSDL Component model)
  * ************************************************************/
 void *AXIS2_CALL
 woden_binding_fault_get_interface_fault(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_binding_fault_to_element(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ************************************************************
  *  Binding Fault Element interface methods (the XML Element model)
@@ -83,18 +83,18 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_set_ref(
     void *binding_fault,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname);
 
 axis2_qname_t *AXIS2_CALL
 woden_binding_fault_get_ref(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_binding_fault_get_interface_fault_element(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ************************************************************
  *  Non-API implementation methods
@@ -103,23 +103,23 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_set_interface_fault_element(
     void *binding_fault,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *in_fault);
 
 
 static woden_binding_fault_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_binding_fault_free_ops(
     void *binding_fault,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_binding_fault_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -146,7 +146,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_nested_configurable(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -174,7 +174,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_configurable(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     void *configurable = NULL;
@@ -204,7 +204,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_wsdl_obj(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     void *configurable = NULL;
@@ -241,7 +241,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_nested_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -269,7 +269,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_documentable_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -298,7 +298,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_documentable(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -328,7 +328,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_wsdl_component(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -356,7 +356,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_configurable_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -385,7 +385,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_attr_extensible(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -414,7 +414,7 @@
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
 woden_binding_fault_to_element_extensible(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -443,7 +443,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_binding_fault_t *
-create(const axis2_env_t *env)
+create(const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -527,7 +527,7 @@
 }
 
 AXIS2_EXTERN woden_binding_fault_t * AXIS2_CALL
-woden_binding_fault_create(const axis2_env_t *env)
+woden_binding_fault_create(const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     void *configurable = NULL;
@@ -560,7 +560,7 @@
 static axis2_status_t
 woden_binding_fault_free_ops(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -675,7 +675,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_free(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -733,7 +733,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_binding_fault_super_objs(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -746,7 +746,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_binding_fault_type(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -759,7 +759,7 @@
 woden_nested_configurable_t *AXIS2_CALL
 woden_binding_fault_get_base_impl(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
 
@@ -772,7 +772,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_resolve_methods(
     woden_binding_fault_t *binding_fault,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_binding_fault_t *binding_fault_impl,
     axis2_hash_t *methods)
 {
@@ -816,7 +816,7 @@
 void *AXIS2_CALL
 woden_binding_fault_get_interface_fault(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -832,7 +832,7 @@
 void *AXIS2_CALL
 woden_binding_fault_to_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -851,7 +851,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_set_ref(
     void *binding_fault,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_qname_t *qname)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
@@ -874,7 +874,7 @@
 axis2_qname_t *AXIS2_CALL
 woden_binding_fault_get_ref(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -890,7 +890,7 @@
 void *AXIS2_CALL
 woden_binding_fault_get_interface_fault_element(
     void *binding_fault,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -910,7 +910,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_fault_set_interface_fault_element(
     void *binding_fault,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *in_fault)
 {
     woden_binding_fault_impl_t *binding_fault_impl = NULL;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_msg_ref.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_msg_ref.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_msg_ref.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_msg_ref.c Fri Mar 30 10:26:22 2007
@@ -50,22 +50,22 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_free(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_hash_t *AXIS2_CALL
 woden_binding_msg_ref_super_objs(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_obj_types_t AXIS2_CALL
 woden_binding_msg_ref_type(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 woden_nested_configurable_t *AXIS2_CALL
 woden_binding_msg_ref_get_base_impl(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ************************************************************
  *  Binding Message Reference  methods (the WSDL Component model)
@@ -73,12 +73,12 @@
 void *AXIS2_CALL
 woden_binding_msg_ref_get_interface_msg_ref(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_binding_msg_ref_to_element(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ************************************************************
  *  Binding Message Reference Element methods (the XML Element model)
@@ -88,24 +88,24 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_direction(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *dir);
 
 void *AXIS2_CALL
 woden_binding_msg_ref_get_direction(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_msg_label(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *msg_label);
 
 void *AXIS2_CALL
 woden_binding_msg_ref_get_msg_label(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* ************************************************************
  *  Non-API implementation methods
@@ -114,23 +114,23 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_interface_msg_ref_element(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *int_msg_ref);
 
 
 static woden_binding_msg_ref_t *
-create(const axis2_env_t *env);
+create(const axutil_env_t *env);
 
 static axis2_status_t
 woden_binding_msg_ref_free_ops(
     void *binding_msg_ref,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_binding_msg_ref_element(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -154,7 +154,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_nested_configurable(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -182,7 +182,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_configurable(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     void *configurable = NULL;
@@ -212,7 +212,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_wsdl_obj(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     void *configurable = NULL;
@@ -249,7 +249,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_nested_element(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -277,7 +277,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_wsdl_component(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -305,7 +305,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_configurable_element(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -334,7 +334,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_documentable_element(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -363,7 +363,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_documentable(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -392,7 +392,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_attr_extensible(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -423,7 +423,7 @@
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
 woden_binding_msg_ref_to_element_extensible(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -452,7 +452,7 @@
 
 /************************End of Woden C Internal Methods***********************/
 static woden_binding_msg_ref_t *
-create (const axis2_env_t *env)
+create (const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -539,7 +539,7 @@
 }
 
 AXIS2_EXTERN woden_binding_msg_ref_t * AXIS2_CALL
-woden_binding_msg_ref_create(const axis2_env_t *env)
+woden_binding_msg_ref_create(const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     void *configurable = NULL;
@@ -572,7 +572,7 @@
 static axis2_status_t
 woden_binding_msg_ref_free_ops(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -684,7 +684,7 @@
 
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_free(void *binding_msg_ref,
-        const axis2_env_t *env)
+        const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -747,7 +747,7 @@
 axis2_hash_t *AXIS2_CALL
 woden_binding_msg_ref_super_objs(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -760,7 +760,7 @@
 woden_obj_types_t AXIS2_CALL
 woden_binding_msg_ref_type(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -773,7 +773,7 @@
 woden_nested_configurable_t *AXIS2_CALL
 woden_binding_msg_ref_get_base_impl(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
 
@@ -786,7 +786,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_resolve_methods(
     woden_binding_msg_ref_t *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_binding_msg_ref_t *binding_msg_ref_impl,
     axis2_hash_t *methods)
 {
@@ -831,7 +831,7 @@
 void *AXIS2_CALL
 woden_binding_msg_ref_get_interface_msg_ref(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -847,7 +847,7 @@
 void *AXIS2_CALL
 woden_binding_msg_ref_to_element(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -868,7 +868,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_direction(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *dir)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
@@ -893,7 +893,7 @@
 void *AXIS2_CALL
 woden_binding_msg_ref_get_direction(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -909,7 +909,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_msg_label(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *msg_label)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
@@ -934,7 +934,7 @@
 void *AXIS2_CALL
 woden_binding_msg_ref_get_msg_label(
     void *binding_msg_ref,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;
     axis2_hash_t *super = NULL;
@@ -954,7 +954,7 @@
 axis2_status_t AXIS2_CALL
 woden_binding_msg_ref_set_interface_msg_ref_element(
     void *binding_msg_ref,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     void *int_msg_ref)
 {
     woden_binding_msg_ref_impl_t *binding_msg_ref_impl = NULL;



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