public static XSingleComponentFactory __getComponentFactory(String sImplementationName) { XSingleComponentFactory xFactory = null; if (sImplementationName.equals(m_implementationName)) xFactory = Factory.createComponentFactory(BungeniRSSReader.class, m_serviceNames); return xFactory; }
public static XSingleComponentFactory __getComponentFactory(String sImplementationName) { XSingleComponentFactory xFactory = null; if (sImplementationName.equals(m_implementationName)) xFactory = Factory.createComponentFactory(OwnEmbeddedObjectFactory.class, m_serviceNames); return xFactory; }
public static boolean __writeRegistryServiceInfo(XRegistryKey xRegistryKey) { return Factory.writeRegistryServiceInfo(m_implementationName, m_serviceNames, xRegistryKey); }