axis2_svc_name.h

Go to the documentation of this file.
00001 /*
00002  * Licensed to the Apache Software Foundation (ASF) under one or more
00003  * contributor license agreements.  See the NOTICE file distributed with
00004  * this work for additional information regarding copyright ownership.
00005  * The ASF licenses this file to You under the Apache License, Version 2.0
00006  * (the "License"); you may not use this file except in compliance with
00007  * the License.  You may obtain a copy of the License at
00008  *
00009  *      http://www.apache.org/licenses/LICENSE-2.0
00010  *
00011  * Unless required by applicable law or agreed to in writing, software
00012  * distributed under the License is distributed on an "AS IS" BASIS,
00013  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014  * See the License for the specific language governing permissions and
00015  * limitations under the License.
00016  */
00017 
00018 #ifndef AXIS2_SVC_NAME_H
00019 #define AXIS2_SVC_NAME_H
00020 
00036 #include <axis2_defines.h>
00037 #include <axutil_env.h>
00038 #include <axis2_const.h>
00039 #include <axutil_qname.h>
00040 
00041 #ifdef __cplusplus
00042 extern "C"
00043 {
00044 #endif
00045 
00047     typedef struct axis2_svc_name axis2_svc_name_t;
00048 
00056     AXIS2_EXTERN axis2_svc_name_t *AXIS2_CALL
00057     axis2_svc_name_create(
00058         const axutil_env_t *env,
00059         const axutil_qname_t *qname,
00060         const axis2_char_t *endpoint_name) ;
00061 
00070     AXIS2_EXTERN const axutil_qname_t *AXIS2_CALL
00071     axis2_svc_name_get_qname(const axis2_svc_name_t *svc_name,
00072         const axutil_env_t *env);
00073 
00082     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00083     axis2_svc_name_set_qname(struct axis2_svc_name *svc_name,
00084         const axutil_env_t *env,
00085         const axutil_qname_t *qname);
00086 
00095     AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
00096     axis2_svc_name_get_endpoint_name(const axis2_svc_name_t *svc_name,
00097         const axutil_env_t *env);
00098 
00108     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00109     axis2_svc_name_set_endpoint_name(struct axis2_svc_name *svc_name,
00110         const axutil_env_t *env,
00111         const axis2_char_t *endpoint_name);
00112 
00119     AXIS2_EXTERN void AXIS2_CALL
00120     axis2_svc_name_free(struct axis2_svc_name *svc_name,
00121         const axutil_env_t *env);
00122 
00125 #ifdef __cplusplus
00126 }
00127 #endif
00128 
00129 #endif    /* AXIS2_SVC_NAME_H */

Generated on Thu May 3 12:31:01 2007 for Axis2/C by  doxygen 1.4.6