Uses of Interface
com.sun.tools.ws.api.wsdl.TWSDLOperation

Packages that use TWSDLOperation
com.sun.tools.ws.api   
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.wsdl.document   
 

Uses of TWSDLOperation in com.sun.tools.ws.api
 

Methods in com.sun.tools.ws.api with parameters of type TWSDLOperation
abstract  void TJavaGeneratorExtension.writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod)
          This method should be used to write annotations on JMethod.
 

Uses of TWSDLOperation in com.sun.tools.ws.processor.generator
 

Methods in com.sun.tools.ws.processor.generator with parameters of type TWSDLOperation
 void W3CAddressingJavaGeneratorExtension.writeMethodAnnotations(TWSDLOperation two, com.sun.codemodel.JMethod jMethod)
           
 void JavaGeneratorExtensionFacade.writeMethodAnnotations(TWSDLOperation wsdlOperation, com.sun.codemodel.JMethod jMethod)
           
 

Uses of TWSDLOperation in com.sun.tools.ws.wsdl.document
 

Classes in com.sun.tools.ws.wsdl.document that implement TWSDLOperation
 class Operation
          Entity corresponding to the "operation" child element of a "portType" WSDL element.