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 [29/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/include/woden_wsdl10_part.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h Fri Mar 30 10:26:22 2007
@@ -52,37 +52,37 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_nested_configurable *(AXIS2_CALL *
     get_base_impl) (
             void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_qname_t *(AXIS2_CALL *
     get_qname) (
             void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_element_declaration) (
             void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     to_element)  (
             void *part,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 /* ************************************************************
  *  Non-API implementation methods
@@ -90,13 +90,13 @@
     axis2_status_t (AXIS2_CALL *
     set_element_declaration) (
             void *part,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *element);
 
     axis2_status_t (AXIS2_CALL *
     set_types) (
             void *part,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *types);
 };
 
@@ -114,60 +114,60 @@
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_part_element(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_nested_configurable(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_configurable(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_nested_element(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_configurable_element(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_documentable_element(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_documentable(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_attr_extensible(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_part_t * AXIS2_CALL
 woden_wsdl10_part_to_element_extensible(
         void *part,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_part_resolve_methods(
         woden_wsdl10_part_t *part,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_part_t *part_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h Fri Mar 30 10:26:22 2007
@@ -26,7 +26,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -62,12 +62,12 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *part_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *part_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     /**
      * Set the QName that represents the 'element' attribute of the interface 
@@ -79,13 +79,13 @@
     axis2_status_t (AXIS2_CALL *
     set_element_qname) (
             void *iface_fault_ele,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_qname_t *element);
 
     axis2_qname_t *(AXIS2_CALL *
     get_element_qname) (
             void *iface_fault_ele,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     /**
      * Returns the Schema element declaration identified by the QName in the 'element' 
@@ -100,18 +100,18 @@
     void *(AXIS2_CALL *
     get_element) (
             void *iface_fault_ele,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_status_t (AXIS2_CALL *
     set_qname) (
             void *iface_fault_ele,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_qname_t *qname);
 
     axis2_qname_t *(AXIS2_CALL *
     get_qname) (
             void *iface_fault_ele,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
 
 };
@@ -131,13 +131,13 @@
 
 AXIS2_EXTERN woden_wsdl10_part_element_t * AXIS2_CALL
 woden_wsdl10_part_element_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_part_element_resolve_methods(
         woden_wsdl10_part_element_t *part_element,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_reader.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_reader.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_reader.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_reader.h Fri Mar 30 10:26:22 2007
@@ -52,25 +52,25 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *reader,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     void *(AXIS2_CALL *
     read_wsdl) (
             void *reader,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_node_t *root_node,
             const axis2_char_t *uri);
 
     axis2_status_t (AXIS2_CALL *
     set_ext_registry) (
             void *reader,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             woden_wsdl10_ext_registry_t *ext_reg);
 
     woden_wsdl10_ext_registry_t *(AXIS2_CALL *
     get_ext_registry) (
             void *reader,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
    
 };
@@ -82,7 +82,7 @@
 
 AXIS2_EXTERN woden_wsdl10_reader_t * AXIS2_CALL
 woden_wsdl10_reader_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 #define WODEN_WSDL10_READER_FREE(reader, env) \
       (((woden_wsdl10_reader_t *) reader)->ops->free(reader, env))

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h Fri Mar 30 10:26:22 2007
@@ -61,38 +61,38 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_address_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_address_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_address_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_address_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_soap_address) (
             void *address_exts,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *address);
 
     axis2_uri_t *(AXIS2_CALL *
     get_soap_address) (
             void *address_exts,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *address_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 };
 
@@ -104,19 +104,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_address_exts_t * AXIS2_CALL
 woden_wsdl10_soap_address_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_address_exts_t * AXIS2_CALL
 woden_wsdl10_soap_address_exts_to_component_exts(
         void *soap_address_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_address_exts_resolve_methods(
         woden_wsdl10_soap_address_exts_t *soap_address_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_address_exts_t *soap_address_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h Fri Mar 30 10:26:22 2007
@@ -62,42 +62,42 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     get_soap_version) (
             void *binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_uri_t *(AXIS2_CALL *
     get_soap_underlying_protocol) (
             void *binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_uri_t *(AXIS2_CALL *
     get_soap_mep_default) (
             void *binding_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *binding_exts,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
 
 };
@@ -110,19 +110,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_binding_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_binding_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_exts_to_component_exts(
         void *soap_binding_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_binding_exts_resolve_methods(
         woden_wsdl10_soap_binding_exts_t *soap_binding_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_binding_exts_t *soap_binding_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h Fri Mar 30 10:26:22 2007
@@ -62,42 +62,42 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_soap_fault_code) (
             void *binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_soap_fault_subcodes) (
             void *binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *binding_fault_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_headers) (
             void *binding_fault_exts,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
 
 };
@@ -110,19 +110,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_binding_fault_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_fault_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_binding_fault_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_fault_exts_to_component_exts(
         void *soap_binding_fault_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_binding_fault_exts_resolve_methods(
         woden_wsdl10_soap_binding_fault_exts_t *soap_binding_fault_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_binding_fault_exts_t *soap_binding_fault_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h Fri Mar 30 10:26:22 2007
@@ -60,27 +60,27 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_binding_fault_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_binding_fault_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_binding_fault_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *binding_fault_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 };
 
@@ -92,19 +92,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_binding_fault_ref_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_fault_ref_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_binding_fault_ref_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_fault_ref_exts_to_component_exts(
         void *soap_binding_fault_ref_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_binding_fault_ref_exts_resolve_methods(
         woden_wsdl10_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h Fri Mar 30 10:26:22 2007
@@ -60,32 +60,32 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_binding_msg_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_msg_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_binding_msg_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_binding_msg_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *binding_msg_ref_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_headers) (
             void *binding_msg_ref_exts,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
 
 };
@@ -98,19 +98,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_binding_msg_ref_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_msg_ref_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_binding_msg_ref_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_msg_ref_exts_to_component_exts(
         void *soap_binding_msg_ref_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_binding_msg_ref_exts_resolve_methods(
         woden_wsdl10_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h Fri Mar 30 10:26:22 2007
@@ -61,43 +61,43 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *soap_binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *soap_binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *soap_binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_uri_t *(AXIS2_CALL *
     get_soap_mep) (
             void *binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_soap_action) (
             void *binding_op_exts,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *action);
 
     axis2_uri_t *(AXIS2_CALL *
     get_soap_action) (
             void *binding_op_exts,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
     axutil_array_list_t *(AXIS2_CALL *
     get_soap_modules) (
             void *binding_op_exts,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 };
 
@@ -109,19 +109,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_binding_op_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_op_exts_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_binding_op_exts_t * AXIS2_CALL
 woden_wsdl10_soap_binding_op_exts_to_component_exts(
         void *soap_binding_op_exts,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_binding_op_exts_resolve_methods(
         woden_wsdl10_soap_binding_op_exts_t *soap_binding_op_exts,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_binding_op_exts_t *soap_binding_op_exts_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h Fri Mar 30 10:26:22 2007
@@ -52,22 +52,22 @@
     axis2_status_t (AXIS2_CALL * 
     free) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL * 
     type) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 
     /* ***********************************************************************
@@ -77,27 +77,27 @@
     void *(AXIS2_CALL *
     get_element_decl) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_bool_t (AXIS2_CALL * 
     must_understand) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_bool_t (AXIS2_CALL * 
     is_required) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_parent) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     to_element) (
             void *header_block,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /* ************************************************************
      *  Non-API implementation methods
@@ -106,13 +106,13 @@
     axis2_status_t (AXIS2_CALL * 
     set_element_decl) (
             void *header_block,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *element_decl);
 
     axis2_status_t (AXIS2_CALL * 
     set_types) (
             void *header_block,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *types);
 
 
@@ -127,34 +127,34 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_header_block_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_to_soap_header_block_element(
         void *header_block,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_to_ext_element(
         void *header_block,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_to_attr_extensible(
         void *header_block,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_to_element_extensible(
         void *header_block,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_header_block_resolve_methods(
         woden_wsdl10_soap_header_block_t *soap_header_block,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_header_block_t *soap_header_block_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h Fri Mar 30 10:26:22 2007
@@ -56,27 +56,27 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_wsdl10_ext_deserializer *(AXIS2_CALL *
     get_base_impl) (
             void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     marshall) (
             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,
@@ -94,19 +94,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_deserializer_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_deserializer_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_header_block_deserializer_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_deserializer_to_ext_deserializer(
         void *mod_deser,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_header_block_deserializer_resolve_methods(
         woden_wsdl10_soap_header_block_deserializer_t *mod_deser,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_header_block_deserializer_t *mod_deser_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h Fri Mar 30 10:26:22 2007
@@ -26,7 +26,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -62,12 +62,12 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *soap_header_block_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *soap_header_block_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Set the QName that identifies the Schema element declaration
@@ -78,13 +78,13 @@
     axis2_status_t (AXIS2_CALL *
     set_element_qname) (
             void *soap_header_block_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_qname_t *qname);
 
     axis2_qname_t *(AXIS2_CALL *
     get_element_qname) (
             void *soap_header_block_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
  
     /**
      * Returns the Schema element declaration identified by the QName in the 'element' 
@@ -99,40 +99,40 @@
     void *(AXIS2_CALL *
     get_element) (
             void *soap_header_block_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_must_understand) (
             void *soap_header_block_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_bool_t understood); 
 
     axis2_bool_t (AXIS2_CALL *
     must_understand) (
             void *soap_header_block_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
   
     axis2_status_t (AXIS2_CALL *
     set_parent_element) (
             void *soap_header_block_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *wsdl_el);
 
     void *(AXIS2_CALL *
     get_parent_element) (
             void *soap_header_block_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
   
     axis2_status_t (AXIS2_CALL *
     add_documentation_element) (
             void *soap_header_block_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *doc_el);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_documentation_elements) (
             void *soap_header_block_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
 };
 
@@ -151,13 +151,13 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_header_block_element_t * AXIS2_CALL
 woden_wsdl10_soap_header_block_element_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_header_block_element_resolve_methods(
         woden_wsdl10_soap_header_block_element_t *soap_header_block_element,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h Fri Mar 30 10:26:22 2007
@@ -52,22 +52,22 @@
     axis2_status_t (AXIS2_CALL * 
     free) (
             void *module,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *module,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL * 
     type) (
             void *module,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     struct woden_component_exts *(AXIS2_CALL *
     get_base_impl) (
             void *module,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 
     /* ***********************************************************************
@@ -77,22 +77,22 @@
     axis2_uri_t *(AXIS2_CALL *
     get_ref) (
             void *module,
-            axis2_env_t *env);
+            axutil_env_t *env);
 
     axis2_bool_t (AXIS2_CALL * 
     is_required) (
             void *module,
-            axis2_env_t *env);
+            axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_parent) (
             void *module,
-            axis2_env_t *env);
+            axutil_env_t *env);
 
     void *(AXIS2_CALL *
     to_element) (
             void *module,
-            axis2_env_t *env);
+            axutil_env_t *env);
 
 };
 
@@ -104,34 +104,34 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_module_t * AXIS2_CALL
 woden_wsdl10_soap_module_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_module_t * AXIS2_CALL
 woden_wsdl10_soap_module_to_soap_module_element(
         void *module,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_module_t * AXIS2_CALL
 woden_wsdl10_soap_module_to_ext_element(
         void *module,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_module_t * AXIS2_CALL
 woden_wsdl10_soap_module_to_attr_extensible(
         void *module,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_soap_module_t * AXIS2_CALL
 woden_wsdl10_soap_module_to_element_extensible(
         void *module,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_module_resolve_methods(
         woden_wsdl10_soap_module_t *soap_module,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_module_t *soap_module_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h Fri Mar 30 10:26:22 2007
@@ -56,27 +56,27 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_wsdl10_ext_deserializer *(AXIS2_CALL *
     get_base_impl) (
             void *mod_deser,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     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,
@@ -94,19 +94,19 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_module_deserializer_t * AXIS2_CALL
 woden_wsdl10_soap_module_deserializer_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_soap_module_deserializer_t * AXIS2_CALL
 woden_wsdl10_soap_module_deserializer_to_ext_deserializer(
         void *mod_deser,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_module_deserializer_resolve_methods(
         woden_wsdl10_soap_module_deserializer_t *mod_deser,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_soap_module_deserializer_t *mod_deser_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h Fri Mar 30 10:26:22 2007
@@ -27,7 +27,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -63,68 +63,68 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *soap_module_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *soap_module_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_ref) (
             void *soap_module_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *uri);
 
     axis2_uri_t *(AXIS2_CALL *
     get_ref) (
             void *soap_module_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
  
     axis2_status_t (AXIS2_CALL *
     set_parent_element) (
             void *soap_module_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *wsdl_el);
 
     void *(AXIS2_CALL *
     get_parent_element) (
             void *soap_module_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
   
     axis2_status_t (AXIS2_CALL *
     add_documentation_element) (
             void *soap_module_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *doc_el);
   
     axis2_status_t (AXIS2_CALL *
     set_soap_binding_op_exts) (
             void *soap_module_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *soap_binding_op_exts);
 
     void *(AXIS2_CALL *
     get_soap_binding_op_exts) (
             void *soap_module_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
  
     axis2_status_t (AXIS2_CALL *
     set_soap_address_exts) (
             void *soap_module_element,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *soap_address_exts);
 
     void *(AXIS2_CALL *
     get_soap_address_exts) (
             void *soap_module_element,
-            const axis2_env_t *env); 
+            const axutil_env_t *env); 
 
 
     axutil_array_list_t *(AXIS2_CALL *
     get_documentation_elements) (
             void *soap_module_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
 };
 
@@ -143,13 +143,13 @@
 
 AXIS2_EXTERN woden_wsdl10_soap_module_element_t * AXIS2_CALL
 woden_wsdl10_soap_module_element_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_soap_module_element_resolve_methods(
         woden_wsdl10_soap_module_element_t *soap_module_element,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h Fri Mar 30 10:26:22 2007
@@ -58,22 +58,22 @@
      */
     axis2_status_t (AXIS2_CALL *
     free) (void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @return the base implementation class
      */
     struct woden_configurable *(AXIS2_CALL *
     get_base_impl) (
             void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /* ************************************************************
      *  Service interface methods (the WSDL Component model)
      * ************************************************************/
@@ -81,17 +81,17 @@
     axis2_qname_t *(AXIS2_CALL *
     get_qname) (
             void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_interface) (
             void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_endpoints) (
             void *svc,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /******************************************************************************
      *  Non-API implementation methods
      *****************************************************************************/  
@@ -99,7 +99,7 @@
     axis2_status_t (AXIS2_CALL *
     set_interface_element) (
             void *svc,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *winterface);
 
 
@@ -120,60 +120,60 @@
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 /***************************Woden C Internal Methods***************************/
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_svc_element(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_documentable_element(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_configurable(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_configurable_component(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_wsdl_component(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_configurable_element(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_documentable(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_attr_extensible(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl10_svc_t * AXIS2_CALL
 woden_wsdl10_svc_to_element_extensible(
         void *svc,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl10_svc_resolve_methods(
         woden_wsdl10_svc_t *svc,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl10_svc_t *svc_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h Fri Mar 30 10:26:22 2007
@@ -26,7 +26,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -62,50 +62,50 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_status_t (AXIS2_CALL *
     set_qname) (
             void *svc_el,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_qname_t *qname);
 
     axis2_qname_t *(AXIS2_CALL *
     get_qname) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_interface_qname) (
             void *svc_el,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_qname_t *qname);
 
     axis2_qname_t *(AXIS2_CALL *
     get_interface_qname) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_interface_element) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     add_endpoint_element) (
             void *svc_el,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *endpoint);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_endpoint_elements) (
             void *svc_el,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 };
 
@@ -126,7 +126,7 @@
 axis2_status_t AXIS2_CALL
 woden_wsdl10_svc_element_resolve_methods(
         woden_wsdl10_svc_element_t *svc_element,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h Fri Mar 30 10:26:22 2007
@@ -27,7 +27,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -58,22 +58,22 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *wsdl_component,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_status_t (AXIS2_CALL *
     to_wsdl_component_free) (
             void *wsdl_component,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *wsdl_component,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     void *(AXIS2_CALL *
     get_component_exts_for_namespace) (
             void *wsdl_component,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *namespc);
 
 };
@@ -87,7 +87,7 @@
 axis2_status_t AXIS2_CALL
 woden_wsdl_component_resolve_methods(
         woden_wsdl_component_t *wsdl_component,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h Fri Mar 30 10:26:22 2007
@@ -28,7 +28,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -65,27 +65,27 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *wsdl_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *wsdl_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
  
     void *(AXIS2_CALL *
     get_element_extensible) (
             void *wsdl_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     void *(AXIS2_CALL *
     get_attr_extensible) (
             void *wsdl_element,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
    
 };
@@ -104,23 +104,23 @@
 
 AXIS2_EXTERN woden_wsdl_element_t * AXIS2_CALL
 woden_wsdl_element_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN woden_wsdl_element_t * AXIS2_CALL
 woden_wsdl_element_to_attr_extensible(
         void *wsdl_element,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN woden_wsdl_element_t * AXIS2_CALL
 woden_wsdl_element_to_element_extensible(
         void *wsdl_element,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl_element_resolve_methods(
         woden_wsdl_element_t *wsdl_element,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl_element_t *wsdl_element_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h Fri Mar 30 10:26:22 2007
@@ -59,17 +59,17 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *wsdl_obj,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_obj,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *wsdl_obj,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * @return the base implementation class
@@ -77,12 +77,12 @@
     woden_wsdl_element_t *(AXIS2_CALL *
     get_base_impl) (
             void *wsdl_obj,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     struct woden_component_exts *(AXIS2_CALL *
     get_component_exts_for_namespace) (
             void *wsdl_obj,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *namespc);
     
     /*
@@ -93,7 +93,7 @@
     axis2_status_t (AXIS2_CALL *
     set_component_exts) (
             void *wsdl_obj,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *namespc,
             struct woden_component_exts *exts);
 };
@@ -112,13 +112,13 @@
 
 AXIS2_EXTERN woden_wsdl_obj_t * AXIS2_CALL
 woden_wsdl_obj_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl_obj_resolve_methods(
         woden_wsdl_obj_t *wsdl_obj,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl_obj_t *wsdl_obj_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h Fri Mar 30 10:26:22 2007
@@ -56,17 +56,17 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * @return the base implementation class
@@ -74,40 +74,40 @@
     woden_wsdl_element_t *(AXIS2_CALL *
     get_base_impl) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_uri_t *(AXIS2_CALL *
     get_location) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_location) (
             void *wsdl_ref,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_uri_t *loc_uri);
 
     void *(AXIS2_CALL *
     get_desc_element) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_status_t (AXIS2_CALL *
     set_desc_element) (
             void *wsdl_ref,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *desc);
 
     axis2_status_t (AXIS2_CALL *
     add_documentation_element) (
             void *wsdl_ref,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             void *doc_el);
 
     axutil_array_list_t *(AXIS2_CALL *
     get_documentation_elements) (
             void *wsdl_ref,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 
 };
@@ -120,13 +120,13 @@
 
 AXIS2_EXTERN woden_wsdl_ref_t * AXIS2_CALL
 woden_wsdl_ref_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /************************Woden C Internal Methods******************************/
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_wsdl_ref_resolve_methods(
         woden_wsdl_ref_t *wsdl_ref,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         woden_wsdl_ref_t *wsdl_ref_impl,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_attr.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_attr.h Fri Mar 30 10:26:22 2007
@@ -26,7 +26,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
@@ -59,17 +59,17 @@
     axis2_status_t (AXIS2_CALL *
     free) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
       
     woden_obj_types_t (AXIS2_CALL *
     type) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     
     axis2_status_t (AXIS2_CALL *
     init) (
             void *xml_attr,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             struct axiom_element *owner_el,
             struct axiom_node *owner_node,
             axis2_qname_t *attr_type, 
@@ -78,22 +78,22 @@
     axis2_qname_t *(AXIS2_CALL *
     get_attribute_type) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_generic_obj_t *(AXIS2_CALL *
     get_content) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_char_t *(AXIS2_CALL *
     to_external_form) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     axis2_bool_t (AXIS2_CALL *
     is_valid) (
             void *xml_attr,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /* ************************************************************
      *  Non-API implementation methods 
@@ -102,7 +102,7 @@
     void *(AXIS2_CALL *
     convert) (
             void *xml_attr,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             struct axiom_element *owner_el,
             struct axiom_node *ownder_node,
             axis2_char_t *attr_value);
@@ -118,7 +118,7 @@
     axis2_status_t (AXIS2_CALL *
     set_valid) (
             void *xml_attr,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axis2_bool_t validity);
       
 };
@@ -130,7 +130,7 @@
 
 AXIS2_EXTERN woden_xml_attr_t * AXIS2_CALL
 woden_xml_attr_create(
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axiom_element *owner_el,
         struct axiom_node *owner_node,
         axis2_qname_t *attr_type, 
@@ -140,7 +140,7 @@
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 woden_xml_attr_resolve_methods(
         woden_xml_attr_t *xml_attr,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_char.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_char.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_char.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_char.h Fri Mar 30 10:26:22 2007
@@ -40,7 +40,7 @@
  */
 
 #include <axutil_allocator.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>

Modified: webservices/axis2/trunk/c/woden/samples/test_wsdl2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/samples/test_wsdl2.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/samples/test_wsdl2.c (original)
+++ webservices/axis2/trunk/c/woden/samples/test_wsdl2.c Fri Mar 30 10:26:22 2007
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <axiom.h>
 #include <axiom_xml_reader.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_utils.h>
 #include <platforms/axis2_platform_auto_sense.h>
 #include <woden_resolver.h>
@@ -33,12 +33,12 @@
 
 static axiom_document_t*
 get_root_element_from_filename(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *filename);
 
 int main(int argc, char *argv[])
 {
-    axis2_env_t *env = NULL;
+    axutil_env_t *env = NULL;
     axiom_document_t *om_doc = NULL;
     axiom_stax_builder_t *om_builder = NULL;
     axis2_char_t *doc_base_uri = NULL;
@@ -66,7 +66,7 @@
         return 0;
     }
 
-    env = axis2_env_create_all("test.log", 1);
+    env = axutil_env_create_all("test.log", 1);
 
     om_doc = get_root_element_from_filename(env, filename);
     axis2c_home = AXIS2_GETENV("AXIS2C_HOME");
@@ -179,13 +179,13 @@
     om_builder = axiom_document_get_builder(om_doc, env);
     axiom_stax_builder_free(om_builder, env);
     WODEN_DESC_FREE(desc, env);
-    axis2_env_free(env);
+    axutil_env_free(env);
     return 0;
 }
 
 static axiom_document_t*
 get_root_element_from_filename(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *filename)
 {
     axiom_xml_reader_t *reader = NULL;

Modified: webservices/axis2/trunk/c/woden/samples/wsdl10/test_wsdl1.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/samples/wsdl10/test_wsdl1.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/samples/wsdl10/test_wsdl1.c (original)
+++ webservices/axis2/trunk/c/woden/samples/wsdl10/test_wsdl1.c Fri Mar 30 10:26:22 2007
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <axiom.h>
 #include <axiom_xml_reader.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_utils.h>
 #include <platforms/axis2_platform_auto_sense.h>
 #include <woden_resolver.h>
@@ -33,12 +33,12 @@
 
 static axiom_document_t*
 get_root_element_from_filename(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *filename);
 
 int main(int argc, char *argv[])
 {
-    axis2_env_t *env = NULL;
+    axutil_env_t *env = NULL;
     axiom_document_t *om_doc = NULL;
     axiom_stax_builder_t *om_builder = NULL;
     axis2_char_t *doc_base_uri = NULL;
@@ -66,7 +66,7 @@
         return 0;
     }
 
-    env = axis2_env_create_all("test.log", 1);
+    env = axutil_env_create_all("test.log", 1);
 
     om_doc = get_root_element_from_filename(env, filename);
     axis2c_home = AXIS2_GETENV("AXIS2C_HOME");
@@ -188,13 +188,13 @@
     om_builder = axiom_document_get_builder(om_doc, env);
     axiom_stax_builder_free(om_builder, env);
     WODEN_WSDL10_DESC_FREE(desc, env);
-    axis2_env_free(env);
+    axutil_env_free(env);
     return 0;
 }
 
 static axiom_document_t*
 get_root_element_from_filename(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *filename)
 {
     axiom_xml_reader_t *reader = NULL;

Modified: webservices/axis2/trunk/c/woden/src/builder/woden_reader.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/builder/woden_reader.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/builder/woden_reader.c (original)
+++ webservices/axis2/trunk/c/woden/src/builder/woden_reader.c Fri Mar 30 10:26:22 2007
@@ -144,25 +144,25 @@
 axis2_status_t AXIS2_CALL
 woden_reader_free(
     void *reader,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_reader_read_wsdl(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *root_node,
     const axis2_char_t *uri);
 
 axis2_status_t AXIS2_CALL
 woden_reader_set_ext_registry(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_ext_registry_t *ext_reg);
 
 woden_ext_registry_t *AXIS2_CALL
 woden_reader_get_ext_registry(
     void *reader,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* Parse the attributes and child elements of the <description> element.
  * As per the WSDL 2.0 spec, the child elements must be in the
@@ -176,7 +176,7 @@
 static void *
 parse_desc(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     const axis2_char_t *document_base_uri,
     axiom_node_t *desc_el_node,
     axis2_hash_t *wsdl_modules);
@@ -184,14 +184,14 @@
 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 void *
 parse_import(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc,
     axis2_hash_t *wsdl_modules);
@@ -199,7 +199,7 @@
 static void *
 parse_include(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *include_el_node,
     void *desc,
     axis2_hash_t *wsdl_modules);
@@ -213,14 +213,14 @@
 static void *
 parse_types(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *types_el_node,
     void *desc);
 
 static void *
 parse_schema_inline(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *schema_el_node,
     void *desc);
 
@@ -240,14 +240,14 @@
 static void *
 parse_schema_import(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc);
 
 static void *
 parse_interface(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *interface_el_node,
     void *desc);
 
@@ -261,7 +261,7 @@
 static void *
 parse_interface_fault(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_el_node,
     void *desc,
     void *parent);
@@ -269,7 +269,7 @@
 static void *
 parse_interface_op(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *op_el_node,
     void *desc,
     void *parent);
@@ -277,7 +277,7 @@
 static void *
 parse_interface_fault_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_ref_el_node,
     void *desc,
     void *parent);
@@ -285,7 +285,7 @@
 static void *
 parse_interface_msg_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *msg_ref_el_node,
     void *desc,
     void *parent);
@@ -293,14 +293,14 @@
 static void *
 parse_binding(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *binding_el_node,
     void *desc);
 
 static void *
 parse_binding_fault(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_el_node,
     void *desc,
     void *parent);
@@ -308,7 +308,7 @@
 static void *
 parse_binding_op(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *op_el_node,
     void *desc,
     void *parent);
@@ -316,7 +316,7 @@
 static void *
 parse_binding_fault_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_ref_el_node,
     void *desc,
     void *parent);
@@ -324,7 +324,7 @@
 static void *
 parse_binding_msg_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *msg_ref_el_node,
     void *desc,
     void *parent);
@@ -332,14 +332,14 @@
 static void *
 parse_svc(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *svc_el_node,
     void *desc);
 
 static void *
 parse_endpoint(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *endpoint_el_node,
     void *desc,
     void *parent);
@@ -347,7 +347,7 @@
 static void *
 parse_feature(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *feature_el_node,
     void *desc,
     void *parent);
@@ -379,7 +379,7 @@
 static void *
 parse_property(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *property_el_node,
     void *desc,
     void *parent);
@@ -387,7 +387,7 @@
 static axis2_status_t
 parse_ext_attributes(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *om_el_node,
     axis2_char_t *wsdl_class,
     void *wsdl_obj,
@@ -396,7 +396,7 @@
 static void *
 parse_ext_element(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axiom_node_t *el_node,
@@ -415,7 +415,7 @@
 static axis2_status_t
 check_element_qname(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *el_node,
     axis2_qname_t *qname);
 
@@ -428,7 +428,7 @@
 static void *
 get_wsdl_from_location(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *location_uri_str,
     void *desc,
     axis2_hash_t *wsdl_modules);
@@ -440,12 +440,12 @@
  */
 static axis2_uri_t *
 get_uri(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     const axis2_char_t *uri_str);
 
 static woden_reader_t *
 create(
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_reader_impl_t *reader_impl = NULL;
 
@@ -477,7 +477,7 @@
 
 AXIS2_EXTERN woden_reader_t * AXIS2_CALL
 woden_reader_create(
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_reader_impl_t *reader_impl = NULL;
 
@@ -490,7 +490,7 @@
 axis2_status_t AXIS2_CALL
 woden_reader_free(
     void *reader,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_reader_impl_t *reader_impl = NULL;
 
@@ -535,7 +535,7 @@
 axis2_status_t AXIS2_CALL
 woden_reader_set_ext_registry(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     woden_ext_registry_t *ext_reg)
 {
     woden_reader_impl_t *reader_impl = NULL;
@@ -556,7 +556,7 @@
 woden_ext_registry_t *AXIS2_CALL
 woden_reader_get_ext_registry(
     void *reader,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_reader_impl_t *reader_impl = NULL;
 
@@ -569,7 +569,7 @@
 void *AXIS2_CALL
 woden_reader_read_wsdl(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *root_node,
     const axis2_char_t *uri)
 {
@@ -608,7 +608,7 @@
 static void *
 parse_desc(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     const axis2_char_t *document_base_uri,
     axiom_node_t *desc_el_node,
     axis2_hash_t *wsdl_modules)
@@ -873,7 +873,7 @@
 static void *
 parse_documentation(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *doc_el_node,
     void *desc)
 {
@@ -924,7 +924,7 @@
 static void *
 parse_import(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc,
     axis2_hash_t *wsdl_modules)
@@ -980,7 +980,7 @@
 static void *
 parse_include(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *include_el_node,
     void *desc,
     axis2_hash_t *wsdl_modules)
@@ -1029,7 +1029,7 @@
 static void *
 parse_types(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *types_el_node,
     void *desc)
 {
@@ -1116,7 +1116,7 @@
 static void *
 parse_schema_inline(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *schema_el_node,
     void *desc)
 {
@@ -1194,7 +1194,7 @@
 static void *
 parse_schema_import(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc)
 {
@@ -1317,7 +1317,7 @@
 static void *
 parse_interface(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *interface_el_node,
     void *desc)
 {
@@ -1496,7 +1496,7 @@
 static void *
 parse_interface_fault(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_el_node,
     void *desc,
     void *parent)
@@ -1623,7 +1623,7 @@
 static void *
 parse_interface_op(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *op_el_node,
     void *desc,
     void *parent)
@@ -1816,7 +1816,7 @@
 static void *
 parse_interface_fault_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_ref_el_node,
     void *desc,
     void *parent)
@@ -1990,7 +1990,7 @@
 static void *
 parse_interface_msg_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *msg_ref_el_node,
     void *desc,
     void *parent)
@@ -2231,7 +2231,7 @@
 static void *
 parse_binding(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *binding_el_node,
     void *desc)
 {
@@ -2423,7 +2423,7 @@
 static void *
 parse_binding_fault(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_el_node,
     void *desc,
     void *parent)
@@ -2568,7 +2568,7 @@
 static void *
 parse_binding_op(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *op_el_node,
     void *desc,
     void *parent)
@@ -2757,7 +2757,7 @@
 static void *
 parse_binding_fault_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *fault_ref_el_node,
     void *desc,
     void *parent)
@@ -2973,7 +2973,7 @@
 static void *
 parse_binding_msg_ref(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *msg_ref_el_node,
     void *desc,
     void *parent)
@@ -3221,7 +3221,7 @@
 static void *
 parse_svc(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *svc_el_node,
     void *desc)
 
@@ -3376,7 +3376,7 @@
 static void *
 parse_endpoint(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *endpoint_el_node,
     void *desc,
     void *parent)
@@ -3536,7 +3536,7 @@
 static void *
 parse_feature(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *feature_el_node,
     void *desc,
     void *parent)
@@ -3658,7 +3658,7 @@
 static void *
 parse_property(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *property_el_node,
     void *desc,
     void *parent)
@@ -3800,7 +3800,7 @@
 static axis2_status_t
 parse_ext_attributes(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *om_el_node,
     axis2_char_t *wsdl_class,
     void *wsdl_obj,
@@ -3891,7 +3891,7 @@
 static void *
 parse_ext_element(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *parent_type,
     void *parent,
     axiom_node_t *el_node,
@@ -3947,7 +3947,7 @@
 static axis2_status_t
 check_element_qname(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *el_node,
     axis2_qname_t *qname)
 {
@@ -3968,7 +3968,7 @@
 static void *
 get_wsdl_from_location(
     void *reader,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axis2_char_t *location_uri_str,
     void *desc,
     axis2_hash_t *wsdl_modules)
@@ -4041,7 +4041,7 @@
  */
 static axis2_uri_t *
 get_uri(
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     const axis2_char_t *uri_str)
 {
     AXIS2_ENV_CHECK(env, NULL);

Modified: webservices/axis2/trunk/c/woden/src/builder/woden_resolver.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/builder/woden_resolver.c?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/woden/src/builder/woden_resolver.c (original)
+++ webservices/axis2/trunk/c/woden/src/builder/woden_resolver.c Fri Mar 30 10:26:22 2007
@@ -60,19 +60,19 @@
 axis2_status_t AXIS2_CALL
 woden_resolver_free(
     void *resolver,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 void *AXIS2_CALL
 woden_resolver_read(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_document_t *om_doc,
     const axis2_char_t *doc_base_uri);
 
 int AXIS2_CALL
 woden_resolver_get_spec(
     void *resolver,
-    const axis2_env_t *env);
+    const axutil_env_t *env);
 
 /* Parse the attributes and child elements of the <description> element.
  * As per the WSDL 2.0 spec, the child elements must be in the
@@ -86,7 +86,7 @@
 static void *
 yomu(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *desc_el_node,
     const axis2_char_t *doc_base_uri);
 
@@ -103,13 +103,13 @@
 static axis2_status_t
 check_element_qname(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *el_node,
     axis2_qname_t *qname);
 
 static woden_resolver_t *
 create(
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_resolver_impl_t *resolver_impl = NULL;
 
@@ -133,7 +133,7 @@
 
 AXIS2_EXTERN woden_resolver_t * AXIS2_CALL
 woden_resolver_create(
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_resolver_impl_t *resolver_impl = NULL;
 
@@ -146,7 +146,7 @@
 axis2_status_t AXIS2_CALL
 woden_resolver_free(
     void *resolver,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_resolver_impl_t *resolver_impl = NULL;
 
@@ -173,7 +173,7 @@
 void *AXIS2_CALL
 woden_resolver_read(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_document_t *om_doc,
     const axis2_char_t *doc_base_uri)
 {
@@ -194,7 +194,7 @@
 int AXIS2_CALL
 woden_resolver_get_spec(
     void *resolver,
-    const axis2_env_t *env)
+    const axutil_env_t *env)
 {
     woden_resolver_impl_t *resolver_impl = NULL;
 
@@ -207,7 +207,7 @@
 static void *
 yomu(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *desc_el_node,
     const axis2_char_t *doc_base_uri)
 {
@@ -262,7 +262,7 @@
 static axis2_status_t
 check_element_qname(
     void *resolver,
-    const axis2_env_t *env,
+    const axutil_env_t *env,
     axiom_node_t *el_node,
     axis2_qname_t *qname)
 {



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