users@jaxb.java.net

http proxy negotiation

From: Scott Swank <scott.swank_at_gmail.com>
Date: Fri, 7 Jun 2013 09:05:28 -0700

Good morning.

How can I specify http proxy settings for a single client? I have calls to
internal resources that cannot go through the proxy (it cannot resolve
them). I also have calls to external resources that must go through the
proxy. E.g.

  FooService fooService = new FooService();
  WebServiceFeature proxyFeature = [???]
  FooInterface foo = fooService.getFooServicePort(proxyFeature);

Thank you,
Scott