axiom_comment_ops Struct Reference
[comment]

comment ops struct Encapsulator struct for ops of axiom_comment_t More...

#include <axiom_comment.h>

List of all members.

Public Attributes

axis2_status_t(* free )(struct axiom_comment *om_comment, const axis2_env_t *env)
axis2_char_t *(* get_value )(struct axiom_comment *om_comment, const axis2_env_t *env)
axis2_status_t(* set_value )(struct axiom_comment *om_comment, const axis2_env_t *env, const axis2_char_t *value)
axis2_status_t(* serialize )(struct axiom_comment *om_comment, const axis2_env_t *env, axiom_output_t *om_output)


Detailed Description

comment ops struct Encapsulator struct for ops of axiom_comment_t


Member Data Documentation

axis2_status_t( * axiom_comment_ops::free)(struct axiom_comment *om_comment, const axis2_env_t *env)

Free a axis2_comment_t struct

Parameters:
om_comment pointer to axis2_commnet_t struct to be freed
env Environment. MUST NOT be NULL.
Returns:
satus of the op. AXIS2_SUCCESS on success ,AXIS2_FAILURE on error.

axis2_char_t*( * axiom_comment_ops::get_value)(struct axiom_comment *om_comment, const axis2_env_t *env)

get the comments data

Parameters:
om_comment a pointer to axiom_comment_t struct
env environment, MUST NOT be NULL
Returns:
comment text

axis2_status_t( * axiom_comment_ops::serialize)(struct axiom_comment *om_comment, const axis2_env_t *env, axiom_output_t *om_output)

serialize function

Parameters:
om_comment pointer to axiom_comment_t struct
env environment, MUST NOT be NULL.
om_output pointer to om_output_t struct
Returns:
AXIS2_SUCCESS on success, AXIS2_FAILURE on error.

axis2_status_t( * axiom_comment_ops::set_value)(struct axiom_comment *om_comment, const axis2_env_t *env, const axis2_char_t *value)

set comment data

Parameters:
om_comment pointer to axiom_comment_t struct
env environment, MUST NOT be NULL.
value comment text
Returns:
AXIS2_SUCCESS on success , AXIS2_FAILURE on error


The documentation for this struct was generated from the following file:
Generated on Tue Oct 3 18:21:17 2006 for Axis2/C by  doxygen 1.4.7