Uses of Interface
com.sun.tools.ws.api.wsdl.TWSDLOperation
-
Packages that use TWSDLOperation Package Description 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 Modifier and Type Method Description abstract voidTJavaGeneratorExtension. writeMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod)Deprecated.This method should be used to write annotations onJMethod. -
Uses of TWSDLOperation in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type TWSDLOperation Modifier and Type Method Description voidJavaGeneratorExtensionFacade. writeMethodAnnotations(TWSDLOperation wsdlOperation, JMethod jMethod)voidW3CAddressingJavaGeneratorExtension. writeMethodAnnotations(TWSDLOperation two, JMethod jMethod) -
Uses of TWSDLOperation in com.sun.tools.ws.wsdl.document
Classes in com.sun.tools.ws.wsdl.document that implement TWSDLOperation Modifier and Type Class Description classOperationEntity corresponding to the "operation" child element of a "portType" WSDL element.
-