All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.component.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" 
		name="com.sap.gateway.core.api.delegate">
		
   <implementation class="com.sap.gateway.core.api.delegate.RuntimeDelegateFacade"/>

  <reference name="runtimeDelegate"
    interface="com.sap.gateway.core.api.delegate.IRuntimeDelegate"
    bind="addRuntimeDelegate"
    unbind="removeRuntimeDelegate"
    cardinality="0..n"
    policy="dynamic"
  />
  
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy