com.sun.tools.ws.api
Class TJavaGeneratorExtension

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

public abstract class TJavaGeneratorExtension
extends Object

Provides Java SEI Code generation Extensiblity mechanism.

See Also:
JavaGeneratorExtensionFacade

Constructor Summary
TJavaGeneratorExtension()
           
 
Method Summary
abstract  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

TJavaGeneratorExtension

public TJavaGeneratorExtension()
Method Detail

writeMethodAnnotations

public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation,
                                            com.sun.codemodel.JMethod jMethod)
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