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 ma...@apache.org on 2007/06/19 09:18:39 UTC

svn commit: r548624 - /webservices/axis2/trunk/c/include/axis2_svc_client.h

Author: manjula
Date: Tue Jun 19 00:18:38 2007
New Revision: 548624

URL: http://svn.apache.org/viewvc?view=rev&rev=548624
Log:
Method signatures of the two new methods of the last commit.

Modified:
    webservices/axis2/trunk/c/include/axis2_svc_client.h

Modified: webservices/axis2/trunk/c/include/axis2_svc_client.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_client.h?view=diff&rev=548624&r1=548623&r2=548624
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_client.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_client.h Tue Jun 19 00:18:38 2007
@@ -511,6 +511,34 @@
     axis2_svc_client_get_last_response_has_fault(const axis2_svc_client_t *svc_client,
         const axutil_env_t *env);
 
+    /**
+     * Create a policy object and set it to the description hierarchy
+     * @param svc_client pointer to service_client struct
+     * @param env pointer to environemt struct
+     * @param root_node pointer to a policy node    
+     * @return AXIS2_FAILURE if there was a fault, else AXIS2_SUCCESS
+     */
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+    axis2_svc_client_set_policy_from_om(axis2_svc_client_t *svc_client,
+        const axutil_env_t *env,
+        axiom_node_t *root_node);
+
+    /**
+     * Create a policy object and set it to the description hierarchy
+     * @param svc_client pointer to service_client struct
+     * @param env pointer to environemt struct
+     * @param file_name pointer to a string which is a policy file name
+     * @return AXIS2_FAILURE if there was a fault, else AXIS2_SUCCESS
+     */
+
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+    axis2_svc_client_set_policy_from_file(axis2_svc_client_t *svc_client,
+        const axutil_env_t *env,
+        axis2_char_t *file_name);
+
+
+
+
 /** @} */
 #ifdef __cplusplus
 }



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