axis2_flow_container.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 AXIS2_FLOW_CONTAINER_H
00020 #define AXIS2_FLOW_CONTAINER_H
00021 
00034 #include <axis2_const.h>
00035 #include <axutil_error.h>
00036 #include <axis2_defines.h>
00037 #include <axutil_env.h>
00038 #include <axutil_allocator.h>
00039 #include <axutil_string.h>
00040 #include <axutil_array_list.h>
00041 #include <axis2_flow.h>
00042 
00043 #ifdef __cplusplus
00044 extern "C"
00045 {
00046 #endif
00047 
00049     typedef struct axis2_flow_container axis2_flow_container_t;
00050 
00057     AXIS2_EXTERN void AXIS2_CALL
00058     axis2_flow_container_free(
00059         axis2_flow_container_t * flow_container,
00060         const axutil_env_t * env);
00061 
00068     AXIS2_EXTERN axis2_flow_t *AXIS2_CALL
00069     axis2_flow_container_get_in_flow(
00070         const axis2_flow_container_t * flow_container,
00071         const axutil_env_t * env);
00072 
00081     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00082     axis2_flow_container_set_in_flow(
00083         axis2_flow_container_t * flow_container,
00084         const axutil_env_t * env,
00085         axis2_flow_t * in_flow);
00086 
00093     AXIS2_EXTERN axis2_flow_t *AXIS2_CALL
00094     axis2_flow_container_get_out_flow(
00095         const axis2_flow_container_t * flow_container,
00096         const axutil_env_t * env);
00097 
00106     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00107     axis2_flow_container_set_out_flow(
00108         axis2_flow_container_t * flow_container,
00109         const axutil_env_t * env,
00110         axis2_flow_t * out_flow);
00111 
00118     AXIS2_EXTERN axis2_flow_t *AXIS2_CALL
00119 
00120     axis2_flow_container_get_fault_in_flow(
00121         const axis2_flow_container_t * flow_container,
00122         const axutil_env_t * env);
00123 
00132     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00133 
00134     axis2_flow_container_set_fault_in_flow(
00135         axis2_flow_container_t * flow_container,
00136         const axutil_env_t * env,
00137         axis2_flow_t * falut_in_flow);
00138 
00145     AXIS2_EXTERN axis2_flow_t *AXIS2_CALL
00146 
00147     axis2_flow_container_get_fault_out_flow(
00148         const axis2_flow_container_t * flow_container,
00149         const axutil_env_t * env);
00150 
00159     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00160 
00161     axis2_flow_container_set_fault_out_flow(
00162         axis2_flow_container_t * flow_container,
00163         const axutil_env_t * env,
00164         axis2_flow_t * fault_out_flow);
00165 
00171     AXIS2_EXTERN axis2_flow_container_t *AXIS2_CALL
00172 
00173     axis2_flow_container_create(
00174         const axutil_env_t * env);
00175 
00178 #ifdef __cplusplus
00179 }
00180 #endif
00181 #endif                          /* AXIS2_FLOW_CONTAINER_H */

Generated on Tue Jan 8 01:23:15 2008 for Axis2/C by  doxygen 1.5.1