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

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapterList.java94 * @param endpointImpl application endpoint Class that eventually serves the request.
96 public PortAddressResolver createPortAddressResolver(final String baseAddress, final Class<?> endpointImpl) { argument
100 String urlPattern = addressMap.get(new PortInfo(serviceName,portName, endpointImpl));
102 //if a WSDL defines more ports, urlpattern is null (portName does not match endpointImpl)

Completed in 67 milliseconds