OSGI-INF.serviceComponents.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axiom-dom Show documentation
Show all versions of axiom-dom Show documentation
An implementation of the Axiom API that also implements DOM.
<?xml version="1.0" encoding="UTF-8"?> <components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"> <scr:component enabled="true" immediate="true" name="metafactory.dom.component"> <implementation class="org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory"/> <service servicefactory="false"> <provide interface="org.apache.axiom.om.OMMetaFactory"/> </service> <property name="implementationName" type="String" value="doom"/> <property name="service.pid" value="metafactory.dom.component"/> </scr:component> </components>