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 "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2006/10/19 13:34:35 UTC

[jira] Assigned: (AXIS2C-324) adding methods set_target_endpoint_ref and get_target_endpoint_ref to axis2_svc_client

     [ http://issues.apache.org/jira/browse/AXIS2C-324?page=all ]

Dinesh Premalal reassigned AXIS2C-324:
--------------------------------------

    Assignee: Dinesh Premalal

> adding methods set_target_endpoint_ref and get_target_endpoint_ref to axis2_svc_client
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-324
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-324
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>         Assigned To: Dinesh Premalal
>
> I'm adding following two methods to axis2_options
>         /**
>          * Set the target endpoint reference the receiving end is listening to
>          * @param options pointer to options struct
>          * @param env pointer to environment struct
>          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
>          */
>         axis2_status_t (AXIS2_CALL *
>                 set_target_epr) (
>                     axis2_options_t *options,
>                     const axis2_env_t *env,
>                     axis2_endpoint_ref_t *epr);
>         /**
>          * Get the target endpoint reference the receiving end is listening to
>          * @param options pointer to options struct
>          * @param env pointer to environment struct
>          * @return endpoint reference the receiving end is listening to
>          */
>         axis2_endpoint_ref_t *(AXIS2_CALL *
>                 get_target_epr) (
>                     const axis2_options_t *options,
>                     const axis2_env_t *env);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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