Class W3CAddressingJavaGeneratorExtension
- java.lang.Object
-
- com.sun.tools.ws.api.TJavaGeneratorExtension
-
- com.sun.tools.ws.processor.generator.W3CAddressingJavaGeneratorExtension
-
public class W3CAddressingJavaGeneratorExtension extends TJavaGeneratorExtension
This Java Generator extension generates @Action annotation on web methods if an explicit wsam:Action value is specified in the wsdl definitions.- Author:
- Arun Gupta
-
-
Constructor Summary
Constructors Constructor Description W3CAddressingJavaGeneratorExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteMethodAnnotations(TWSDLOperation two, JMethod jMethod)This method should be used to write annotations onJMethod.
-
-
-
Method Detail
-
writeMethodAnnotations
public void writeMethodAnnotations(TWSDLOperation two, JMethod jMethod)
Description copied from class:TJavaGeneratorExtensionThis method should be used to write annotations onJMethod.- Specified by:
writeMethodAnnotationsin classTJavaGeneratorExtension- Parameters:
two- non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod- non-nullJMethod
-
-