axis2_svc_name_ops Struct Reference
[service name]

#include <axis2_svc_name.h>

List of all members.

Public Attributes

const axis2_qname_t *(* get_qname )(const axis2_svc_name_t *svc_name, const axis2_env_t *env)
axis2_status_t(* set_qname )(struct axis2_svc_name *svc_name, const axis2_env_t *env, const axis2_qname_t *qname)
const axis2_char_t *(* get_endpoint_name )(const axis2_svc_name_t *svc_name, const axis2_env_t *env)
axis2_status_t(* set_endpoint_name )(struct axis2_svc_name *svc_name, const axis2_env_t *env, const axis2_char_t *endpoint_name)
axis2_status_t(* free )(struct axis2_svc_name *svc_name, const axis2_env_t *env)


Detailed Description

service name ops struct.


Member Data Documentation

const axis2_qname_t*( * axis2_svc_name_ops::get_qname)(const axis2_svc_name_t *svc_name, const axis2_env_t *env)

Gets QName. QName identifies the WSDL service element that contains the definition of the endpoint being conveyed.

Parameters:
svc_name pointer to service name struct
env pointer to environment struct
Returns:
pointer to QName struct, returns a reference, not a cloned copy

axis2_status_t( * axis2_svc_name_ops::set_qname)(struct axis2_svc_name *svc_name, const axis2_env_t *env, const axis2_qname_t *qname)

Sets QName. QName identifies the WSDL service element that contains the definition of the endpoint being conveyed.

Parameters:
svc_name pointer to service name struct
env pointer to environment struct
qname pointer to QName, service name creates a clone of QName
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

const axis2_char_t*( * axis2_svc_name_ops::get_endpoint_name)(const axis2_svc_name_t *svc_name, const axis2_env_t *env)

Gets endpoint name. Endpoint name is a non-qualified name that identifies the specific port in the service that corresponds to the endpoint.

Parameters:
svc_name pointer to service name struct
env pointer to environment struct
Returns:
endpoint name string

axis2_status_t( * axis2_svc_name_ops::set_endpoint_name)(struct axis2_svc_name *svc_name, const axis2_env_t *env, const axis2_char_t *endpoint_name)

Sets endpoint name. Endpoint name is a non-qualified name that identifies the specific port in the service that corresponds to the endpoint.

Parameters:
svc_name pointer to service name struct
env pointer to environment struct
endpoint_name endpoint name string
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_svc_name_ops::free)(struct axis2_svc_name *svc_name, const axis2_env_t *env)

Frees service name struct.

Parameters:
svc_name pointer to service name struct
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


The documentation for this struct was generated from the following file:
Generated on Wed Dec 20 20:14:15 2006 for Axis2/C by  doxygen 1.5.1