Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Packages that use WSDLOperation Package Description com.sun.xml.ws.api.model.wsdl -
-
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperation Modifier and Type Method Description WSDLOperationWSDLPortType. get(String operationName)Gets theWSDLOperationfor a given operation nameWSDLOperationWSDLBoundOperation. getOperation()Gets the wsdl:portType/wsdl:operation model -WSDLOperation, associated with this binding operation.WSDLOperationWSDLFault. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLInput. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLOutput. getOperation()Gives the owningWSDLOperationMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation Modifier and Type Method Description Iterable<? extends WSDLOperation>WSDLPortType. getOperations()GetsIterable<WSDLOperation>
-