neethi_all.h

Go to the documentation of this file.
00001 
00002 /*
00003  * Licensed to the Apache Software Foundation (ASF) under one or more
00004  * contributor license agreements.  See the NOTICE file distributed with
00005  * this work for additional information regarding copyright ownership.
00006  * The ASF licenses this file to You under the Apache License, Version 2.0
00007  * (the "License"); you may not use this file except in compliance with
00008  * the License.  You may obtain a copy of the License at
00009  *
00010  *      http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an "AS IS" BASIS,
00014  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #ifndef NEETHI_ALL_H
00020 #define NEETHI_ALL_H
00021 
00027 #include <axis2_defines.h>
00028 #include <axutil_env.h>
00029 #include <neethi_operator.h>
00030 #include <neethi_includes.h>
00031 
00032 #ifdef __cplusplus
00033 extern "C"
00034 {
00035 #endif
00036 
00037     typedef struct neethi_all_t neethi_all_t;
00038 
00039     AXIS2_EXTERN neethi_all_t *AXIS2_CALL
00040     neethi_all_create(
00041         const axutil_env_t * env);
00042 
00043     AXIS2_EXTERN void AXIS2_CALL
00044     neethi_all_free(
00045         neethi_all_t * neethi_all,
00046         const axutil_env_t * env);
00047 
00048     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
00049     neethi_all_get_policy_components(
00050         neethi_all_t * neethi_all,
00051         const axutil_env_t * env);
00052 
00053     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00054     neethi_all_add_policy_components(
00055         neethi_all_t * all,
00056         axutil_array_list_t * arraylist,
00057         const axutil_env_t * env);
00058 
00059     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00060     neethi_all_add_operator(
00061         neethi_all_t * neethi_all,
00062         const axutil_env_t * env,
00063         neethi_operator_t * op);
00064 
00065     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
00066     neethi_all_is_empty(
00067         neethi_all_t * all,
00068         const axutil_env_t * env);
00069 
00070     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00071     neethi_all_serialize(
00072         neethi_all_t * neethi_all,
00073         axiom_node_t * parent,
00074         const axutil_env_t * env);
00075 
00077 #ifdef __cplusplus
00078 }
00079 #endif
00080 
00081 #endif                          /* NEETHI_ALL_H */

Generated on Fri Apr 17 11:49:43 2009 for Axis2/C by  doxygen 1.5.3