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 ka...@apache.org on 2008/03/30 19:23:21 UTC

svn commit: r642786 - /webservices/axis2/trunk/c/axiom/include/axiom_text.h

Author: kaushalye
Date: Sun Mar 30 10:23:18 2008
New Revision: 642786

URL: http://svn.apache.org/viewvc?rev=642786&view=rev
Log:
HAckathon : AXIOM Text header

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_text.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_text.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_text.h?rev=642786&r1=642785&r2=642786&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_text.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_text.h Sun Mar 30 10:23:18 2008
@@ -85,7 +85,6 @@
       * @return pointer to newly created text struct 
       */
     AXIS2_EXTERN axiom_text_t *AXIS2_CALL
-
     axiom_text_create_with_data_handler(
         const axutil_env_t * env,
         axiom_node_t * parent,
@@ -205,17 +204,38 @@
         const axutil_env_t * env,
         const axis2_bool_t is_binary);
 
+    /**
+     * Get the data handler of the OM text
+     * @param om_text pointer to the OM Text struct
+     * @param environment Environment. MUST NOT be NULL
+     *
+     * @return the data handler of the OM text
+     */
     AXIS2_EXTERN axiom_data_handler_t *AXIS2_CALL
-
     axiom_text_get_data_handler(
         struct axiom_text *om_text,
         const axutil_env_t * env);
 
+    /**
+     * Get the Content ID of the OM text
+     * @param om_text pointer to the OM Text struct
+     * @param environment Environment. MUST NOT be NULL
+     *
+     * @return the content id of the OM text
+     */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_text_get_content_id(
         struct axiom_text *om_text,
         const axutil_env_t * env);
 
+    /**
+     * Set the content ID of the OM text
+     * @param om_text pointer to the OM Text struct
+     * @param environment Environment. MUST NOT be NULL
+     * @param content_id the content ID
+     * @return status of the op. AXIS2_SUCCESS on success
+     *         else AXIS2_FAILURE
+     */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_text_set_content_id(
         axiom_text_t * om_text,



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