public class MutableService extends Object
| Modifier and Type | Field and Description |
|---|---|
List<MutableAction> |
actions |
URI |
controlURI |
URI |
descriptorURI |
URI |
eventSubscriptionURI |
ServiceId |
serviceId |
ServiceType |
serviceType |
List<MutableStateVariable> |
stateVariables |
| Constructor and Description |
|---|
MutableService() |
| Modifier and Type | Method and Description |
|---|---|
Service |
build(Device prototype) |
Action[] |
createActions() |
StateVariable[] |
createStateVariables() |
public ServiceType serviceType
public ServiceId serviceId
public URI descriptorURI
public URI controlURI
public URI eventSubscriptionURI
public List<MutableAction> actions
public List<MutableStateVariable> stateVariables
public Service build(Device prototype) throws ValidationException
ValidationExceptionpublic Action[] createActions()
public StateVariable[] createStateVariables()
Copyright © 2023 jUPnP.org. All rights reserved.