Class ServiceConfig
- java.lang.Object
-
- org.apache.ofbiz.service.config.model.ServiceConfig
-
@ThreadSafe public final class ServiceConfig extends java.lang.Object
An object that models the<service-config>
element.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceConfig
create(org.w3c.dom.Element serviceConfigElement)
ServiceEngine
getServiceEngine(java.lang.String name)
java.util.Collection<ServiceEngine>
getServiceEngines()
-
-
-
Method Detail
-
create
public static ServiceConfig create(org.w3c.dom.Element serviceConfigElement) throws ServiceConfigException
- Throws:
ServiceConfigException
-
getServiceEngines
public java.util.Collection<ServiceEngine> getServiceEngines()
-
getServiceEngine
public ServiceEngine getServiceEngine(java.lang.String name)
-
-