Skip to content

Instantly share code, notes, and snippets.

View dwp-joaomelo's full-sized avatar

Joao Melo dwp-joaomelo

View GitHub Profile
import org.apache.cxf.BusFactory;
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
import org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduitFactory;
import org.junit.Test;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
public class HttpConduitTest {