#include <axis2_svc_name.h>
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) |
axis2_status_t( * axis2_svc_name_ops::free)(struct axis2_svc_name *svc_name, const axis2_env_t *env) |
Frees service name struct.
svc_name | pointer to service name struct | |
env | pointer to environment struct |
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.
svc_name | pointer to service name struct | |
env | pointer to environment struct |
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.
svc_name | pointer to service name struct | |
env | pointer to environment struct |
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.
svc_name | pointer to service name struct | |
env | pointer to environment struct | |
endpoint_name | endpoint name string |
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.
svc_name | pointer to service name struct | |
env | pointer to environment struct | |
qname | pointer to QName, service name creates a clone of QName |