com.sdm.quasar.client.core.server.impl.plugins
Interface ComponentDefinitionReader
- public interface ComponentDefinitionReader
A reader for component and service definitions, that should be added
to a ComponentServerProxyPlugin.
- Version:
- 1.$Revision$
- Author:
- Thomas Wolf
readComponentDefinitions
public void readComponentDefinitions(ComponentServerProxyPlugin componentPlugin)
throws java.io.IOException
- Reads component and service definitions from a resource.
- Parameters:
componentPlugin - the ComponentServerProxyPlugin to which the
component and service definitions should be added
- Throws:
java.io.IOException - if exception occured reading the resource