Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation

Packages that use WSDLOperation
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
 WSDLOperation WSDLPortType.get(String operationName)
          Gets the WSDLOperation for a given operation name
 WSDLOperation WSDLOutput.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLInput.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLFault.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLBoundOperation.getOperation()
          Gets the wsdl:portType/wsdl:operation model - WSDLOperation, associated with this binding operation.
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation
 Iterable<? extends WSDLOperation> WSDLPortType.getOperations()
          Gets Iterable<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
 interface EditableWSDLOperation
           
 

Uses of WSDLOperation in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation
 class WSDLOperationImpl
          Implementaiton of WSDLOperation
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.