Uses of Class
com.sun.xml.ws.model.wsdl.WSDLBoundOperationImpl

Packages that use WSDLBoundOperationImpl
com.sun.xml.ws.model.wsdl   
 

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundOperationImpl
 WSDLBoundOperationImpl WSDLBoundPortTypeImpl.get(QName operationName)
           
 WSDLBoundOperationImpl WSDLBoundPortTypeImpl.getOperation(String namespaceUri, String localName)
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLBoundOperationImpl
 Iterable<WSDLBoundOperationImpl> WSDLBoundPortTypeImpl.getBindingOperations()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperationImpl
(package private)  void WSDLBoundFaultImpl.freeze(WSDLBoundOperationImpl root)
           
 void WSDLBoundPortTypeImpl.put(QName opName, WSDLBoundOperationImpl ptOp)
          Populates the Map that holds operation name as key and WSDLBoundOperation as the value.
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperationImpl
WSDLBoundFaultImpl(javax.xml.stream.XMLStreamReader xsr, String name, WSDLBoundOperationImpl owner)