com.sun.tools.ws.api
Class TJavaGeneratorExtension
java.lang.Object
com.sun.tools.ws.api.TJavaGeneratorExtension
- Direct Known Subclasses:
- JavaGeneratorExtensionFacade, W3CAddressingJavaGeneratorExtension
Deprecated. This class is deprecated, will be removed in JAX-WS 2.2 RI.
public abstract class TJavaGeneratorExtension
- extends Object
Provides Java SEI Code generation Extensiblity mechanism.
- Author:
- Vivek Pandey
- See Also:
JavaGeneratorExtensionFacade
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TJavaGeneratorExtension
public TJavaGeneratorExtension()
- Deprecated.
writeMethodAnnotations
public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation,
JMethod jMethod)
- Deprecated.
- This method should be used to write annotations on
JMethod.
- Parameters:
wsdlOperation - non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod - non-null JMethod
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.