public final class JavaGeneratorExtensionFacade extends TJavaGeneratorExtension
| Constructor and Description |
|---|
JavaGeneratorExtensionFacade(TJavaGeneratorExtension... extensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeMethodAnnotations(TWSDLOperation wsdlOperation,
com.sun.codemodel.JMethod jMethod)
This method should be used to write annotations on
JMethod. |
JavaGeneratorExtensionFacade(TJavaGeneratorExtension... extensions)
public void writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod)
TJavaGeneratorExtensionJMethod.writeMethodAnnotations in class TJavaGeneratorExtensionwsdlOperation - non-null wsdl extensiblity element - wsdl:portType/wsdl:operation.jMethod - non-null JMethodCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.