#include <axis2_array_list.h>
#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
Go to the source code of this file.
get_extensibility_elements/get_extensibility_attributes | |
return the extensibility elements/attributes belonging to a given namespace namspace uri reference to a vector<int>
| |
int * | axis2_wsdl4c_service_get_extensibility_elements (void *service, char *namespc) |
int * | axis2_wsdl4c_service_get_extensibility_attributes (void *service, char *namespc) |
void | axis2_wsdl4c_service_set_name (void *service, char *name) |
void | axis2_wsdl4c_service_add_ext_element (void *service, int ident) |
void | axis2_wsdl4c_service_add_ext_attribute (void *service, int ident) |
void | axis2_wsdl4c_service_set_documentation (void *service, char *doc) |
Functions | |
void * | axis2_wsdl4c_service_create (void *parser) |
void | axis2_wsdl4c_service_destroy (void *service) |
void | axis2_wsdl4c_service_add_port (void *service, char *name, void *binding, int svc_ext_id) |
int | axis2_wsdl4c_service_get_port_extention (void *service, char *name) |
void * | axis2_wsdl4c_service_get_port_binding (void *service, char *name) |
axis2_array_list_t * | axis2_wsdl4c_service_get_ports (void *service) |
char * | axis2_wsdl4c_service_get_name (void *service) |
char * | axis2_wsdl4c_service_get_documentation (void *service) |