Uses of Class
org.apache.felix.scrplugin.om.Service

Packages that use Service
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.xml   
 

Uses of Service in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin with parameters of type Service
protected  void SCRDescriptorGenerator.addInterfaces(Service service, JavaTag serviceTag, JavaClassDescription description)
          Recursively add interfaces to the service.
 

Uses of Service in org.apache.felix.scrplugin.om
 

Fields in org.apache.felix.scrplugin.om declared as Service
protected  Service Component.service
          The corresponding service.
 

Methods in org.apache.felix.scrplugin.om that return Service
 Service Component.getService()
           
 

Methods in org.apache.felix.scrplugin.om with parameters of type Service
 void Component.setService(Service service)
           
 

Uses of Service in org.apache.felix.scrplugin.xml
 

Fields in org.apache.felix.scrplugin.xml declared as Service
protected  Service ComponentDescriptorIO.XmlHandler.currentService
          The current service.
 

Methods in org.apache.felix.scrplugin.xml with parameters of type Service
protected static void ComponentDescriptorIO.generateXML(Service service, ContentHandler contentHandler)
          Write the xml for a Service.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.