Lines Matching defs:wsdlService

158     private  @Nullable WSDLServiceImpl wsdlService;
233 this.wsdlService = service;
300 WSDLServiceImpl tWsdlService = this.wsdlService;
302 // assigning it to local variable and not setting it back to this.wsdlService intentionally
335 WSDLServiceImpl wsdlService = this.wsdlService;
336 if(wsdlService == null) {
337 // assigning it to local variable and not setting it back to this.wsdlService intentionally
339 wsdlService = getWSDLModelfromSEI(portInterface);
341 if(wsdlService == null) {
346 WSDLPortImpl port = wsdlService.getMatchingPort(portTypeName);
385 if(featureList.isEnabled(AddressingFeature.class) && wsdlService != null && wsdlService.get(portName) != null) {
386 wsepr = wsdlService.get(portName).getEPR();
446 if(featureList.isEnabled(AddressingFeature.class) && wsdlService != null && wsdlService.get(portName) != null) {
447 wsepr = wsdlService.get(portName).getEPR();
466 getPortModel(wsdlService, eprPortName).getBinding().getBindingId());
495 if (wsdlService == null) {
502 wsdlService = eprWsdlMdl.getService(serviceName);
503 if (wsdlService == null)
514 WSDLPortImpl port = wsdlService.getMatchingPort(portTypeName);
521 if (wsdlService.get(portName) == null)
570 if(wsdlService==null) return null;
572 return new URL(wsdlService.getParent().getLocation().getSystemId());
581 if (wsdlService == null)
584 if (wsdlService.get(portName)==null) {
628 for (WSDLPortImpl port : wsdlService.getPorts())
638 private @NotNull WSDLPortImpl getPortModel(WSDLServiceImpl wsdlService, QName portName) {
639 WSDLPortImpl port = wsdlService.get(portName);
668 WSDLPortImpl wsdlPort = getPortModel(wsdlService, portName);
681 return wsdlService;