com.sun.tools.ws.api
Class WsgenExtension

java.lang.Object
  extended by 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.ws.api.WsgenExtension files. WsgenProtocol annotation can be specified on the extensions to extend -wsdl[:protocol] behaviour.

Since:
JAX-WS RI 2.1.6
See Also:
WsgenProtocol

Constructor Summary
WsgenExtension()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsgenExtension

public WsgenExtension()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.