OSGI-INF.lexer-registry.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nlp-lexing Show documentation
Show all versions of nlp-lexing Show documentation
Common API for Lexing functionality
<?xml version="1.0" encoding="UTF-8"?> <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="lexer-registry"> <implementation class="org.daisy.pipeline.nlp.lexing.LexServiceRegistry"/> <reference bind="addLexService" unbind="removeLexService" cardinality="0..n" interface="org.daisy.pipeline.nlp.lexing.LexService" name="LexService" policy="dynamic"/> <service> <provide interface="org.daisy.pipeline.nlp.lexing.LexServiceRegistry"/> </service> </scr:component>