com.sun.tools.ws.processor.generator
Class JavaGeneratorExtensionFacade

java.lang.Object
  extended by com.sun.tools.ws.api.TJavaGeneratorExtension
      extended by com.sun.tools.ws.processor.generator.JavaGeneratorExtensionFacade

public final class JavaGeneratorExtensionFacade
extends TJavaGeneratorExtension


Constructor Summary
JavaGeneratorExtensionFacade(TJavaGeneratorExtension... extensions)
           
 
Method Summary
 void writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod)
          This method should be used to write annotations on JMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaGeneratorExtensionFacade

JavaGeneratorExtensionFacade(TJavaGeneratorExtension... extensions)
Method Detail

writeMethodAnnotations

public void writeMethodAnnotations(TWSDLOperation wsdlOperation,
                                   com.sun.codemodel.JMethod jMethod)
Description copied from class: TJavaGeneratorExtension
This method should be used to write annotations on JMethod.

Specified by:
writeMethodAnnotations in class TJavaGeneratorExtension
Parameters:
wsdlOperation - non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.
jMethod - non-null JMethod