w2c_cmdline_option_consts.h

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

Generated on Tue Oct 3 22:35:48 2006 for Axis2/C by  doxygen 1.4.7