public interface ServiceInitialiseDef
Modifier and Type | Method and Description |
---|---|
void |
finaliseInitialisation(org.licas_xml.abs.Element servicesXml)
Finalise the initialisation of the service.
|
void finaliseInitialisation(org.licas_xml.abs.Element servicesXml) throws java.lang.Exception
servicesXml
- services to load XML section. So that it can be parsed
separately of a base Service
class.java.lang.Exception
- any error.