Uses of Class
com.sun.tools.ws.processor.model.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Operation -
Uses of Operation in com.sun.tools.ws.processor.model
Subclasses of Operation in com.sun.tools.ws.processor.modelMethods in com.sun.tools.ws.processor.model that return OperationModifier and TypeMethodDescriptionAsyncOperation.getNormalOperation()Port.getOperationByUniqueName(String name) Methods in com.sun.tools.ws.processor.model that return types with arguments of type OperationMethods in com.sun.tools.ws.processor.model with parameters of type OperationModifier and TypeMethodDescriptionvoidPort.addOperation(Operation operation) protected voidprotected voidvoidAsyncOperation.setNormalOperation(Operation operation) voidMethod parameters in com.sun.tools.ws.processor.model with type arguments of type OperationConstructors in com.sun.tools.ws.processor.model with parameters of type Operation -
Uses of Operation in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as OperationMethods in com.sun.tools.ws.processor.modeler.wsdl that return OperationModifier and TypeMethodDescriptionprotected OperationWSDLModeler.processLiteralSOAPOperation(WSDLModeler.StyleAndUse styleAndUse) protected OperationWSDLModeler.processSOAPOperation()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type OperationModifier and TypeMethodDescriptionprotected voidWSDLModeler.createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf) protected StringWSDLModeler.getAsyncOperationName(Operation operation) protected StringWSDLModeler.getJavaNameForOperation(Operation operation)