axis2_description.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_DESCRIPTION_H
00020 #define AXIS2_DESCRIPTION_H
00021 
00022 #include <axis2_const.h>
00023 #include <axutil_error.h>
00024 #include <axis2_defines.h>
00025 #include <axutil_env.h>
00026 #include <axutil_allocator.h>
00027 #include <axutil_string.h>
00028 #include <axutil_hash.h>
00029 
00030 #ifdef __cplusplus
00031 extern "C"
00032 {
00033 #endif
00034 
00053     /*********************************** Constansts *******************************/
00054 
00058 #define AXIS2_EXECUTION_CHAIN_KEY  "EXECUTION_CHAIN_KEY"
00059 
00063 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00064 
00068 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00069 
00073 #define AXIS2_MODULEREF_KEY  "MODULEREF_KEY"
00074 
00078 #define AXIS2_OP_KEY  "OP_KEY"
00079 
00083 #define AXIS2_CLASSLOADER_KEY  "CLASSLOADER_KEY"
00084 
00088 #define AXIS2_CONTEXTPATH_KEY  "CONTEXTPATH_KEY"
00089 
00093 #define AXIS2_MESSAGE_RECEIVER_KEY  "PROVIDER_KEY"
00094 
00098 #define AXIS2_STYLE_KEY  "STYLE_KEY"
00099 
00103 #define AXIS2_PARAMETER_KEY  "PARAMETER_KEY"
00104 
00108 #define AXIS2_IN_FLOW_KEY  "IN_FLOW_KEY"
00109 
00113 #define AXIS2_OUT_FLOW_KEY  "OUT_FLOW_KEY"
00114 
00118 #define AXIS2_IN_FAULTFLOW_KEY  "IN_FAULTFLOW_KEY"
00119 
00123 #define AXIS2_OUT_FAULTFLOW_KEY  "OUT_FAULTFLOW_KEY"
00124 
00128 #define AXIS2_PHASES_KEY  "PHASES_KEY"
00129 
00133 #define AXIS2_SERVICE_CLASS  "ServiceClass"
00134 
00138 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00139 
00140     /******************************************************************************/
00141 
00144 #ifdef __cplusplus
00145 }
00146 #endif
00147 
00148 #endif                          /* AXIS2_DESCRIPTION_H */

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