axis2_svc_skeleton.h File Reference

Axis2c service skeleton that should be implemented by actual service wrappers. More...

#include <axiom_node.h>
#include <axis2_array_list.h>
#include <axis2_msg_ctx.h>

Go to the source code of this file.

Classes

struct  axis2_svc_skeleton_ops
struct  axis2_svc_skeleton

Defines

#define AXIS2_SVC_SKELETON_INIT(svc_skeleton, env)   ((svc_skeleton)->ops->init (svc_skeleton, env))
#define AXIS2_SVC_SKELETON_FREE(svc_skeleton, env)   ((svc_skeleton)->ops->free (svc_skeleton, env))
#define AXIS2_SVC_SKELETON_INVOKE(svc_skeleton, env, node, msg_ctx)   ((svc_skeleton)->ops->invoke (svc_skeleton, env, node, msg_ctx))
#define AXIS2_SVC_SKELETON_ON_FAULT(svc_skeleton, env, node)   ((svc_skeleton)->ops->on_fault (svc_skeleton, env, node))

Typedefs

typedef axis2_svc_skeleton_ops axis2_svc_skeleton_ops_t
typedef axis2_svc_skeleton axis2_svc_skeleton_t

Functions

AXIS2_EXTERN axis2_svc_skeleton_taxis2_svc_skeleton_create (const axis2_env_t *env)


Detailed Description

Axis2c service skeleton that should be implemented by actual service wrappers.


Generated on Thu Aug 31 17:32:38 2006 for Axis2/C by  doxygen 1.4.6