public interface DeviceDescriptorBinder
| Modifier and Type | Method and Description |
|---|---|
Document |
buildDOM(Device device,
RemoteClientInfo info,
Namespace namespace) |
<T extends Device> |
describe(T undescribedDevice,
Document dom) |
<T extends Device> |
describe(T undescribedDevice,
String descriptorXml) |
String |
generate(Device device,
RemoteClientInfo info,
Namespace namespace) |
<T extends Device> T describe(T undescribedDevice, String descriptorXml) throws DescriptorBindingException, ValidationException
<T extends Device> T describe(T undescribedDevice, Document dom) throws DescriptorBindingException, ValidationException
String generate(Device device, RemoteClientInfo info, Namespace namespace) throws DescriptorBindingException
DescriptorBindingExceptionDocument buildDOM(Device device, RemoteClientInfo info, Namespace namespace) throws DescriptorBindingException
DescriptorBindingExceptionCopyright © 2023 jUPnP.org. All rights reserved.