Package com.sun.tools.ws.api
Class TJavaGeneratorExtension
- java.lang.Object
-
- com.sun.tools.ws.api.TJavaGeneratorExtension
-
- Direct Known Subclasses:
JavaGeneratorExtensionFacade,W3CAddressingJavaGeneratorExtension
public abstract class TJavaGeneratorExtension extends Object
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:
JavaGeneratorExtensionFacade
-
-
Constructor Summary
Constructors Constructor Description TJavaGeneratorExtension()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract voidwriteMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod)Deprecated.This method should be used to write annotations onJMethod.
-
-
-
Method Detail
-
writeMethodAnnotations
public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation, 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
-
-