src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
405:cc682329886b 408:b0610cd08440
31 \ -b <path> specify jaxws/jaxb binding files or additional schemas\n\ 31 \ -b <path> specify jaxws/jaxb binding files or additional schemas\n\
32 \ (Each <path> must have its own -b)\n\ 32 \ (Each <path> must have its own -b)\n\
33 \ -B<jaxbOption> Pass this option to JAXB schema compiler\n\ 33 \ -B<jaxbOption> Pass this option to JAXB schema compiler\n\
34 \ -catalog <file> specify catalog file to resolve external entity references\n\ 34 \ -catalog <file> specify catalog file to resolve external entity references\n\
35 \ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\ 35 \ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
36 \ -classpath <path> specify where to find user class files and wsimport extensions\n\
37 \ -cp <path> specify where to find user class files and wsimport extensions\n\
36 \ -d <directory> specify where to place generated output files\n\ 38 \ -d <directory> specify where to place generated output files\n\
37 \ -encoding <encoding> specify character encoding used by source files\n\ 39 \ -encoding <encoding> specify character encoding used by source files\n\
38 \ -extension allow vendor extensions - functionality not specified\n\ 40 \ -extension allow vendor extensions - functionality not specified\n\
39 \ by the specification. Use of extensions may\n\ 41 \ by the specification. Use of extensions may\n\
40 \ result in applications that are not portable or\n\ 42 \ result in applications that are not portable or\n\
41 \ may not interoperate with other implementations\n\ 43 \ may not interoperate with other implementations\n\
42 \ -help display help\n\ 44 \ -help display help\n\
43 \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ 45 \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
44 \ (port defaults to 8080)\n\ 46 \ (port defaults to 8080)\n\
47 \ -J<javacOption> pass this option to javac\n\
45 \ -keep keep generated files\n\ 48 \ -keep keep generated files\n\
46 \ -p <pkg> specifies the target package\n\ 49 \ -p <pkg> specifies the target package\n\
47 \ -quiet suppress wsimport output\n\ 50 \ -quiet suppress wsimport output\n\
48 \ -s <directory> specify where to place generated source files\n\ 51 \ -s <directory> specify where to place generated source files\n\
49 \ -target <version> generate code as per the given JAXWS spec version\n\ 52 \ -target <version> generate code as per the given JAXWS spec version\n\
51 \ e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\ 54 \ e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
52 \ -verbose output messages about what the compiler is doing\n\ 55 \ -verbose output messages about what the compiler is doing\n\
53 \ -version print version information\n\ 56 \ -version print version information\n\
54 \ -fullversion print full version information\n\ 57 \ -fullversion print full version information\n\
55 \ -wsdllocation <location> @WebServiceClient.wsdlLocation value\n\ 58 \ -wsdllocation <location> @WebServiceClient.wsdlLocation value\n\
56 \ -clientjar <jarfile> Creates the jar file of the generated artifacts along with the\n\ 59 \ -clientjar <jarfile> creates the jar file of the generated artifacts along with the\n\
57 \ WSDL metadata required for invoking the web service.\n\ 60 \ WSDL metadata required for invoking the web service.\n\
58 \ -generateJWS generate stubbed JWS implementation file\n\ 61 \ -generateJWS generate stubbed JWS implementation file\n\
59 \ -implDestDir <directory> specify where to generate JWS implementation file\n\ 62 \ -implDestDir <directory> specify where to generate JWS implementation file\n\
60 \ -implServiceName <name> local portion of service name for generated JWS implementation\n\ 63 \ -implServiceName <name> local portion of service name for generated JWS implementation\n\
61 \ -implPortName <name> local portion of port name for generated JWS implementation 64 \ -implPortName <name> local portion of port name for generated JWS implementation
89 wsgen.usage=Usage: {0} [options] <SEI>\n\n\ 92 wsgen.usage=Usage: {0} [options] <SEI>\n\n\
90 Use "wsgen -help" for a detailed description of options. 93 Use "wsgen -help" for a detailed description of options.
91 94
92 wsgen.help=\nUsage: {0} [options] <SEI>\n\n\ 95 wsgen.help=\nUsage: {0} [options] <SEI>\n\n\
93 \where [options] include:\n\ 96 \where [options] include:\n\
94 \ -classpath <path> specify where to find input class files\n\ 97 \ -classpath <path> specify where to find input class files and wsgen extensions\n\
95 \ -cp <path> same as -classpath <path>\n\ 98 \ -cp <path> specify where to find input class files and wsgen extensions\n\
96 \ -d <directory> specify where to place generated output files\n\ 99 \ -d <directory> specify where to place generated output files\n\
97 \ -encoding <encoding> specify character encoding used by source files\n\ 100 \ -encoding <encoding> specify character encoding used by source files\n\
98 \ -extension allow vendor extensions - functionality not specified\n\ 101 \ -extension allow vendor extensions - functionality not specified\n\
99 \ by the specification. Use of extensions may\n\ 102 \ by the specification. Use of extensions may\n\
100 \ result in applications that are not portable or\n\ 103 \ result in applications that are not portable or\n\
101 \ may not interoperate with other implementations\n\ 104 \ may not interoperate with other implementations\n\
102 \ -help display help\n\ 105 \ -help display help\n\
106 \ -J<javacOption> pass this option to javac\n\
103 \ -keep keep generated files\n\ 107 \ -keep keep generated files\n\
104 \ -r <directory> resource destination directory, specify where to\n\ 108 \ -r <directory> resource destination directory, specify where to\n\
105 \ place resouce files such as WSDLs\n\ 109 \ place resouce files such as WSDLs\n\
106 \ -s <directory> specify where to place generated source files\n\ 110 \ -s <directory> specify where to place generated source files\n\
107 \ -verbose output messages about what the compiler is doing\n\ 111 \ -verbose output messages about what the compiler is doing\n\
108 \ -version print version information\n\ 112 \ -version print version information\n\
109 \ -fullversion print full version information\n\ 113 \ -fullversion print full version information\n\
110 \ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\ 114 \ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\
111 \ Valid protocols are {1},\n\ 115 \ Valid protocols are {1},\n\
112 \ the default is soap1.1.\n\ 116 \ the default is soap1.1.\n\
113 \ The non stanadard protocols {2}\n\ 117 \ The non standard protocols {2}\n\
114 \ can only be used in conjunction with the\n\ 118 \ can only be used in conjunction with the\n\
115 \ -extension option.\n\ 119 \ -extension option.\n\
116 \ -inlineSchemas inline schemas in the generated wsdl. Must be\n\ 120 \ -inlineSchemas inline schemas in the generated wsdl. Must be\n\
117 \ used in conjunction with the -wsdl option.\n\ 121 \ used in conjunction with the -wsdl option.\n\
118 \ -servicename <name> specify the Service name to use in the generated WSDL\n\ 122 \ -servicename <name> specify the Service name to use in the generated WSDL\n\
119 \ Used in conjunction with the -wsdl option.\n\ 123 \ Used in conjunction with the -wsdl option.\n\
120 \ -portname <name> specify the Port name to use in the generated WSDL\n\ 124 \ -portname <name> specify the Port name to use in the generated WSDL\n\
121 \ Used in conjunction with the -wsdl option. 125 \ Used in conjunction with the -wsdl option.\n\
122 126 \ -x <file> specify External Web Service Metadata xml descriptor
127
128 wsgen.usage.extensions=\n\
129 \Extensions:\n\
130 \ -Xnocompile do not compile generated Java files
123 131
124 wsgen.usage.examples=\n\ 132 wsgen.usage.examples=\n\
125 \Examples:\n\ 133 \Examples:\n\
126 \ wsgen -cp . example.Stock\n\ 134 \ wsgen -cp . example.Stock\n\
127 \ wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\ 135 \ wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\
149 157
150 # 158 #
151 # Generic Messages 159 # Generic Messages
152 # 160 #
153 wscompile.invalidOption=unrecognized parameter {0} 161 wscompile.invalidOption=unrecognized parameter {0}
162 wscompile.existingOption=Ignoring already defined option {0}\n
154 wsimport.noSuchJaxbOption=no such JAXB option: {0} 163 wsimport.noSuchJaxbOption=no such JAXB option: {0}
155 164
156 wscompile.error=error: {0} 165 wscompile.error=error: {0}
157 wscompile.warning=warning: {0} 166 wscompile.warning=warning: {0}
158 wscompile.info=info: {0} 167 wscompile.info=info: {0}

mercurial