Package 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.
Provides Java SEI Code generation Extensiblity mechanism.
- Author:
- Vivek Pandey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidwriteMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod) Deprecated.This method should be used to write annotations onJMethod.
-
Constructor Details
-
TJavaGeneratorExtension
public TJavaGeneratorExtension()Deprecated.
-
-
Method Details