You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Samisa Abeysinghe <sa...@gmail.com> on 2006/10/05 10:36:57 UTC

[Fwd: svn commit: r453107 - /webservices/axis2/trunk/c/include/axis2_svc_client.h]

As mentioned in a Jira comment, I am -1 to this change. You should use 
options to deal with epr and not change the service client API.

Samisa...

-------- Original Message --------
Subject: 	svn commit: r453107 - 
/webservices/axis2/trunk/c/include/axis2_svc_client.h
Date: 	Thu, 05 Oct 2006 05:08:11 -0000
From: 	damitha@apache.org
To: 	axis2-cvs@ws.apache.org



Author: damitha
Date: Wed Oct  4 22:08:10 2006
New Revision: 453107

URL: http://svn.apache.org/viewvc?view=rev&rev=453107
Log:
Added documentation to newly added methods of svc_client

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=453107&r1=453106&r2=453107
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_client.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_client.h Wed Oct  4 22:08:10 2006
@@ -336,7 +336,8 @@
                     const axis2_env_t *env);
 
         /**
-         * Sets the target endpoint ref.
+         * Sets the target endpoint ref. If this is not set then the target
+         * is deduced from wsa to epr.
          * @param svc_client pointer to service client struct
          * @param env pointer to environment struct
          * @param target_epr pointer to the endpoint_ref struct to be set as 
@@ -385,6 +386,13 @@
                     const axis2_svc_client_t *svc_client,
                     const axis2_env_t *env);
 
+        /**
+         * Set the listen port on which the callback server is actually
+         * listening to
+         * @param svc_client pointer to service_client struct
+         * @param env env pointer to environment struct
+         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
+         */
         axis2_status_t (AXIS2_CALL *
                 set_listen_port)(
                     const axis2_svc_client_t *svc_client,



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




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