axiom_soap_message.h File Reference

axiom_soap_message struct corresponds to root element of soap message More...

#include <axis2_env.h>
#include <axiom_soap_envelope.h>
#include <axiom_soap_builder.h>

Go to the source code of this file.

Classes

struct  axiom_soap_message_ops
 soap_message operations struct ops Encapsulator struct of axiom_soap body More...
struct  axiom_soap_message
 soap_message struct represent a soap_message More...

Defines

#define AXIOM_SOAP_MESSAGE_FREE(message, env)   ((message)->ops->free_fn(message, env))
#define AXIOM_SOAP_MESSAGE_GET_SOAP_ENVELOPE(message, env)   ((message)->ops->get_envelope(message, env))
#define AXIOM_SOAP_MESSAGE_SERIALIZE(message, env, om_output)   ((message)->ops->serialize(message, env, om_output))

Typedefs

typedef axiom_soap_message axiom_soap_message_t
typedef axiom_soap_message_ops axiom_soap_message_ops_t

Functions

AXIS2_EXTERN axiom_soap_message_taxiom_soap_message_create (const axis2_env_t *env, axiom_soap_builder_t *soap_builder, axiom_document_t *om_doc)


Detailed Description

axiom_soap_message struct corresponds to root element of soap message


Generated on Tue Oct 3 22:35:49 2006 for Axis2/C by  doxygen 1.4.7