Searched refs:getMatchingPort (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLServiceImpl.java83 WSDLPortImpl getMatchingPort(QName portTypeName){ method in class:WSDLServiceImpl
H A DWSDLModelImpl.java156 public WSDLPortImpl getMatchingPort(QName serviceName, QName portType){ method in class:WSDLModelImpl
157 return getService(serviceName).getMatchingPort(portType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java346 WSDLPortImpl port = wsdlService.getMatchingPort(portTypeName);
514 WSDLPortImpl port = wsdlService.getMatchingPort(portTypeName);

Completed in 582 milliseconds