axiom_soap_body.h File Reference

axiom_soap_body struct More...

#include <axis2_env.h>
#include <axiom_node.h>
#include <axiom_element.h>
#include <axiom_namespace.h>
#include <axiom_soap_fault.h>
#include <axiom_soap_envelope.h>

Go to the source code of this file.

Classes

struct  axiom_soap_body_ops
 soap_body operations struct ops Encapsulator struct of axiom_soap body More...
struct  axiom_soap_body
 soap_body struct represent a soap_body More...

Defines

#define AXIOM_SOAP_BODY_FREE(body, env)   ((body)->ops->free( body, env))
#define AXIOM_SOAP_BODY_HAS_FAULT(body, env)   ((body)->ops->has_fault( body, env))
#define AXIOM_SOAP_BODY_GET_FAULT(body, env)   ((body)->ops->get_fault( body, env))
#define AXIOM_SOAP_BODY_GET_BASE_NODE(body, env)   ((body)->ops->get_base_node( body, env))
#define AXIOM_SOAP_BODY_GET_SOAP_VERSION(body, env)   ((body)->ops->get_soap_version( body, env))
#define AXIOM_SOAP_BODY_BUILD(body, env)   ((body)->ops->build( body, env))
#define AXIOM_SOAP_BODY_ADD_CHILD(body, env, child)   ((body)->ops->add_child( body, env, child));

Typedefs

typedef axiom_soap_body axiom_soap_body_t
typedef axiom_soap_body_ops axiom_soap_body_ops_t

Functions

AXIS2_EXTERN axiom_soap_body_taxiom_soap_body_create_with_parent (const axis2_env_t *env, struct axiom_soap_envelope *envelope)


Detailed Description

axiom_soap_body struct


Generated on Tue Oct 3 18:21:11 2006 for Axis2/C by  doxygen 1.4.7