Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Packages that use WSDLOperation Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.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()GetsIterable7lt;WSDLOperation> -
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLOperation -
Uses of WSDLOperation in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation Modifier and Type Class Description classWSDLOperationImplImplementaiton ofWSDLOperation
-