Package | Description |
---|---|
ch.ethz.iks.slp |
The user interface of the SLP framework.
|
ch.ethz.iks.slp.impl |
This package contains all the implementation classes of jSLP.
|
org.universAAL.middleware.connectors.discovery.slp |
Modifier and Type | Method and Description |
---|---|
ServiceLocationEnumeration |
Locator.findAttributes(ServiceType type,
List scopes,
List attributeIds)
Find all services that match a ServiceType.
|
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL url,
List scopes,
List attributeIds)
Find all services that match a ServiceURL.
|
ServiceLocationEnumeration |
Locator.findServices(ServiceType type,
List scopes,
String searchFilter)
Find all services that match a certain service type.
|
ServiceLocationEnumeration |
Locator.findServiceTypes(String namingAuthority,
List scopes)
Find all services types that are currently registered in the network.
|
Modifier and Type | Method and Description |
---|---|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType type,
List scopes,
List attributeIds)
find attributes by service type.
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL url,
List scopes,
List attributeIds)
find attributes by service URL.
|
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType type,
List scopes,
String searchFilter)
find services.
|
ServiceLocationEnumeration |
LocatorImpl.findServiceTypes(String namingAuthority,
List scopes)
find the service types.
|
Modifier and Type | Method and Description |
---|---|
protected static Dictionary |
SLPDiscoveryConnector.unmarshalServiceAttributes(ServiceLocationEnumeration attributes)
This method converts the list of attributes as a Dictionary of
properties.
|
Copyright © 2018 universAAL Consortium. All rights reserved.