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     axis2_flow_container_get_fault_in_flow(
00120         const axis2_flow_container_t * flow_container,
00121         const axutil_env_t * env);
00122 
00131     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00132     axis2_flow_container_set_fault_in_flow(
00133         axis2_flow_container_t * flow_container,
00134         const axutil_env_t * env,
00135         axis2_flow_t * falut_in_flow);
00136 
00143     AXIS2_EXTERN axis2_flow_t *AXIS2_CALL
00144     axis2_flow_container_get_fault_out_flow(
00145         const axis2_flow_container_t * flow_container,
00146         const axutil_env_t * env);
00147 
00156     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00157     axis2_flow_container_set_fault_out_flow(
00158         axis2_flow_container_t * flow_container,
00159         const axutil_env_t * env,
00160         axis2_flow_t * fault_out_flow);
00161 
00167     AXIS2_EXTERN axis2_flow_container_t *AXIS2_CALL
00168     axis2_flow_container_create(
00169         const axutil_env_t * env);
00170 
00173 #ifdef __cplusplus
00174 }
00175 #endif
00176 #endif                          /* AXIS2_FLOW_CONTAINER_H */

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