Files | |
file | axis2_svc_name.h |
Typedefs | |
typedef axis2_svc_name | axis2_svc_name_t |
Functions | |
AXIS2_EXTERN axis2_svc_name_t * | axis2_svc_name_create (const axutil_env_t *env, const axutil_qname_t *qname, const axis2_char_t *endpoint_name) |
AXIS2_EXTERN const axutil_qname_t * | axis2_svc_name_get_qname (const axis2_svc_name_t *svc_name, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_svc_name_set_qname (struct axis2_svc_name *svc_name, const axutil_env_t *env, const axutil_qname_t *qname) |
AXIS2_EXTERN const axis2_char_t * | axis2_svc_name_get_endpoint_name (const axis2_svc_name_t *svc_name, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_svc_name_set_endpoint_name (struct axis2_svc_name *svc_name, const axutil_env_t *env, const axis2_char_t *endpoint_name) |
AXIS2_EXTERN void | axis2_svc_name_free (struct axis2_svc_name *svc_name, const axutil_env_t *env) |
|
Type name for struct axis2_svc_name |
|
Creates a service name struct with given QName and endpoint name.
|
|
Frees service name struct.
|
|
Gets endpoint name. Endpoint name is a non-qualified name that identifies the specific port in the service that corresponds to the endpoint.
|
|
Gets QName. QName identifies the WSDL service element that contains the definition of the endpoint being conveyed.
|
|
Sets endpoint name. Endpoint name is a non-qualified name that identifies the specific port in the service that corresponds to the endpoint.
|
|
Sets QName. QName identifies the WSDL service element that contains the definition of the endpoint being conveyed.
|