w2c_cmdline_option_consts.h

Go to the documentation of this file.
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 W2C_CMDLINE_OPTION_CONSTS_H
00019 #define W2C_CMDLINE_OPTION_CONSTS_H
00020 
00026 #include <stdio.h>
00027 #include <axis2_utils.h>
00028 
00029 #ifdef __cplusplus
00030 extern "C"
00031 {
00032 #endif
00033 
00040 /* short option constants*/
00041 #define W2C_CMDLINE_OPTION_CONSTS_WSDL_LOCATION_URI "uri"
00042 #define W2C_CMDLINE_OPTION_CONSTS_OUTPUT_LOCATION "o"
00043 #define W2C_CMDLINE_OPTION_CONSTS_SERVER_SIDE_CODE "ss"
00044 #define W2C_CMDLINE_OPTION_CONSTS_SERVICE_DESCRIPTION "sd"
00045 #define W2C_CMDLINE_OPTION_CONSTS_ASYNC_ONLY "a"
00046 #define W2C_CMDLINE_OPTION_CONSTS_SYNC_ONLY "s"
00047 #define W2C_CMDLINE_OPTION_CONSTS_PACKAGE "p"
00048 #define W2C_CMDLINE_OPTION_CONSTS_STUB_LANGUAGE "l"
00049 #define W2C_CMDLINE_OPTION_CONSTS_GENERATE_TEST_CASE "t"
00050 #define W2C_CMDLINE_OPTION_CONSTS_DATA_BINDING_TYPE "d"
00051 #define W2C_CMDLINE_OPTION_CONSTS_PACK_CLASSES "pk"
00052 #define W2C_CMDLINE_OPTION_CONSTS_GENERATE_ALL "g"
00053 #define W2C_CMDLINE_OPTION_CONSTS_PORT_NAME "pn"
00054 #define W2C_CMDLINE_OPTION_CONSTS_SERVICE_NAME "sn"
00055 #define W2C_CMDLINE_OPTION_CONSTS_REPOSITORY_PATH "r"
00056 #define W2C_CMDLINE_OPTION_CONSTS_NAME_SPACE_TO_PACKAGE "ns2p"
00057 #define W2C_CMDLINE_OPTION_CONSTS_SERVER_SIDE_INTERFACE "ssi"
00058 #define W2C_CMDLINE_OPTION_CONSTS_EXTERNAL_MAPPING "em"
00059 #define W2C_CMDLINE_OPTION_CONSTS_WSDL_VERSION "wv"
00060 #define W2C_CMDLINE_OPTION_CONSTS_FLATTEN_FILES "f"
00061 #define W2C_CMDLINE_OPTION_CONSTS_CONVERT_NAMES "cn"
00062 #define W2C_CMDLINE_OPTION_CONSTS_INDENT_CODE "id"
00063 
00064 /* long option constants */
00065 #define W2C_CMDLINE_OPTION_CONSTS_LONG_OUTPUT_LOCATION "output"
00066 #define W2C_CMDLINE_OPTION_CONSTS_LONG_SERVER_SIDE_CODE "server-side"
00067 #define W2C_CMDLINE_OPTION_CONSTS_LONG_SERVICE_DESCRIPTION "service-description"
00068 #define W2C_CMDLINE_OPTION_CONSTS_LONG_ASYNC_ONLY "async"
00069 #define W2C_CMDLINE_OPTION_CONSTS_LONG_SYNC_ONLY "sync"
00070 #define W2C_CMDLINE_OPTION_CONSTS_LONG_PACKAGE "package"
00071 #define W2C_CMDLINE_OPTION_CONSTS_LONG_STUB_LANGUAGE "language"
00072 #define W2C_CMDLINE_OPTION_CONSTS_LONG_GENERATE_TEST_CASE "test-case"
00073 #define W2C_CMDLINE_OPTION_CONSTS_LONG_DATA_BINDING_TYPE "databinding-method"
00074 #define W2C_CMDLINE_OPTION_CONSTS_LONG_PACK_CLASSES "pack-classes"
00075 #define W2C_CMDLINE_OPTION_CONSTS_LONG_GENERATE_ALL "generate-all"
00076 #define W2C_CMDLINE_OPTION_CONSTS_LONG_PORT_NAME "port-name"
00077 #define W2C_CMDLINE_OPTION_CONSTS_LONG_SERVICE_NAME "service-name"
00078 #define W2C_CMDLINE_OPTION_CONSTS_LONG_REPOSITORY_PATH "repository-path"
00079 #define W2C_CMDLINE_OPTION_CONSTS_LONG_NAME_SPACE_TO_PACKAGE "namespace2package"
00080 #define W2C_CMDLINE_OPTION_CONSTS_LONG_SERVER_SIDE_INTERFACE "serverside-interface"
00081 #define W2C_CMDLINE_OPTION_CONSTS_LONG_EXTERNAL_MAPPING "external-mapping"
00082 #define W2C_CMDLINE_OPTION_CONSTS_LONG_WSDL_VERSION "wsdl-version"
00083 #define W2C_CMDLINE_OPTION_CONSTS_LONG_FLATTEN_FILES "flatten-files"
00084 #define W2C_CMDLINE_OPTION_CONSTS_LONG_CONVERT_NAMES "convert-names"
00085 #define W2C_CMDLINE_OPTION_CONSTS_LONG_INDENT_CODE "indent-code"
00086 
00087 #define W2C_CMDLINE_OPTION_CONSTS_INVALID "INVALID_OPTION"
00088 #define W2C_CMDLINE_OPTION_CONSTS_EXTRA_OPTIONTYPE_PREFIX  "E"
00089 
00090 #define W2C_CMDLINE_OPTION_CONSTS_WSDL_VERSION_2  "2.0"
00091 #define W2C_CMDLINE_OPTION_CONSTS_WSDL_VERSION_2_OPTIONAL  "2"
00092 #define W2C_CMDLINE_OPTION_CONSTS_WSDL_VERSION_1  "1.1"
00093 
00096 #ifdef __cplusplus
00097 }
00098 #endif
00099 
00100 #endif /* W2C_CMDLINE_OPTION_CONSTS_H */

Generated on Wed Dec 20 20:34:50 2006 for Axis2/C by  doxygen 1.5.1