Class TJavaGeneratorExtension

java.lang.Object
com.sun.tools.ws.api.TJavaGeneratorExtension
Direct Known Subclasses:
JavaGeneratorExtensionFacade, W3CAddressingJavaGeneratorExtension

@Deprecated 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:
  • Constructor Details

    • TJavaGeneratorExtension

      protected TJavaGeneratorExtension()
      Deprecated.
      Default constructor.
  • Method Details

    • 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