Annotation Type WsgenProtocol


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WsgenProtocol
Allows to extend protocol for wsgen's wsdl[:protocol] switch. This annotation must be specified on WsgenExtension implementations.
Since:
JAX-WS RI 2.1.6
Author:
Jitendra Kotamraju
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The corresponding lexical string used to create BindingID
    Token for wsgen -wsdl[:protocol]
  • Element Details

    • token

      String token
      Token for wsgen -wsdl[:protocol]
      Returns:
      Token for wsgen -wsdl[:protocol]
    • lexical

      String lexical
      The corresponding lexical string used to create BindingID
      Returns:
      lexical string used to create BindingID