com.sun.tools.ws.processor.generator
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
W3CAddressingJavaGeneratorExtension
public W3CAddressingJavaGeneratorExtension()
writeMethodAnnotations
public void writeMethodAnnotations(TWSDLOperation two,
JMethod jMethod)
- Description copied from class:
TJavaGeneratorExtension
- This method should be used to write annotations on
JMethod.
- Specified by:
writeMethodAnnotations in class TJavaGeneratorExtension
- Parameters:
two - non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod - non-null JMethod
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.