axis2_wsdl4c_service.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016  
00017  #ifndef AXIS2_WSDL4C_SERVICE_H
00018  #define AXIS2_WSDL4C_SERVICE_H
00019  
00024 #include <axis2_array_list.h>
00025 #include <axis2_allocator.h>
00026 #include <axis2_env.h>
00027 #include <axis2_error.h>
00028 #ifdef __cplusplus
00029 extern "C"
00030 {
00031 #endif
00032 
00038     void *
00039     axis2_wsdl4c_service_create(void* parser);
00040 
00041     void
00042     axis2_wsdl4c_service_destroy(void *service);
00043 
00049     void
00050     axis2_wsdl4c_service_add_port(void *service,
00051                                     char *name,
00052                                     void *binding,
00053                                     int svc_ext_id);
00054  
00059     int
00060     axis2_wsdl4c_service_get_port_extention(void *service,
00061                                             char *name);
00062  
00068     void *
00069     axis2_wsdl4c_service_get_port_binding(void *service,
00070                                             char *name);
00071 
00075     axis2_array_list_t *
00076     axis2_wsdl4c_service_get_ports(void *service);
00077 
00082     char *
00083     axis2_wsdl4c_service_get_name(void *service);
00084 
00089     char *
00090     axis2_wsdl4c_service_get_documentation(void *service);  
00091 
00100     int *
00101     axis2_wsdl4c_service_get_extensibility_elements(void *service,
00102                                                     char *namespc);
00103 
00104     int *
00105     axis2_wsdl4c_service_get_extensibility_attributes(void *service,
00106                                                         char *namespc);
00107 
00108     void
00109     axis2_wsdl4c_service_set_name(void *service,
00110                                     char *name);
00111   
00112     void
00113     axis2_wsdl4c_service_add_ext_element(void *service,
00114                                     int ident);
00115  
00116     void
00117     axis2_wsdl4c_service_add_ext_attribute(void *service,
00118                                             int ident);
00119 
00120     void
00121     axis2_wsdl4c_service_set_documentation(void *service, 
00122                                             char *doc);
00123 
00126 #ifdef __cplusplus
00127 }
00128 #endif
00129 #endif  /* AXIS2_WSDL4C_SERVICE_H */

Generated on Thu Oct 26 21:00:11 2006 for Axis2/C by  doxygen 1.4.7