axis2_http_worker_ops Struct Reference
[http worker]

#include <axis2_http_worker.h>

List of all members.

Public Attributes

axis2_bool_t(* process_request )(axis2_http_worker_t *http_worker, const axis2_env_t *env, axis2_simple_http_svr_conn_t *svr_conn, axis2_http_simple_request_t *simple_request)
axis2_status_t(* set_svr_port )(axis2_http_worker_t *http_worker, const axis2_env_t *env, int port)
axis2_status_t(* free )(axis2_http_worker_t *http_worker, const axis2_env_t *env)


Detailed Description

HTTP Worker ops struct Encapsulator struct for ops of axis2_http_worker


Member Data Documentation

axis2_status_t( * axis2_http_worker_ops::free)(axis2_http_worker_t *http_worker, const axis2_env_t *env)

Parameters:
http_worker pointer to http worker
env pointer to environment strut
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_bool_t( * axis2_http_worker_ops::process_request)(axis2_http_worker_t *http_worker, const axis2_env_t *env, axis2_simple_http_svr_conn_t *svr_conn, axis2_http_simple_request_t *simple_request)

Parameters:
http_worker pointer to http worker
env pointer to environment struct
svr_conn pointer to svr conn
simple_request pointer to simple request

axis2_status_t( * axis2_http_worker_ops::set_svr_port)(axis2_http_worker_t *http_worker, const axis2_env_t *env, int port)

Parameters:
http_worker pointer to http worker
env pointer to environment struct
port 
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


The documentation for this struct was generated from the following file:
Generated on Tue Oct 3 20:48:19 2006 for Axis2/C by  doxygen 1.4.7