Skip to content

Instantly share code, notes, and snippets.

View antoon-r's full-sized avatar

Anton Ryabinin antoon-r

View GitHub Profile
@antoon-r
antoon-r / ThreadLocalProvider.java
Created October 27, 2017 07:32 — forked from agentgt/ThreadLocalProvider.java
Using Two different JAX-WS client implementations
package com.snaphop.jaxws;
import static java.util.Arrays.asList;
import java.net.URL;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.ServiceLoader;