Example #1
0
 public PortInfo(@NotNull WSServiceDelegate owner, @NotNull WSDLPort port) {
   this.owner = owner;
   this.targetEndpoint = port.getAddress();
   this.portName = port.getName();
   this.bindingId = port.getBinding().getBindingId();
   this.portModel = port;
 }