/* */ public class ServiceRefBinderFactoryImpl
/* */ implements ServiceRefBinderFactory
/* */ {
/* */ public ServiceRefBinder newServiceRefBinder(ServiceRefHandler.Type type)
/* */ {
/* 42 */ return type == ServiceRefHandler.Type.JAXRPC ? new NativeServiceRefBinderJAXRPC() : new NativeServiceRefBinderJAXWS();
/* */ }