Uses of Interface
com.sun.xml.ws.wsdl.writer.document.Operation
-
Packages that use Operation Package Description com.sun.xml.ws.wsdl.writer com.sun.xml.ws.wsdl.writer.document -
-
Uses of Operation in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type Operation Modifier and Type Method Description protected 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 Modifier and Type Method Description OperationOperation. name(String value)OperationPortType. operation()OperationOperation. parameterOrder(String value)
-