Uses of Class
org.apache.felix.scrplugin.description.ServiceDescription

Packages that use ServiceDescription
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.xml   
 

Uses of ServiceDescription in org.apache.felix.scrplugin.helper
 

Methods in org.apache.felix.scrplugin.helper that return ServiceDescription
 ServiceDescription ComponentContainer.getServiceDescription()
          Get the service description.
 

Methods in org.apache.felix.scrplugin.helper with parameters of type ServiceDescription
 void ComponentContainer.setServiceDescription(ServiceDescription serviceDescription)
          Set the service description
 

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

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



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