axis2_description.h

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_DESCRIPTION_H
00019 #define AXIS2_DESCRIPTION_H
00020 
00026 #include <axis2_const.h>
00027 #include <axutil_error.h>
00028 #include <axis2_defines.h>
00029 #include <axutil_env.h>
00030 #include <axutil_allocator.h>
00031 #include <axutil_string.h>
00032 #include <axutil_hash.h>
00033 
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif
00038 
00046 /*********************************** Constansts********************************/
00047 
00051 #define AXIS2_EXECUTION_CHAIN_KEY  "EXECUTION_CHAIN_KEY"
00052 
00056 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00057 
00061 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00062 
00066 #define AXIS2_MODULEREF_KEY  "MODULEREF_KEY"
00067 
00071 #define AXIS2_OP_KEY  "OP_KEY"
00072 
00076 #define AXIS2_CLASSLOADER_KEY  "CLASSLOADER_KEY"
00077 
00081 #define AXIS2_CONTEXTPATH_KEY  "CONTEXTPATH_KEY"
00082 
00086 #define AXIS2_MESSAGE_RECEIVER_KEY  "PROVIDER_KEY"
00087 
00091 #define AXIS2_STYLE_KEY  "STYLE_KEY"
00092 
00096 #define AXIS2_PARAMETER_KEY  "PARAMETER_KEY"
00097 
00101 #define AXIS2_IN_FLOW_KEY  "IN_FLOW_KEY"
00102 
00106 #define AXIS2_OUT_FLOW_KEY  "OUT_FLOW_KEY"
00107 
00111 #define AXIS2_IN_FAULTFLOW_KEY  "IN_FAULTFLOW_KEY"
00112 
00116 #define AXIS2_OUT_FAULTFLOW_KEY  "OUT_FAULTFLOW_KEY"
00117 
00121 #define AXIS2_PHASES_KEY  "PHASES_KEY"
00122 
00126 #define AXIS2_SERVICE_CLASS  "ServiceClass"
00127 
00131 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00132 
00133 
00134 /*********************************** Constants*********************************/
00135 
00136 
00137 #ifdef __cplusplus
00138 }
00139 #endif
00140 
00141 #endif /* AXIS2_DESCRIPTION_H */

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