public abstract class TJavaGeneratorExtension extends Object
JavaGeneratorExtensionFacade
Constructor and Description |
---|
TJavaGeneratorExtension()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
writeMethodAnnotations(TWSDLOperation wsdlOperation,
com.sun.codemodel.JMethod jMethod)
Deprecated.
This method should be used to write annotations on
JMethod . |
public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod)
JMethod
.wsdlOperation
- non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod
- non-null JMethod
Copyright © 2019 Oracle Corporation. All rights reserved.