org.teleal.cling.binding.xml
Interface ServiceDescriptorBinder

All Known Implementing Classes:
UDA10ServiceDescriptorBinderImpl

public interface ServiceDescriptorBinder


Method Summary
 String generate(Service serviceModel)
           
<T extends Service>
T
read(Class<T> serviceClass, String descriptorXml)
           
 

Method Detail

read

<T extends Service> T read(Class<T> serviceClass,
                           String descriptorXml)
                       throws DescriptorBindingException,
                              ValidationException
Throws:
DescriptorBindingException
ValidationException

generate

String generate(Service serviceModel)
                throws DescriptorBindingException
Throws:
DescriptorBindingException


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