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, java.lang.String descriptorXml)
           
 java.lang.String generate(Device device)
           
 

Method Detail

describe

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

generate

java.lang.String generate(Device device)
                          throws DescriptorBindingException
Throws:
DescriptorBindingException


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