Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 47536 invoked from network); 5 Oct 2006 12:41:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 12:41:31 -0000 Received: (qmail 72855 invoked by uid 500); 5 Oct 2006 12:41:29 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 72565 invoked by uid 500); 5 Oct 2006 12:41:28 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 72542 invoked by uid 500); 5 Oct 2006 12:41:28 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 72531 invoked by uid 99); 5 Oct 2006 12:41:28 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 05:41:28 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:52985] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id AD/74-20288-95DF4254 for ; Thu, 05 Oct 2006 05:41:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B30381A981A; Thu, 5 Oct 2006 05:40:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r453204 - /webservices/axis2/trunk/c/include/axis2_options.h Date: Thu, 05 Oct 2006 12:40:21 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061005124021.B30381A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: damitha Date: Thu Oct 5 05:40:20 2006 New Revision: 453204 URL: http://svn.apache.org/viewvc?view=rev&rev=453204 Log: Added api documentation Modified: webservices/axis2/trunk/c/include/axis2_options.h 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=453204&r1=453203&r2=453204 ============================================================================== --- webservices/axis2/trunk/c/include/axis2_options.h (original) +++ webservices/axis2/trunk/c/include/axis2_options.h Thu Oct 5 05:40:20 2006 @@ -636,12 +636,24 @@ const axis2_options_t *options, const axis2_env_t *env); + /** + * 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, --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org