Class WsgenExtension

java.lang.Object
com.sun.tools.ws.api.WsgenExtension

public abstract class WsgenExtension extends Object
Allows to customize wsgen behaviour using this extension. The extension implementations are found using service discovery mechanism i.e. JAX-WS tooltime locates WsgenExtensions through the META-INF/services/com.sun.tools.internal.ws.api.WsgenExtension files.

WsgenProtocol annotation can be specified on the extensions to extend -wsdl[:protocol] behaviour.

Since:
JAX-WS RI 2.1.6
Author:
Jitendra Kotamraju
See Also:
  • Constructor Details

    • WsgenExtension

      protected WsgenExtension()
      Default constructor.