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_PHASE_META_H 00020 #define AXIS2_PHASE_META_H 00021 00033 #include <axis2_defines.h> 00034 00035 #ifdef __cplusplus 00036 extern "C" 00037 { 00038 #endif 00039 00042 /*#define AXIS2_IN_FLOW 1*/ 00043 00046 /*#define AXIS2_OUT_FLOW 2*/ 00047 00050 /*#define AXIS2_FAULT_IN_FLOW 3*/ 00051 00054 /*#define AXIS2_FAULT_OUT_FLOW 4*/ 00055 00057 #define AXIS2_PHASE_TRANSPORT_IN "Transport" 00058 00060 #define AXIS2_PHASE_PRE_DISPATCH "PreDispatch" 00061 00063 #define AXIS2_PHASE_DISPATCH "Dispatch" 00064 00066 #define AXIS2_PHASE_POST_DISPATCH "PostDispatch" 00067 00069 #define AXIS2_PHASE_POLICY_DETERMINATION "PolicyDetermination" 00070 00072 #define AXIS2_PHASE_MESSAGE_PROCESSING "MessageProcessing" 00073 00075 #define AXIS2_PHASE_MESSAGE_OUT "MessageOut" 00076 00081 #define AXIS2_TRANSPORT_PHASE "TRANSPORT" 00082 00085 #ifdef __cplusplus 00086 } 00087 #endif 00088 00089 #endif /* AXIS2_PHASE_META_H */