Files | |
file | axis2_disp.h |
Defines | |
#define | AXIS2_DISP_NAMESPACE "http://axis.ws.apache.org" |
Typedefs | |
typedef axis2_disp | axis2_disp_t |
Functions | |
AXIS2_EXTERN axis2_handler_t * | axis2_disp_get_base (const axis2_disp_t *disp, const axutil_env_t *env) |
AXIS2_EXTERN axutil_string_t * | axis2_disp_get_name (const axis2_disp_t *disp, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_disp_set_name (axis2_disp_t *disp, const axutil_env_t *env, axutil_string_t *name) |
AXIS2_EXTERN void | axis2_disp_free (axis2_disp_t *disp, const axutil_env_t *env) |
AXIS2_EXTERN axis2_disp_t * | axis2_disp_create (const axutil_env_t *env, const axutil_string_t *name) |
axis2_status_t | axis2_disp_find_svc_and_op (struct axis2_handler *handler, const axutil_env_t *env, struct axis2_msg_ctx *msg_ctx) |
AXIS2_EXTERN axis2_disp_t * | axis2_addr_disp_create (const axutil_env_t *env) |
AXIS2_EXTERN axis2_disp_t * | axis2_req_uri_disp_create (const axutil_env_t *env) |
AXIS2_EXTERN axis2_disp_t * | axiom_soap_body_disp_create (const axutil_env_t *env) |
AXIS2_EXTERN axis2_disp_t * | axiom_soap_action_disp_create (const axutil_env_t *env) |
|
Type name for struct axis2_disp |
|
Creates a SOAP action based dispatcher.
|
|
Creates a SOAP body based dispatcher.
|
|
Creates a WS-Addressing based dispatcher.
|
|
Creates a dispatcher struct instance.
|
|
Frees dispatcher struct.
|
|
Gets the base struct which is of type handler.
|
|
Gets the name of the dispatcher.
|
|
Sets the name of the dispatcher.
|
|
Creates a request URI based dispatcher.
|