public final class Services extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Services.ServiceInstance |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_KEY |
static String |
TYPE_KEY |
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
static Services |
fromXml(org.opendaylight.controller.config.util.xml.XmlElement xml) |
Map<String,Map<String,Map<String,Services.ServiceInstance>>> |
getNamespaceToServiceNameToRefNameToInstance() |
static Element |
toXml(ServiceRegistryWrapper serviceRegistryWrapper,
Document document) |
public static final String TYPE_KEY
public static final String SERVICE_KEY
public Map<String,Map<String,Map<String,Services.ServiceInstance>>> getNamespaceToServiceNameToRefNameToInstance()
public static Services fromXml(org.opendaylight.controller.config.util.xml.XmlElement xml) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic static Element toXml(ServiceRegistryWrapper serviceRegistryWrapper, Document document)
Copyright © 2016 OpenDaylight. All rights reserved.