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, com.sun.codemodel.JMethod jMethod) Deprecated.This method should be used to write annotations onJMethod.
-
Constructor Details
-
TJavaGeneratorExtension
public TJavaGeneratorExtension()Deprecated.
-
-
Method Details
-
writeMethodAnnotations
public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod) Deprecated.This method should be used to write annotations onJMethod.- Parameters:
wsdlOperation- non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod- non-nullJMethod
-