Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 58614 invoked from network); 29 Mar 2008 18:42:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2008 18:42:37 -0000 Received: (qmail 93965 invoked by uid 500); 29 Mar 2008 18:42:36 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 93847 invoked by uid 500); 29 Mar 2008 18:42:35 -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 93836 invoked by uid 500); 29 Mar 2008 18:42:35 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 93833 invoked by uid 99); 29 Mar 2008 18:42:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:42:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 18:41:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0A04B1A9832; Sat, 29 Mar 2008 11:42:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r642578 - /webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h Date: Sat, 29 Mar 2008 18:42:12 -0000 To: axis2-cvs@ws.apache.org From: kaushalye@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080329184213.0A04B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kaushalye Date: Sat Mar 29 11:42:09 2008 New Revision: 642578 URL: http://svn.apache.org/viewvc?rev=642578&view=rev Log: Hackathon : SOAP fault role Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h?rev=642578&r1=642577&r2=642578&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h (original) +++ webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h Sat Mar 29 11:42:09 2008 @@ -44,7 +44,6 @@ * @param env Environment. MUST NOT be NULL */ AXIS2_EXTERN axiom_soap_fault_role_t *AXIS2_CALL - axiom_soap_fault_role_create_with_parent( const axutil_env_t * env, axiom_soap_fault_t * fault); @@ -62,21 +61,41 @@ axiom_soap_fault_role_t * fault_role, const axutil_env_t * env); + /** + * Set the SOAP fault role value + * @param fault_role pointer to soap_fault_role struct + * @param env Environment. MUST NOT be NULL + * @param uri the URI to be set + * + * @return satus of the op. AXIS2_SUCCESS on success + * else AXIS2_FAILURE + */ AXIS2_EXTERN axis2_status_t AXIS2_CALL - axiom_soap_fault_role_set_role_value( axiom_soap_fault_role_t * fault_role, const axutil_env_t * env, axis2_char_t * uri); + /** + * Get the SOAP fault role value + * @param fault_role pointer to soap_fault_role struct + * @param env Environment. MUST NOT be NULL + * + * @return the SOAP fault role value + */ AXIS2_EXTERN axis2_char_t *AXIS2_CALL - axiom_soap_fault_role_get_role_value( axiom_soap_fault_role_t * fault_role, const axutil_env_t * env); + /** + * Get the base node of the OM SOAP fault role + * @param fault_role pointer to soap_fault_role struct + * @param env Environment. MUST NOT be NULL + * + * @return the base node of the OM SOAP fault role + */ AXIS2_EXTERN axiom_node_t *AXIS2_CALL - axiom_soap_fault_role_get_base_node( axiom_soap_fault_role_t * fault_role, const axutil_env_t * env); --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org