org.teleal.cling.binding.xml
Interface DeviceDescriptorBinder

All Known Implementing Classes:
UDA10DeviceDescriptorBinderImpl, UDA10DeviceDescriptorBinderSAXImpl, UDA11DeviceDescriptorBinderImpl

public interface DeviceDescriptorBinder


Method Summary
<T extends Device>
T
describe(T undescribedDevice, String descriptorXml)
           
 String generate(Device device)
           
 

Method Detail

describe

<T extends Device> T describe(T undescribedDevice,
                              String descriptorXml)
                          throws DescriptorBindingException,
                                 ValidationException
Throws:
DescriptorBindingException
ValidationException

generate

String generate(Device device)
                throws DescriptorBindingException
Throws:
DescriptorBindingException


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.