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

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

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLOperationImpl
 WSDLOperationImpl WSDLPortTypeImpl.get(String operationName)
           
 WSDLOperationImpl WSDLBoundOperationImpl.getOperation()
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLOperationImpl
 Iterable<WSDLOperationImpl> WSDLPortTypeImpl.getOperations()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLOperationImpl
 void WSDLPortTypeImpl.put(String opName, WSDLOperationImpl ptOp)
          Populates the Map that holds operation name as key and WSDLOperation as the value.
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLOperationImpl
WSDLFaultImpl(javax.xml.stream.XMLStreamReader xsr, String name, QName messageName, WSDLOperationImpl operation)
           
WSDLInputImpl(javax.xml.stream.XMLStreamReader xsr, String name, QName messageName, WSDLOperationImpl operation)
           
WSDLOutputImpl(javax.xml.stream.XMLStreamReader xsr, String name, QName messageName, WSDLOperationImpl operation)