Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_transport_sender_ops Struct Reference
[Transport Sender]

Description Transport Sender ops struct Encapsulator struct for ops of axis2_transport_sender. More...

#include <axis2_transport_sender.h>

List of all members.

Public Attributes

axis2_status_t(* free )(axis2_transport_sender_t *transport_sender, const axis2_env_t *env)
axis2_status_t(* init )(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_conf_ctx *conf_ctx, struct axis2_transport_out_desc *transport_out)
axis2_status_t(* cleanup )(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx)
axis2_status_t(* invoke )(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx)


Detailed Description

Description Transport Sender ops struct Encapsulator struct for ops of axis2_transport_sender.


Member Data Documentation

axis2_status_t( * axis2_transport_sender_ops::cleanup)(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx)
 

Clean up

Parameters:
msgContext 
Exceptions:
org.apache.axis2.AxisFault 

axis2_status_t( * axis2_transport_sender_ops::free)(axis2_transport_sender_t *transport_sender, const axis2_env_t *env)
 

De-allocate memory

Returns:
status code

axis2_status_t( * axis2_transport_sender_ops::init)(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_conf_ctx *conf_ctx, struct axis2_transport_out_desc *transport_out)
 

Initialize

Parameters:
confContext 
transportOut 
Exceptions:
org.apache.axis2.AxisFault 

axis2_status_t( * axis2_transport_sender_ops::invoke)(axis2_transport_sender_t *transport_sender, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx)
 

Invoke

Parameters:
msgContext 
Exceptions:
org.apache.axis2.AxisFault 


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:44 2006 for Axis2/C by  doxygen 1.4.2