Tabnine Logo
WscompileMessages.WSGEN_HELP
Code IndexAdd Tabnine to your IDE (free)

How to use
WSGEN_HELP
method
in
com.sun.tools.ws.resources.WscompileMessages

Best Java code snippets using com.sun.tools.ws.resources.WscompileMessages.WSGEN_HELP (Showing top 4 results out of 315)

origin: com.sun.xml.ws/jaxws-tools

protected void usage(Options options) {
  // Just don't see any point in passing WsgenOptions
  // BadCommandLineException also shouldn't have options
  if (options == null)
    options = this.options;
  if (options instanceof WsgenOptions) {
    System.out.println(WscompileMessages.WSGEN_HELP("WSGEN",
        ((WsgenOptions)options).protocols,
        ((WsgenOptions)options).nonstdProtocols.keySet()));
    System.out.println(WscompileMessages.WSGEN_USAGE_EXTENSIONS());
    System.out.println(WscompileMessages.WSGEN_USAGE_EXAMPLES());
  }
}
origin: org.glassfish.metro/webservices-tools

protected void usage(Options options) {
  // Just don't see any point in passing WsgenOptions
  // BadCommandLineException also shouldn't have options
  if (options == null)
    options = this.options;
  if (options instanceof WsgenOptions) {
    System.out.println(WscompileMessages.WSGEN_HELP("WSGEN",
        ((WsgenOptions)options).protocols,
        ((WsgenOptions)options).nonstdProtocols.keySet()));
    System.out.println(WscompileMessages.WSGEN_USAGE_EXTENSIONS());
    System.out.println(WscompileMessages.WSGEN_USAGE_EXAMPLES());
  }
}
origin: javaee/metro-jax-ws

protected void usage(Options options) {
  // Just don't see any point in passing WsgenOptions
  // BadCommandLineException also shouldn't have options
  if (options == null)
    options = this.options;
  if (options instanceof WsgenOptions) {
    System.out.println(WscompileMessages.WSGEN_HELP("WSGEN",
        ((WsgenOptions)options).protocols,
        ((WsgenOptions)options).nonstdProtocols.keySet()));
    System.out.println(WscompileMessages.WSGEN_USAGE_EXTENSIONS());
    System.out.println(WscompileMessages.WSGEN_USAGE_EXAMPLES());
  }
}
origin: javaee/metro-jax-ws

protected void usage(Options options) {
  // Just don't see any point in passing WsgenOptions
  // BadCommandLineException also shouldn't have options
  if (options == null)
    options = this.options;
  if (options instanceof WsgenOptions) {
    System.out.println(WscompileMessages.WSGEN_HELP("WSGEN",
        ((WsgenOptions)options).protocols,
        ((WsgenOptions)options).nonstdProtocols.keySet()));
    System.out.println(WscompileMessages.WSGEN_USAGE_EXTENSIONS());
    System.out.println(WscompileMessages.WSGEN_USAGE_EXAMPLES());
  }
}
com.sun.tools.ws.resourcesWscompileMessagesWSGEN_HELP

Javadoc

Usage: {0} [options] where [options] include: -classpath specify where to find input class files and wsgen extensions -cp specify where to find input class files and wsgen extensions -d specify where to place generated output files -encoding specify character encoding used by source files -extension allow vendor extensions - functionality not specified by the specification. Use of extensions may result in applications that are not portable or may not interoperate with other implementations -help display help -J pass this option to javac -keep keep generated files -r resource destination directory, specify where to place resouce files such as WSDLs -s specify where to place generated source files -verbose output messages about what the compiler is doing -version print version information -fullversion print full version information -wsdl[:protocol] generate a WSDL file. The protocol is optional. Valid protocols are {1}, the default is soap1.1. The non standard protocols {2} can only be used in conjunction with the -extension option. -inlineSchemas inline schemas in the generated wsdl. Must be used in conjunction with the -wsdl option. -servicename specify the Service name to use in the generated WSDL Used in conjunction with the -wsdl option. -portname specify the Port name to use in the generated WSDL Used in conjunction with the -wsdl option. -x specify External Web Service Metadata xml descriptor

Popular methods of WscompileMessages

  • INVOKER_NEED_ENDORSED
    You are running on JDK6 or newer which comes with JAX-WS {0} API, but this tool requires JAX-WS {1}
  • WRAPPER_TASK_LOADING_INCORRECT_API
    You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
  • WRAPPER_TASK_NEED_ENDORSED
    You are running on JDK6 or newer which comes with JAX-WS {0} API, but this tool requires JAX-WS {1}
  • WSCOMPILE_CANT_GET_COMPILER
    No Java compiler found. Perhaps environment/JDK problem? Used JVM: {0}, {1}/{2}
  • WSCOMPILE_COMPILATION_FAILED
    compilation failed, errors should have been reported
  • WSCOMPILE_ERROR
    error: {0}
  • WSCOMPILE_EXISTING_OPTION
    Ignoring already defined option {0}
  • WSCOMPILE_INVALID_OPTION
    unrecognized parameter {0}
  • WSCOMPILE_MISSING_OPTION_ARGUMENT
    option "{0}" requires an argument
  • WSCOMPILE_NO_SUCH_DIRECTORY
    directory not found: {0}
  • WSCOMPILE_UNSUPPORTED_ENCODING
    unsupported encoding: {0}
  • WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING
    wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
  • WSCOMPILE_UNSUPPORTED_ENCODING,
  • WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING,
  • WSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING,
  • WSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS,
  • WSGEN_CLASS_NOT_FOUND,
  • WSGEN_FULLVERSION,
  • WSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL,
  • WSGEN_INVALID_PROTOCOL,
  • WSGEN_MISSING_FILE

Popular in Java

  • Making http post requests using okhttp
  • getExternalFilesDir (Context)
  • getSupportFragmentManager (FragmentActivity)
  • getResourceAsStream (ClassLoader)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now