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 [9/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/ gut...

Modified: webservices/axis2/trunk/c/include/axis2_msg_info_headers.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_info_headers.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_info_headers.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_info_headers.h Fri Mar 30 10:26:22 2007
@@ -36,7 +36,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_const.h>
 #include <axutil_array_list.h>
 #include <axis2_endpoint_ref.h>
@@ -62,7 +62,7 @@
      */
     AXIS2_EXTERN axis2_msg_info_headers_t *AXIS2_CALL
     axis2_msg_info_headers_create(
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *to,
         const axis2_char_t *action);
 
@@ -76,7 +76,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t *AXIS2_CALL
     axis2_msg_info_headers_get_to(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets to endpoint. to endpoint represents the address of the 
@@ -89,7 +89,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_to(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *to);
 
     /**
@@ -102,7 +102,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t *AXIS2_CALL
     axis2_msg_info_headers_get_from(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets from endpoint. from endpoint represents the address of the 
@@ -115,7 +115,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_from(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *from);
 
     /**
@@ -128,7 +128,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t *AXIS2_CALL
     axis2_msg_info_headers_get_reply_to(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets reply to endpoint. reply to endpoint identifies the intended 
@@ -141,7 +141,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_reply_to(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *reply_to);
 
     /**
@@ -157,7 +157,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_reply_to_none(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env, 
+        const axutil_env_t *env, 
         const axis2_bool_t none);
 
     /**
@@ -173,7 +173,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_msg_info_headers_get_reply_to_none(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the bool value indicating whether the reply to endpoint should 
@@ -191,7 +191,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_reply_to_anonymous(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env, 
+        const axutil_env_t *env, 
         const axis2_bool_t anonymous);
 
     /**
@@ -208,7 +208,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_msg_info_headers_get_reply_to_anonymous(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets fault to endpoint. fault to endpoint identifies the intended 
@@ -220,7 +220,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t *AXIS2_CALL
     axis2_msg_info_headers_get_fault_to(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets fault to endpoint. fault to endpoint identifies the intended 
@@ -233,7 +233,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_fault_to(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *fault_to);
 
     /**
@@ -250,7 +250,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_fault_to_none(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env, 
+        const axutil_env_t *env, 
         const axis2_bool_t none);
 
     /**
@@ -266,7 +266,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_msg_info_headers_get_fault_to_none(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the bool value indicating whether the fault to endpoint should 
@@ -284,7 +284,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_fault_to_anonymous(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env, 
+        const axutil_env_t *env, 
         const axis2_bool_t anonymous);
 
     /**
@@ -301,7 +301,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_msg_info_headers_get_fault_to_anonymous(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets WS-Addressing action. action is an absolute IRI 
@@ -313,7 +313,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_msg_info_headers_get_action(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets WS-Addressing action. action is an absolute IRI 
@@ -326,7 +326,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_action(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *action);
 
     /**
@@ -338,7 +338,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_msg_info_headers_get_message_id(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets message ID. message ID is an absolute IRI that uniquely 
@@ -350,7 +350,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_message_id(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *message_id);
 
     /**
@@ -363,7 +363,7 @@
      */
     AXIS2_EXTERN axis2_relates_to_t *AXIS2_CALL
     axis2_msg_info_headers_get_relates_to(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets relates to information. 
@@ -375,7 +375,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_set_relates_to(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_relates_to_t *relates_to);
 
     /**
@@ -387,7 +387,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_msg_info_headers_get_all_ref_params(const axis2_msg_info_headers_t *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Adds a reference parameter in the form of an AXIOM node.
@@ -400,7 +400,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_info_headers_add_ref_param(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axiom_node_t *ref_param);
 
     /**
@@ -411,7 +411,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_msg_info_headers_free(struct axis2_msg_info_headers *msg_info_headers,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /** @} */
 

Modified: webservices/axis2/trunk/c/include/axis2_msg_recv.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_recv.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_recv.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_recv.h Fri Mar 30 10:26:22 2007
@@ -66,7 +66,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_msg_recv_free(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * This method is called from axis2_engine_receive method. This method's
@@ -83,7 +83,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_recv_receive(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *in_msg_ctx,
         void *callback_recv_param);
 
@@ -97,7 +97,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_recv_invoke_business_logic(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *in_msg_ctx,
         struct axis2_msg_ctx *out_msg_ctx);
 
@@ -110,7 +110,7 @@
      */
     AXIS2_EXTERN axis2_svc_skeleton_t *AXIS2_CALL
     axis2_msg_recv_make_new_svc_obj(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *msg_ctx);
 
     /**
@@ -122,7 +122,7 @@
      */
     AXIS2_EXTERN axis2_svc_skeleton_t *AXIS2_CALL
     axis2_msg_recv_get_impl_obj(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *msg_ctx);
 
     /**
@@ -134,7 +134,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_recv_set_scope(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *scope);
 
 
@@ -146,7 +146,7 @@
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axis2_msg_recv_get_scope(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Delete the service skeleton object created by make_new_svc_obj
@@ -157,26 +157,26 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_recv_delete_svc_obj(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
     AXIS2_EXPORT axis2_status_t AXIS2_CALL
     axis2_msg_recv_set_invoke_business_logic(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         void *func);
 
     AXIS2_EXPORT axis2_status_t AXIS2_CALL
     axis2_msg_recv_set_derived(axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         void *derived);
 
     AXIS2_EXPORT void *AXIS2_CALL
     axis2_msg_recv_get_derived(const axis2_msg_recv_t *msg_recv,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 	AXIS2_EXPORT axis2_status_t AXIS2_CALL
 	axis2_msg_recv_set_receive(axis2_msg_recv_t *msg_recv,
-		const axis2_env_t *env,
+		const axutil_env_t *env,
 		void *func);
 
     /**
@@ -187,7 +187,7 @@
      * @return newly created message receiver object
      **/
     AXIS2_EXTERN axis2_msg_recv_t *AXIS2_CALL
-    axis2_msg_recv_create (const axis2_env_t *env);
+    axis2_msg_recv_create (const axutil_env_t *env);
 
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_op.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_op.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_op.h (original)
+++ webservices/axis2/trunk/c/include/axis2_op.h Fri Mar 30 10:26:22 2007
@@ -78,7 +78,7 @@
      * @return pointer to newly created operation
      */
     AXIS2_EXTERN axis2_op_t *AXIS2_CALL
-    axis2_op_create(const axis2_env_t *env);
+    axis2_op_create(const axutil_env_t *env);
 
 
     /**
@@ -89,7 +89,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_op_free(axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Frees operation given as a void pointer.
@@ -99,7 +99,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_op_free_void_arg(void *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -112,7 +112,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_add_param(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_param_t *param);
 
     /**
@@ -125,7 +125,7 @@
      */
     AXIS2_EXTERN axis2_param_t *AXIS2_CALL
     axis2_op_get_param(const axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *name);
 
     /**
@@ -137,7 +137,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_all_params(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Checks if the named parameter is locked.
@@ -148,7 +148,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_op_is_param_locked(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *param_name);
 
     /**
@@ -161,7 +161,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_parent(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_svc *svc);
 
     /**
@@ -173,7 +173,7 @@
      */
     AXIS2_EXTERN struct axis2_svc *AXIS2_CALL
     axis2_op_get_parent(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets operation QName.
@@ -186,7 +186,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_qname(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_qname_t *qname);
 
     /**
@@ -197,7 +197,7 @@
      */
     AXIS2_EXTERN const axis2_qname_t *AXIS2_CALL
     axis2_op_get_qname(void *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets operation message exchange pattern (MEP).
@@ -208,7 +208,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_msg_exchange_pattern(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *pattern);
 
     /**
@@ -219,7 +219,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_op_get_msg_exchange_pattern(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets message receiver. message receiver is responsible for invoking
@@ -232,7 +232,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_msg_recv(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_recv *msg_recv);
 
     /**
@@ -245,7 +245,7 @@
      */
     AXIS2_EXTERN struct axis2_msg_recv *AXIS2_CALL
     axis2_op_get_msg_recv(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets style of operation. Style is that mentioned in WSDL, either 
@@ -256,7 +256,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_op_get_style(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets style of operation. Style is that mentioned in WSDL, either 
@@ -268,7 +268,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_style(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *style);
 
     /**
@@ -283,7 +283,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_engage_module(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_module_desc *module_desc,
         struct axis2_conf *conf);
 
@@ -297,7 +297,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_add_to_engaged_module_list(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_module_desc *module_dec);
 
     /**
@@ -308,7 +308,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_all_modules(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets Axis specific MEP constant. This method simply maps the string 
@@ -319,7 +319,7 @@
      */
     AXIS2_EXTERN int AXIS2_CALL
     axis2_op_get_axis_specific_mep_const(axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets fault in flow. Fault in flow is the list of phases invoked
@@ -331,7 +331,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_fault_in_flow(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -344,7 +344,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_fault_out_flow(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets out flow. Out flow is the list of phases invoked
@@ -356,7 +356,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_out_flow(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets in flow. In flow is the list of phases 
@@ -368,7 +368,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_in_flow(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets fault in flow. Fault in flow is the list of phases invoked
@@ -381,7 +381,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_fault_in_flow(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *list);
 
     /**
@@ -395,7 +395,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_fault_out_flow(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *list);
 
     /**
@@ -409,7 +409,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_out_flow(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *list);
 
     /**
@@ -423,7 +423,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_in_flow(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *list);
 
     /**
@@ -436,7 +436,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_add_module_qname(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_qname_t *module_qname);
 
     /**
@@ -448,7 +448,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_all_module_qnames(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Finds operation context related to this operation using given message
@@ -463,7 +463,7 @@
      */
     AXIS2_EXTERN struct axis2_op_ctx *AXIS2_CALL
     axis2_op_find_op_ctx(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *msg_ctx,
         struct axis2_svc_ctx *svc_ctx);
 
@@ -480,7 +480,7 @@
      */
     AXIS2_EXTERN struct axis2_op_ctx *AXIS2_CALL
     axis2_op_find_existing_op_ctx(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const struct axis2_msg_ctx *msg_ctx);
 
     /**
@@ -496,7 +496,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_register_op_ctx(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *msg_ctx,
         struct axis2_op_ctx *op_ctx);
 
@@ -509,7 +509,7 @@
      */
     AXIS2_EXTERN struct axis2_msg *AXIS2_CALL
     axis2_op_get_msg(const axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *label);
 
     /**
@@ -522,7 +522,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_add_msg(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *label,
         const struct axis2_msg *msg);
 
@@ -534,7 +534,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_op_is_from_module(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Set the wsamapping list.
@@ -545,7 +545,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_set_wsamapping_list(axis2_op_t *op,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *mapping_list);
 
     /**
@@ -556,11 +556,11 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_op_get_wsamapping_list(axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_param_container_t *AXIS2_CALL
     axis2_op_get_param_container(const axis2_op_t *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates operation struct for an operation defined in a module.
@@ -568,7 +568,7 @@
      * @return pointer to newly created operation
      */
     AXIS2_EXTERN axis2_op_t *AXIS2_CALL
-    axis2_op_create_from_module(const axis2_env_t *env);
+    axis2_op_create_from_module(const axutil_env_t *env);
 
     /**
      * Creates operation struct with given QName.
@@ -577,7 +577,7 @@
      * @return pointer to newly created operation
      */
     AXIS2_EXTERN axis2_op_t *AXIS2_CALL
-    axis2_op_create_with_qname(const axis2_env_t *env,
+    axis2_op_create_with_qname(const axutil_env_t *env,
         const axis2_qname_t *name);
 
     /**
@@ -589,7 +589,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_op_free_void_arg(void *op,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /** @} */
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/include/axis2_op_client.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_op_client.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_op_client.h (original)
+++ webservices/axis2/trunk/c/include/axis2_op_client.h Fri Mar 30 10:26:22 2007
@@ -48,7 +48,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_options.h>
 #include <axis2_msg_ctx.h>
 #include <axis2_callback.h>
@@ -73,7 +73,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_options(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_options_t *options);
 
     /**
@@ -85,7 +85,7 @@
      */
     AXIS2_EXTERN const axis2_options_t* AXIS2_CALL
     axis2_op_client_get_options(const axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Adds a message context to the client for processing. 
@@ -98,7 +98,7 @@
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_add_msg_ctx(
         axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
     /**
@@ -111,7 +111,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_add_out_msg_ctx(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
 
@@ -125,7 +125,7 @@
      */
     AXIS2_EXTERN const axis2_msg_ctx_t* AXIS2_CALL
     axis2_op_client_get_msg_ctx(const axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_wsdl_msg_labels_t message_label);
 
     /**
@@ -138,7 +138,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_callback(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_callback_t *callback);
     /**
      * Gets the callback. 
@@ -148,7 +148,7 @@
      */
     AXIS2_EXTERN axis2_callback_t *AXIS2_CALL
     axis2_op_client_get_callback(axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Execute the op. What this does depends on the specific operation client.
@@ -163,7 +163,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_execute(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t block);
 
     /**
@@ -176,7 +176,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_reset(axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Completes the execution by closing the transports if necessary.
@@ -189,7 +189,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_complete(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
     /**
@@ -200,7 +200,7 @@
      */
     AXIS2_EXTERN axis2_op_ctx_t* AXIS2_CALL
     axis2_op_client_get_operation_context(const axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets callback receiver.
@@ -212,7 +212,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_callback_recv(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_callback_recv *callback_recv);
 
     /**
@@ -223,7 +223,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_op_client_free(axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates an operation client struct for the specified operation, service 
@@ -241,7 +241,7 @@
      * or NULL on error with error code set in environment's error
      */
     AXIS2_EXTERN axis2_op_client_t* AXIS2_CALL 
-    axis2_op_client_create(const axis2_env_t *env,
+    axis2_op_client_create(const axutil_env_t *env,
         axis2_op_t *op,
         axis2_svc_ctx_t *svc_ctx,
         axis2_options_t *options);
@@ -255,7 +255,7 @@
      */
     AXIS2_EXTERN axis2_string_t *AXIS2_CALL
     axis2_op_client_get_soap_action(const axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
     
     /**
      * Prepares the message context for invocation. Here the properties kept
@@ -268,7 +268,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_prepare_invocation(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_op_t *op,
         axis2_msg_ctx_t *msg_ctx);
 
@@ -282,7 +282,7 @@
      */
     AXIS2_EXTERN axis2_msg_ctx_t* AXIS2_CALL
     axis2_op_client_prepare_soap_envelope(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axiom_node_t *to_send);
 
     /**
@@ -296,7 +296,7 @@
      */
     AXIS2_EXTERN axis2_transport_out_desc_t *AXIS2_CALL
     axis2_op_client_infer_transport(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *epr);
 
     /**
@@ -307,7 +307,7 @@
      */
     AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
     axis2_op_client_create_default_soap_envelope(axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Engage named module. The named module must have been configured in 
@@ -321,7 +321,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_engage_module(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_qname_t *qname);
     
     /**
@@ -333,7 +333,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_soap_version_uri(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *soap_version_uri);
     
     /**
@@ -345,7 +345,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_soap_action(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_string_t *soap_action);
     
     /**
@@ -357,7 +357,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_client_set_wsa_action(axis2_op_client_t *op_client,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *wsa_action);
 
     /**
@@ -368,7 +368,7 @@
      */
     AXIS2_EXTERN axis2_svc_ctx_t *AXIS2_CALL
     axis2_op_client_get_svc_ctx(const axis2_op_client_t *op_client,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -380,7 +380,7 @@
      * @return message context representing the received response
      */    
     AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
-    axis2_op_client_two_way_send(const axis2_env_t *env,
+    axis2_op_client_two_way_send(const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
     /**
@@ -392,7 +392,7 @@
      * @return message context representing the received response
      */
     AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
-    axis2_op_client_receive(const axis2_env_t *env,
+    axis2_op_client_receive(const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
 /** Sets the options to be used by operation client. */

Modified: webservices/axis2/trunk/c/include/axis2_op_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_op_ctx.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_op_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_op_ctx.h Fri Mar 30 10:26:22 2007
@@ -38,7 +38,7 @@
 
 #include <axis2_defines.h>
 #include <axis2_hash.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_msg_ctx.h>
 #include <axis2_op.h>
 
@@ -61,7 +61,7 @@
      * @return pointer to newly created operation context
      */
     AXIS2_EXTERN axis2_op_ctx_t *AXIS2_CALL
-    axis2_op_ctx_create(const axis2_env_t *env,
+    axis2_op_ctx_create(const axutil_env_t *env,
        struct axis2_op *op,
        struct axis2_svc_ctx *svc_ctx);
 
@@ -73,7 +73,7 @@
     */
     AXIS2_EXTERN axis2_ctx_t *AXIS2_CALL
     axis2_op_ctx_get_base(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
    /**
     * Frees operation context.
@@ -83,7 +83,7 @@
     */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_op_ctx_free(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Initializes operation context. This method traverses through all the 
@@ -95,7 +95,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_init(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_conf *conf);
 
     /**
@@ -106,7 +106,7 @@
      */
     AXIS2_EXTERN struct axis2_op *AXIS2_CALL
     axis2_op_ctx_get_op(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets parent which is of service context type. 
@@ -117,7 +117,7 @@
      */
     AXIS2_EXTERN struct axis2_svc_ctx *AXIS2_CALL
     axis2_op_ctx_get_parent(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Adds a message context. 
@@ -129,7 +129,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_add_msg_ctx(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
 
     /**
@@ -141,7 +141,7 @@
      */
     AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
     axis2_op_ctx_get_msg_ctx(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_wsdl_msg_labels_t message_id);
 
     /**
@@ -154,7 +154,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_op_ctx_get_is_complete(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the bool value indicating if the MEP is complete.
@@ -168,7 +168,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_set_complete(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_bool_t is_complete);
 
     /**
@@ -180,7 +180,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_cleanup(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets parent service context.
@@ -192,7 +192,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_set_parent(struct axis2_op_ctx *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_svc_ctx *svc_ctx);
 
     /**
@@ -203,7 +203,7 @@
      */
     AXIS2_EXTERN axis2_msg_ctx_t **AXIS2_CALL
     axis2_op_ctx_get_msg_ctx_map(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the bool value indicating the status of response.
@@ -215,7 +215,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_op_ctx_set_response_written(axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t response_written);
 
 
@@ -227,7 +227,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_op_ctx_get_response_written(const axis2_op_ctx_t *op_ctx,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 #ifdef __cplusplus
 }

Modified: webservices/axis2/trunk/c/include/axis2_options.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_options.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_options.h (original)
+++ webservices/axis2/trunk/c/include/axis2_options.h Fri Mar 30 10:26:22 2007
@@ -32,7 +32,7 @@
   */
 
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_transport_in_desc.h>
 #include <axis2_endpoint_ref.h>
 #include <axis2_hash.h>
@@ -65,7 +65,7 @@
      */
     AXIS2_EXTERN const axis2_char_t* AXIS2_CALL
     axis2_options_get_action(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets WSA fault to address.
@@ -76,7 +76,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t* AXIS2_CALL
     axis2_options_get_fault_to( const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets WSA from address.
@@ -87,7 +87,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t* AXIS2_CALL
     axis2_options_get_from(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets transport receiver.
@@ -97,7 +97,7 @@
      */
     AXIS2_EXTERN axis2_transport_receiver_t* AXIS2_CALL
     axis2_options_get_transport_receiver(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -108,7 +108,7 @@
      */
     AXIS2_EXTERN axis2_transport_in_desc_t* AXIS2_CALL
     axis2_options_get_transport_in(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets transport in protocol.
@@ -118,7 +118,7 @@
      */
     AXIS2_EXTERN AXIS2_TRANSPORT_ENUMS AXIS2_CALL
     axis2_options_get_transport_in_protocol(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets message ID.
@@ -128,7 +128,7 @@
      */
     AXIS2_EXTERN const axis2_char_t* AXIS2_CALL
     axis2_options_get_message_id(const axis2_options_t *options_t,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets the properties hash map.
@@ -138,7 +138,7 @@
      */
     AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
     axis2_options_get_properties(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets a property corresponding to the given key.
@@ -149,7 +149,7 @@
      */
     AXIS2_EXTERN void* AXIS2_CALL
     axis2_options_get_property(const axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *key);
 
     /**
@@ -160,7 +160,7 @@
      */
     AXIS2_EXTERN axis2_relates_to_t* AXIS2_CALL
     axis2_options_get_relates_to(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets WSA reply to address.
@@ -171,7 +171,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t* AXIS2_CALL
     axis2_options_get_reply_to(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets transport out.
@@ -181,7 +181,7 @@
      */
     AXIS2_EXTERN axis2_transport_out_desc_t* AXIS2_CALL
     axis2_options_get_transport_out(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets transport out protocol.
@@ -191,7 +191,7 @@
      */
     AXIS2_EXTERN AXIS2_TRANSPORT_ENUMS AXIS2_CALL
     axis2_options_get_sender_transport_protocol(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets SOAP version URI.
@@ -201,7 +201,7 @@
      */
     AXIS2_EXTERN const axis2_char_t* AXIS2_CALL
     axis2_options_get_soap_version_uri(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -213,7 +213,7 @@
      */
     AXIS2_EXTERN long AXIS2_CALL
     axis2_options_get_timeout_in_milli_seconds(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets WSA to address.
@@ -224,7 +224,7 @@
      */
     AXIS2_EXTERN axis2_endpoint_ref_t* AXIS2_CALL
     axis2_options_get_to(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets use separate listener status.
@@ -234,7 +234,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_options_get_use_separate_listener(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets the parent options.
@@ -244,7 +244,7 @@
      */
     AXIS2_EXTERN axis2_options_t *AXIS2_CALL
     axis2_options_get_parent(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the parent options.
@@ -255,7 +255,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_parent(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_options_t *parent);
 
     /**
@@ -267,7 +267,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_action(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *action);
 
     /**
@@ -280,7 +280,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_fault_to(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *fault_to);
 
     /**
@@ -293,7 +293,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_from(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *from);
 
     /**
@@ -306,7 +306,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_to(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *to);
 
     /**
@@ -319,7 +319,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_transport_receiver(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_transport_receiver_t *receiver);
 
     /**
@@ -332,7 +332,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_transport_in(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_transport_in_desc_t *transport_in);
 
     /**
@@ -344,7 +344,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_transport_in_protocol(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const AXIS2_TRANSPORT_ENUMS transport_in_protocol);
 
     /**
@@ -356,7 +356,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_message_id(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *message_id);
 
 
@@ -370,7 +370,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_properties(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_hash_t *properties);
 
     /**
@@ -383,7 +383,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_property(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *property_key,
         const void *property);
 
@@ -397,7 +397,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_relates_to(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_relates_to_t *relates_to);
 
     /**
@@ -410,7 +410,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_reply_to(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *reply_to);
 
     /**
@@ -423,7 +423,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_transport_out(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_transport_out_desc_t *transport_out);
 
     /**
@@ -437,7 +437,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_sender_transport(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const AXIS2_TRANSPORT_ENUMS sender_transport,
         axis2_conf_t *conf);
 
@@ -452,7 +452,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_soap_version_uri(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *soap_version_uri);
 
     /**
@@ -464,7 +464,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_timeout_in_milli_seconds(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const long timeout_in_milli_seconds);
 
     /**
@@ -481,7 +481,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_transport_info(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const AXIS2_TRANSPORT_ENUMS sender_transport,
         const AXIS2_TRANSPORT_ENUMS receiver_transport,
         const axis2_bool_t use_separate_listener);
@@ -496,7 +496,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_use_separate_listener(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t use_separate_listener);
 
     /**
@@ -509,7 +509,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_add_reference_parameter(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axiom_node_t *reference_parameter);
 
     /**
@@ -520,7 +520,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_options_get_manage_session(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets manage session bool value.
@@ -531,7 +531,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_manage_session(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t manage_session);
 
     /**
@@ -543,7 +543,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_msg_info_headers(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_msg_info_headers_t *msg_info_headers);
 
     /**
@@ -555,7 +555,7 @@
      */
     AXIS2_EXTERN axis2_msg_info_headers_t* AXIS2_CALL
     axis2_options_get_msg_info_headers(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /** 
      * Gets SOAP version.
@@ -565,7 +565,7 @@
      */
     AXIS2_EXTERN int AXIS2_CALL
     axis2_options_get_soap_version(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets SOAP version.
@@ -576,7 +576,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_soap_version(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const int soap_version);
 
     /**
@@ -589,7 +589,7 @@
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_enable_mtom(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_bool_t enable_mtom);
 
     /**
@@ -600,7 +600,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_options_get_enable_mtom(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets SOAP action.
@@ -610,7 +610,7 @@
      */
     AXIS2_EXTERN axis2_string_t* AXIS2_CALL
     axis2_options_get_soap_action(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets SOAP action
@@ -621,7 +621,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_soap_action(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_string_t *soap_action);
 
     /**
@@ -633,7 +633,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_options_set_xml_parser_reset(axis2_options_t *options,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t paser_reset_flag);
 
     /**
@@ -644,7 +644,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_options_get_xml_parser_reset(const axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Frees options struct.
@@ -654,7 +654,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_options_free(axis2_options_t *options,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates the options struct.
@@ -663,7 +663,7 @@
      * with error code set in environment's error.
      */
     AXIS2_EXTERN axis2_options_t* AXIS2_CALL 
-    axis2_options_create(const axis2_env_t *env);
+    axis2_options_create(const axutil_env_t *env);
     
     /**
      * Creates the options struct with given parent.
@@ -674,7 +674,7 @@
      * or NULL on error with error code set in environment's error.
      */
     AXIS2_EXTERN axis2_options_t* AXIS2_CALL 
-    axis2_options_create_with_parent(const axis2_env_t *env,
+    axis2_options_create_with_parent(const axutil_env_t *env,
         axis2_options_t *parent);
 
 

Modified: webservices/axis2/trunk/c/include/axis2_phase.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phase.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phase.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phase.h Fri Mar 30 10:26:22 2007
@@ -36,7 +36,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_handler.h>
 #include <axis2_handler_desc.h>
 #include <axutil_array_list.h>
@@ -87,7 +87,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_add_handler_at(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const int index,
         axis2_handler_t *handler);
     
@@ -101,7 +101,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_add_handler(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
                 
      /**
@@ -115,7 +115,7 @@
       */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_invoke(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_msg_ctx *msg_ctx);
 
     /**
@@ -126,7 +126,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_phase_get_name(const axis2_phase_t *phase,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets handler count in the handler list.
@@ -136,7 +136,7 @@
      */
     AXIS2_EXTERN int AXIS2_CALL
     axis2_phase_get_handler_count(const axis2_phase_t *phase,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the first handler in the handler list.
@@ -148,7 +148,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_set_first_handler(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
                 
     /**
@@ -161,7 +161,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_set_last_handler(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
                 
     /**
@@ -176,7 +176,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_add_handler_desc(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_desc_t *handler_desc);
                 
     /**
@@ -193,7 +193,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_insert_before(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
 
     /**
@@ -210,7 +210,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_insert_after(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
 
     /**
@@ -227,7 +227,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_insert_before_and_after(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_t *handler);
 
     /**
@@ -242,7 +242,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_insert_handler_desc(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_handler_desc_t *handler_desc);
 
     /**
@@ -253,7 +253,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phase_get_all_handlers(const axis2_phase_t *phase,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Invokes handlers starting from the given handler index.
@@ -266,7 +266,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_invoke_start_from_handler(axis2_phase_t *phase,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const int paused_handler_index,
         struct axis2_msg_ctx *msg_ctx);
 
@@ -278,7 +278,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_phase_free(axis2_phase_t *phase,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * creates phase struct instance.
@@ -287,7 +287,7 @@
      * @return pointer to newly created phase
      */
     AXIS2_EXTERN axis2_phase_t *AXIS2_CALL
-    axis2_phase_create(const axis2_env_t *env,
+    axis2_phase_create(const axutil_env_t *env,
             const axis2_char_t *phase_name);
 
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/include/axis2_phase_holder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phase_holder.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phase_holder.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phase_holder.h Fri Mar 30 10:26:22 2007
@@ -34,7 +34,7 @@
 #include <axis2_const.h>
 #include <axis2_error.h>
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_qname.h>
 #include <axutil_array_list.h>
@@ -64,7 +64,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_phase_holder_free(axis2_phase_holder_t *phase_holder,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Checks if the named phase exist.
@@ -75,7 +75,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_phase_holder_is_phase_exist(axis2_phase_holder_t *phase_holder,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *phase_name);
 
     /**
@@ -87,7 +87,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_holder_add_handler(axis2_phase_holder_t *phase_holder,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_handler_desc *handler);
 
     /**
@@ -100,7 +100,7 @@
      */
     AXIS2_EXTERN struct axis2_phase *AXIS2_CALL
     axis2_phase_holder_get_phase(const axis2_phase_holder_t *phase_holder,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *phase_name);
 
     /**
@@ -116,7 +116,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_holder_build_transport_handler_chain(axis2_phase_holder_t *phase_holder,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_phase *phase,
         axutil_array_list_t *handlers);
 
@@ -126,7 +126,7 @@
      * @return pointer to newly created phase holder
      */
     AXIS2_EXTERN axis2_phase_holder_t *AXIS2_CALL
-    axis2_phase_holder_create (const axis2_env_t *env);
+    axis2_phase_holder_create (const axutil_env_t *env);
 
     /**
      * Creates phase holder struct with given list of phases.
@@ -135,7 +135,7 @@
      * @return pointer to newly created phase holder
      */
     AXIS2_EXTERN axis2_phase_holder_t *AXIS2_CALL
-    axis2_phase_holder_create_with_phases(const axis2_env_t *env,
+    axis2_phase_holder_create_with_phases(const axutil_env_t *env,
         axutil_array_list_t *phases);
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_phase_resolver.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phase_resolver.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phase_resolver.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phase_resolver.h Fri Mar 30 10:26:22 2007
@@ -41,7 +41,7 @@
 #include <axis2_const.h>
 #include <axis2_error.h>
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_qname.h>
 #include <axutil_array_list.h>
@@ -81,7 +81,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_phase_resolver_free(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Builds the execution chains. Execution chains are collection of 
@@ -92,7 +92,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_build_chains(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Builds execution chains for given operation.
@@ -103,7 +103,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_build_module_op(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_op *op);
 
     /**
@@ -114,7 +114,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_build_transport_chains(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 
     /**
@@ -128,7 +128,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_engage_module_globally(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_module_desc *module);
 
     /**
@@ -143,7 +143,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_engage_module_to_svc_from_global(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_svc *svc,
         struct axis2_module_desc *module_desc);
 
@@ -159,7 +159,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_engage_module_to_svc(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_svc *svc,
         struct axis2_module_desc *module_desc);
 
@@ -173,7 +173,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_resolver_engage_module_to_op(axis2_phase_resolver_t *phase_resolver,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_op *axis_op,
         struct axis2_module_desc *module_desc);
 
@@ -184,7 +184,7 @@
      * @return pointer to newly created phase resolver
      */
     AXIS2_EXTERN axis2_phase_resolver_t *AXIS2_CALL
-    axis2_phase_resolver_create (const axis2_env_t *env);
+    axis2_phase_resolver_create (const axutil_env_t *env);
 
     /**
      * Creates phase resolver struct with given configuration.
@@ -194,7 +194,7 @@
      * @return pointer to newly created phase resolver
      */
     AXIS2_EXTERN axis2_phase_resolver_t *AXIS2_CALL
-    axis2_phase_resolver_create_with_config (const axis2_env_t *env,
+    axis2_phase_resolver_create_with_config (const axutil_env_t *env,
         struct axis2_conf *axis2_config);
 
     /**
@@ -207,7 +207,7 @@
      * @return pointer to newly created phase resolver
      */
     AXIS2_EXTERN axis2_phase_resolver_t *AXIS2_CALL
-    axis2_phase_resolver_create_with_config_and_svc(const axis2_env_t *env,
+    axis2_phase_resolver_create_with_config_and_svc(const axutil_env_t *env,
         struct axis2_conf *axis2_config,
         struct axis2_svc *svc);
 

Modified: webservices/axis2/trunk/c/include/axis2_phase_rule.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phase_rule.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phase_rule.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phase_rule.h Fri Mar 30 10:26:22 2007
@@ -54,7 +54,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_phase_rule_get_before(const axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the name of the handler before which the handler associated with 
@@ -66,7 +66,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_rule_set_before(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *before);
 
     /**
@@ -78,7 +78,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_phase_rule_get_after(const axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the name of the handler after which the handler associated with 
@@ -90,7 +90,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_rule_set_after(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *after);
 
     /**
@@ -101,7 +101,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_phase_rule_get_name(const axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets name.
@@ -112,7 +112,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_rule_set_name(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *name);
 
     /**
@@ -124,7 +124,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_phase_rule_is_first(const axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets handler to be the first in phase.
@@ -136,7 +136,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_rule_set_first(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_bool_t first);
 
     /**
@@ -148,7 +148,7 @@
      */
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axis2_phase_rule_is_last(const axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets handler to be the last in phase.
@@ -160,7 +160,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phase_rule_set_last(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_bool_t last);
 
     /**
@@ -171,7 +171,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_phase_rule_free(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Clones phase rule.
@@ -181,7 +181,7 @@
      */
     AXIS2_EXTERN axis2_phase_rule_t *AXIS2_CALL
     axis2_phase_rule_clone(axis2_phase_rule_t *phase_rule,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates a phase rule struct instance.
@@ -190,7 +190,7 @@
      * @return pointer to newly created phase rule
      */
     AXIS2_EXTERN axis2_phase_rule_t *AXIS2_CALL
-    axis2_phase_rule_create(const axis2_env_t *env,
+    axis2_phase_rule_create(const axutil_env_t *env,
         const axis2_char_t *name);
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_phases_info.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_phases_info.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_phases_info.h (original)
+++ webservices/axis2/trunk/c/include/axis2_phases_info.h Fri Mar 30 10:26:22 2007
@@ -27,7 +27,7 @@
 #include <axis2_const.h>
 #include <axis2_error.h>
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_string.h>
 #include <axutil_array_list.h>
@@ -49,7 +49,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_phases_info_free(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -59,7 +59,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phases_info_set_in_phases(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *in_phases);
 
     /**
@@ -70,7 +70,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phases_info_set_out_phases(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *out_phases);
 
     /**
@@ -81,7 +81,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phases_info_set_in_faultphases(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *in_faultphases);
 
     /**
@@ -92,7 +92,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phases_info_set_out_faultphases(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axutil_array_list_t *out_faultphases);
 
     /**
@@ -101,7 +101,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_in_phases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -109,7 +109,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_out_phases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -117,7 +117,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_in_faultphases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -125,7 +125,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_out_faultphases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -133,7 +133,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_op_in_phases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -141,7 +141,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_op_out_phases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info 
@@ -149,7 +149,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_op_in_faultphases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -157,7 +157,7 @@
      */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axis2_phases_info_get_op_out_faultphases(const axis2_phases_info_t *phases_info,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param phases_info pointer to phases info
@@ -167,7 +167,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_phases_info_set_op_phases(axis2_phases_info_t *phases_info,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         struct axis2_op *axis2_opt);
 
     /** create Phases Info struct
@@ -175,10 +175,10 @@
      * @return pointer to newly created phases info
      */
     AXIS2_EXTERN axis2_phases_info_t *AXIS2_CALL
-    axis2_phases_info_create(const axis2_env_t *env);
+    axis2_phases_info_create(const axutil_env_t *env);
 
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
-    axis2_phases_info_copy_flow(const axis2_env_t *env,
+    axis2_phases_info_copy_flow(const axutil_env_t *env,
         const axutil_array_list_t *flow_to_copy);
 
 /** @} */

Modified: webservices/axis2/trunk/c/include/axis2_raw_xml_in_out_msg_recv.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_raw_xml_in_out_msg_recv.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_raw_xml_in_out_msg_recv.h (original)
+++ webservices/axis2/trunk/c/include/axis2_raw_xml_in_out_msg_recv.h Fri Mar 30 10:26:22 2007
@@ -31,7 +31,7 @@
 #include <axis2_const.h>
 #include <axis2_error.h>
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_qname.h>
 #include <axis2_msg_recv.h>
@@ -48,7 +48,7 @@
      */
     AXIS2_EXTERN axis2_msg_recv_t *AXIS2_CALL
     axis2_raw_xml_in_out_msg_recv_create(
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /** @} */
 

Modified: webservices/axis2/trunk/c/include/axis2_relates_to.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_relates_to.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_relates_to.h (original)
+++ webservices/axis2/trunk/c/include/axis2_relates_to.h Fri Mar 30 10:26:22 2007
@@ -36,7 +36,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_const.h>
 
 #ifdef __cplusplus
@@ -54,7 +54,7 @@
      * @param relationship_type relationship type string 
      */
     AXIS2_EXTERN axis2_relates_to_t *AXIS2_CALL
-    axis2_relates_to_create(const axis2_env_t *env,
+    axis2_relates_to_create(const axutil_env_t *env,
         const axis2_char_t *value,
         const axis2_char_t *relationship_type);
 
@@ -68,7 +68,7 @@
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_relates_to_get_value(
         const axis2_relates_to_t *relates_to,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets value. The value field represents the URI that corresponds to the 
@@ -80,7 +80,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_relates_to_set_value(struct axis2_relates_to *relates_to,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *value);
 
     /**
@@ -91,7 +91,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_relates_to_get_relationship_type(const axis2_relates_to_t *relates_to,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets relationship type. 
@@ -102,7 +102,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_relates_to_set_relationship_type(struct axis2_relates_to *relates_to,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *relationship_type);
 
     /**
@@ -113,7 +113,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_relates_to_free(struct axis2_relates_to *relates_to,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
 /** @} */
 

Modified: webservices/axis2/trunk/c/include/axis2_simple_http_svr_conn.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_simple_http_svr_conn.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_simple_http_svr_conn.h (original)
+++ webservices/axis2/trunk/c/include/axis2_simple_http_svr_conn.h Fri Mar 30 10:26:22 2007
@@ -31,7 +31,7 @@
 
 #include <axis2_const.h>
 #include <axis2_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_http_simple_request.h>
 #include <axis2_http_simple_response.h>
 #include <axis2_http_response_writer.h>
@@ -60,7 +60,7 @@
         axis2_status_t (AXIS2_CALL *
                 close)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -69,7 +69,7 @@
         axis2_bool_t (AXIS2_CALL *
                 is_open)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -80,7 +80,7 @@
         axis2_status_t (AXIS2_CALL *
                 set_keep_alive)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env,
+                    const axutil_env_t *env,
                     axis2_bool_t keep_alive);
 
         /**
@@ -90,7 +90,7 @@
         axis2_bool_t (AXIS2_CALL *
                 is_keep_alive)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -99,7 +99,7 @@
         axis2_stream_t* (AXIS2_CALL *
                 get_stream)(
                     const axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -108,7 +108,7 @@
         axis2_http_response_writer_t *(AXIS2_CALL *
                 get_writer)(
                     const axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -117,7 +117,7 @@
         axis2_http_simple_request_t *(AXIS2_CALL *
                 read_request)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -128,7 +128,7 @@
         axis2_status_t (AXIS2_CALL *
                 write_response)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env,
+                    const axutil_env_t *env,
                     axis2_http_simple_response_t *response);
 
         /**
@@ -140,7 +140,7 @@
         axis2_status_t (AXIS2_CALL *
                 set_rcv_timeout)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env,
+                    const axutil_env_t *env,
                     int timeout);
 
         /**
@@ -152,7 +152,7 @@
         axis2_status_t (AXIS2_CALL *
                 set_snd_timeout)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env,
+                    const axutil_env_t *env,
                     int timeout);
 
         /**
@@ -162,7 +162,7 @@
         axis2_char_t *(AXIS2_CALL *
                 get_svr_ip)(
                     const axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -171,7 +171,7 @@
         axis2_char_t *(AXIS2_CALL *
                 get_peer_ip)(
                     const axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
 
         /**
          * @param svr_conn pointer to server connection struct
@@ -181,7 +181,7 @@
         void (AXIS2_CALL *
                 free)(
                     axis2_simple_http_svr_conn_t *svr_conn,
-                    const axis2_env_t *env);
+                    const axutil_env_t *env);
     };
 
     /**
@@ -201,7 +201,7 @@
      */
     AXIS2_EXTERN axis2_simple_http_svr_conn_t *AXIS2_CALL
     axis2_simple_http_svr_conn_create(
-        const axis2_env_t *env, 
+        const axutil_env_t *env, 
         int sockfd);
 
 /** Close.

Modified: webservices/axis2/trunk/c/include/axis2_stub.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_stub.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_stub.h (original)
+++ webservices/axis2/trunk/c/include/axis2_stub.h Fri Mar 30 10:26:22 2007
@@ -57,7 +57,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axis2_stub_free(axis2_stub_t *stub,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Sets the endpoint reference.
@@ -69,7 +69,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_stub_set_endpoint_ref(axis2_stub_t *stub,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_endpoint_ref_t *endpoint_ref);
 
     /**
@@ -81,7 +81,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_stub_set_endpoint_uri(axis2_stub_t *stub,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *endpoint_uri);
 
 
@@ -95,7 +95,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_stub_set_use_separate_listener(axis2_stub_t *stub,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_bool_t use_separate_listener);
 
     /**
@@ -107,7 +107,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_stub_set_soap_version(axis2_stub_t *stub,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const int soap_version);
 
 
@@ -119,7 +119,7 @@
      */
     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_stub_get_svc_ctx_id(const axis2_stub_t *stub,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Engages the named module.
@@ -130,7 +130,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_stub_engage_module(axis2_stub_t *stub,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         const axis2_char_t *module_name);
 
     /**
@@ -141,7 +141,7 @@
      */
     AXIS2_EXTERN axis2_svc_client_t *AXIS2_CALL
     axis2_stub_get_svc_client(const axis2_stub_t *stub,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Gets the options used on top of the service client used by this stub.
@@ -151,7 +151,7 @@
      */
     AXIS2_EXTERN axis2_options_t *AXIS2_CALL
     axis2_stub_get_options(const axis2_stub_t *stub,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates a stub instance.
@@ -162,7 +162,7 @@
      * @return pointer to newly created axis2_stub struct
      */
     AXIS2_EXTERN axis2_stub_t * AXIS2_CALL
-    axis2_stub_create_with_endpoint_ref_and_client_home(const axis2_env_t *env,
+    axis2_stub_create_with_endpoint_ref_and_client_home(const axutil_env_t *env,
         axis2_endpoint_ref_t *endpoint_ref,
         const axis2_char_t *client_home);
 
@@ -174,7 +174,7 @@
      * @return pointer to newly created axis2_stub struct
      */
     AXIS2_EXTERN axis2_stub_t * AXIS2_CALL
-    axis2_stub_create_with_endpoint_uri_and_client_home(const axis2_env_t *env,
+    axis2_stub_create_with_endpoint_uri_and_client_home(const axutil_env_t *env,
         const axis2_char_t *endpoint_uri,
         const axis2_char_t *client_home);
 



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