axis2_const.h

00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef AXIS2_CONST_H
00018 #define AXIS2_CONST_H
00019 
00025 #include <axis2_env.h>
00026 #include <axis2_utils.h>
00027 
00028 #ifdef __cplusplus
00029 extern "C"
00030 {
00031 #endif
00032 
00033 
00052 /******************************************************************************/
00053 /********************Axis2 specific constants**********************************/
00054 /******************************************************************************/
00055 
00056 
00060 #define AXIOM_SOAP_STYLE_RPC_ENCODED 1000
00061 
00065 /*#define AXIOM_SOAP_STYLE_RPC_LITERAL 1001 */
00066 
00070 #define AXIOM_SOAP_STYLE_DOC_LITERAL_WRAPPED 1002
00071 
00072 #define AXIS2_SCOPE "scope"
00073 
00077 #define AXIS2_APPLICATION_SCOPE "application"
00078 
00082 #define AXIS2_SESSION_SCOPE "session"
00083 
00087 #define AXIS2_MESSAGE_SCOPE "message"
00088 
00092 #define AXIS2_PHASE_SERVICE "service"
00093 
00097 #define AXIS2_PHASE_TRANSPORT "transport"
00098 
00102 #define AXIS2_PHASE_GLOBAL "global"
00103 
00107 #define AXIS2_SESSION_CONTEXT_PROPERTY "SessionContext"
00108 
00112 #define AXIS2_TRANSPORT_TCP "tcp"
00113 
00117 #define AXIS2_TRANSPORT_HTTP "http"
00118 
00119 
00120 
00121 #define AXIS2_TRANSPORT_MAIL "mail"
00122 
00123 #define AXIS2_TRANSPORT_JMS "jms"
00124 
00125 #define AXIS2_TRANSPORT_LOCAL "local"
00126 
00130 #define AXIS2_REQUEST_URL_PREFIX "/services"
00131 
00132 #define AXIS2_LISTSERVICES "listServices"
00133 
00134 #define AXIS2_LIST_SERVICE_FOR_MODULE_ENGAMNET "listop"
00135 
00136 
00140 #define AXIS2_ADMIN_LISTSERVICES "listService"
00141 
00142 #define AXIS2_LIST_MODULES "listModules"
00143 
00144 #define AXIS2_LIST_GLOABLLY_ENGAGED_MODULES "globalModules"
00145 
00146 #define AXIS2_LIST_PHASES "listPhases"
00147 
00148 #define AXIS2_ENGAGE_GLOBAL_MODULE "engagingglobally"
00149 #define AXIS2_ENGAGE_MODULE_TO_SERVICE "engageToService"
00150 
00151 #define AXIS2_ENGAGE_MODULE_TO_SERVICE_GROUP "engageToServiceGroup"
00152 
00153 #define AXIS2_ADMIN_LOGIN "adminlogin"
00154 
00155 #define AXIS2_LIST_CONTEXTS "listContexts"
00156 #define AXIS2_LOGOUT "logout"
00157 
00158 #define AXIS2_VIEW_GLOBAL_HANDLERS "viewGlobalHandlers"
00159 #define AXIS2_SELECT_SERVICE "selectService"
00160 #define AXIS2_EDIR_SERVICE_PARA "editServicepara"
00161 #define AXIS2_SELECT_SERVICE_FOR_PARA_EDIT "selectServiceParaEdit"
00162 #define AXIS2_VIEW_SERVICE_HANDLERS "viewServiceHandlers"
00163 #define AXIS2_LIST_SERVIC_GROUPS "listServciceGroups"
00164 
00168 #define AXIS2_SERVICE_MAP "servicemap"
00169 #define AXIS2_SERVICE_GROUP_MAP "serviceGroupmap"
00170 
00171 #define AXIS2_CONFIG_CONTEXT "config_context"
00172 
00173 #define AXIS2_SERVICE "service"
00174 
00175 #define AXIS2_OPEARTION_MAP "opmap"
00176 
00179 #define AXIS2_MODULE_MAP "modulemap"
00180 
00181 #define AXIS2_SELECT_SERVICE_TYPE "SELECT_SERVICE_TYPE"
00182 
00183 #define AXIS2_GLOBAL_HANDLERS "axisconfig"
00184 #define AXIS2_SERVICE_HANDLERS "serviceHandlers"
00185 
00186 #define AXIS2_PHASE_LIST "phaseList"
00187 
00188 #define AXIS2_LIST_OPS_FOR_THE_SERVICE "listOperations"
00189 
00190 #define AXIS2_REMOVE_SERVICE "removeService"
00191 
00192 #define AXIS2_ENGAGE_STATUS "engagestatus"
00193 
00197 #define AXIS2_ERROR_SERVICE_MAP "errprservicemap"
00198 #define AXIS2_ERROR_MODULE_MAP "errormodulesmap"
00199 
00200 #define AXIS2_IS_FAULTY "Fault"
00201 
00202 #define AXIS2_MODULE_ADDRESSING "addressing"
00203 
00204 #define AXIS2_USER_NAME "userName"
00205 #define AXIS2_PASSWORD "password"
00206 
00210 #define AXIS2_SINGLE_SERVICE "singleservice"
00211 #define AXIS2_WSDL_CONTENT "wsdl"
00212 
00216 /* static const char METHOD_NAME_ESCAPE_CHARACTOR '?' */
00217 
00218 #define AXIS2_LOGGED "Logged"
00219 
00220 
00221 /* static const char SERVICE_NAME_SPLIT_CHAR':' */
00222 
00223 
00224 /*********************Configuration *******************************************/
00225 
00226 #define AXIS2_ENABLE_REST "enableREST"
00227 #define AXIS2_ENABLE_REST_THROUGH_GET "restThroughGet"
00228 /* globally enable MTOM */
00229 #define AXIS2_ENABLE_MTOM "enableMTOM"
00230 #define AXIS2_ATTACHMENT_TEMP_DIR "attachmentDIR"
00231 #define AXIS2_CACHE_ATTACHMENTS "cacheAttachments"
00232 #define AXIS2_FILE_SIZE_THRESHOLD "sizeThreshold"
00233 
00234 /******************************************************************************/
00235 
00236 #define AXIS2_VALUE_TRUE "true"
00237 #define AXIS2_VALUE_FALSE "false"
00238 #define AXIS2_CONTAINER_MANAGED "ContainerManaged"
00239 #define AXIS2_RESPONSE_WRITTEN "CONTENT_WRITTEN"
00240 
00241 #define AXIS2_TESTING_PATH "target/test-resources/"
00242 
00243 #define AXIS2_TESTING_REPOSITORY "target/test-resources/samples"
00244 
00245 
00246 /*************************** REST_WITH_GET ************************************/
00247 
00248 #define AXIS2_GET_PARAMETER_OP "op"
00249 #define AXIS2_GET_PARAMETER_URL "http://ws.apache.org/goGetWithREST"
00250 
00251 /******************************************************************************/
00252 
00253 
00254 #define AXIS2_NAMESPACE_PREFIX "axis2"
00255 #define AXIS2_NAMESPACE_URI "http://ws.apache.org/namespaces/axis2"
00256 
00257 #define AXIS2_SVC_GRP_ID "ServiceGroupId"    
00258 
00259 
00260 
00261 #ifdef __cplusplus
00262 }
00263 #endif
00264 
00265 #endif /* AXIS2_CONST_H */

Generated on Tue Oct 3 18:21:09 2006 for Axis2/C by  doxygen 1.4.7