Searched defs:targetEndpoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DPortInfo.java59 public final @NotNull EndpointAddress targetEndpoint; field in class:PortInfo
73 public PortInfo(WSServiceDelegate owner, EndpointAddress targetEndpoint, QName name, BindingID bindingId) { argument
75 this.targetEndpoint = targetEndpoint;
85 this.targetEndpoint = port.getAddress();
182 return targetEndpoint;

Completed in 45 milliseconds