Class ServiceConfigUtil

java.lang.Object
org.apache.ofbiz.service.config.ServiceConfigUtil

public final class ServiceConfigUtil extends Object
A ServiceConfig factory and related utility methods.

The ServiceConfig instance models the serviceengine.xml file and the instance is kept in the "service.ServiceConfig" cache. Clearing the cache will reload the service configuration file. Client code that depends on the serviceengine.xml file can be notified when the file is reloaded by implementing ServiceConfigListener and registering itself using the registerServiceConfigListener(ServiceConfigListener) method.