Reads org.fourthline.cling.model.meta.LocalService
metadata given a Java class.
More...
Reads org.fourthline.cling.model.meta.LocalService
metadata given a Java class.
- Author
- Christian Bauer
◆ read() [1/2]
◆ read() [2/2]
LocalService org.fourthline.cling.binding.LocalServiceBinder.read |
( |
Class<?> |
clazz, |
|
|
ServiceId |
id, |
|
|
ServiceType |
type, |
|
|
boolean |
supportsQueryStateVariables, |
|
|
Class[] |
stringConvertibleTypes |
|
) |
| throws LocalServiceBindingException |
- Parameters
-
clazz | The Java class that is the source of the service metadata. |
id | The pre-defined identifier of the service. |
type | The pre-defined type of the service. |
supportsQueryStateVariables | true if the service should support the deprecated "query any state variable value" action. |
stringConvertibleTypes | A list of Java classes which map directly to string-typed UPnP state variables. |
- Returns
- The produced metadata.
- Exceptions
-
LocalServiceBindingException | If binding failed. |
Implemented in org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder.
The documentation for this interface was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/fourthline/cling/binding/LocalServiceBinder.java