com.sun.tools.ws.api
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
WsgenExtension
s 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsgenExtension
public WsgenExtension()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.