Uses of Interface
com.sun.xml.ws.wsdl.writer.document.Operation
Packages that use Operation
-
Uses of Operation in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type OperationModifier and TypeMethodDescriptionprotected voidWSDLGenerator.generateDocumentParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator.generateInputMessage(Operation operation, JavaMethodImpl method) protected voidWSDLGenerator.generateOutputMessage(Operation operation, JavaMethodImpl method) protected voidWSDLGenerator.generateParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator.generateRpcParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operation -
Uses of Operation in com.sun.xml.ws.wsdl.writer.document
Methods in com.sun.xml.ws.wsdl.writer.document that return Operation