com.sun.tools.ws.api
Class TJavaGeneratorExtension
java.lang.Object
com.sun.tools.ws.api.TJavaGeneratorExtension
- Direct Known Subclasses:
- JavaGeneratorExtensionFacade, W3CAddressingJavaGeneratorExtension
Deprecated. This class is deprecated, will be removed in JAX-WS 2.2 RI.
public abstract class TJavaGeneratorExtension
- extends Object
Provides Java SEI Code generation Extensiblity mechanism.
- See Also:
JavaGeneratorExtensionFacade
Method Summary |
abstract void |
writeMethodAnnotations(TWSDLOperation wsdlOperation,
com.sun.codemodel.JMethod jMethod)
Deprecated. 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 |
TJavaGeneratorExtension
public TJavaGeneratorExtension()
- Deprecated.
writeMethodAnnotations
public abstract void writeMethodAnnotations(TWSDLOperation wsdlOperation,
com.sun.codemodel.JMethod jMethod)
- Deprecated.
- 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
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.