/* */
/* */ public class EndpointRegistryFactoryImpl extends EndpointRegistryFactory
/* */ {
/* */ public EndpointRegistry getEndpointRegistry()
/* */ {
/* 41 */ return (EndpointRegistry)new KernelAwareSPIFactory().getKernelProvidedSPI("WSEndpointRegistry", EndpointRegistry.class);
/* */ }