Classes | |
struct | axis2_om_output |
OM Output struct The XML writer interface struct of om. More... | |
Typedefs | |
typedef axis2_om_output | axis2_om_output_t |
OM Output struct The XML writer interface struct of om. | |
Functions | |
axis2_om_output_t * | axis2_om_output_create (axis2_env_t **env, axis2_xml_writer_t *xml_writer) |
axis2_status_t | axis2_om_output_write (axis2_om_output_t *om_output, axis2_env_t **env, axis2_om_types_t type, int no_of_args,...) |
axis2_status_t | axis2_om_output_free (axis2_om_output_t *om_output, axis2_env_t **env) |
|
creates OM output struct
|
|
free om_output
|
|
Performs xml writing. Accepts variable number of args depending on the on OM type to be serialized
|