org.fourthline.cling.binding.xml
Interface DeviceDescriptorBinder
- All Known Implementing Classes:
- RecoveringUDA10DeviceDescriptorBinderImpl, UDA10DeviceDescriptorBinderImpl, UDA10DeviceDescriptorBinderSAXImpl
public interface DeviceDescriptorBinder
Reads and generates device descriptor XML metadata.
- Author:
- Christian Bauer
describe
<T extends Device> T describe(T undescribedDevice,
String descriptorXml)
throws DescriptorBindingException,
ValidationException
- Throws:
DescriptorBindingException
ValidationException
describe
<T extends Device> T describe(T undescribedDevice,
Document dom)
throws DescriptorBindingException,
ValidationException
- Throws:
DescriptorBindingException
ValidationException
generate
String generate(Device device,
RemoteClientInfo info,
Namespace namespace)
throws DescriptorBindingException
- Throws:
DescriptorBindingException
buildDOM
Document buildDOM(Device device,
RemoteClientInfo info,
Namespace namespace)
throws DescriptorBindingException
- Throws:
DescriptorBindingException
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.