34353637383940
*/ public class TransportClientFactory implements ClientFactory { public ClientInvoker createClientInvoker(InvokerLocator locator, Map config) throws IOException { return new HTTPClientInvoker(locator, config); }
11121314151617
/* */ implements ClientFactory /* */ { /* */ public ClientInvoker createClientInvoker(InvokerLocator locator, Map config) /* */ throws IOException /* */ { /* 39 */ return new HTTPClientInvoker(locator, config); /* */ }