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(javax.xml.namespace.QName operationName)
           
 WSDLBoundOperationImpl WSDLBoundPortTypeImpl.getOperation(java.lang.String namespaceUri, java.lang.String localName)
           
 

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

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperationImpl
 void WSDLBoundPortTypeImpl.put(javax.xml.namespace.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, java.lang.String name, WSDLBoundOperationImpl owner)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.