| Package | Description |
|---|---|
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Field and Description |
|---|---|
private ServiceDescription |
ComponentContainer.serviceDescription
The service description (optional).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDescription |
ComponentContainer.getServiceDescription()
Get the service description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentContainer.setServiceDescription(ServiceDescription serviceDescription)
Set the service description
|
private void |
Validator.validateService(ServiceDescription service)
Validate the service and its interfaces
If errors occur a message is added to the issues list,
warnings can be added to the warnings list.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceDescription |
ComponentDescriptorIO.XmlHandler.currentService
The current service.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
ComponentDescriptorIO.generateServiceXML(ServiceDescription service,
org.xml.sax.ContentHandler contentHandler,
int indent)
Write the xml for a service.
|