public interface ServiceDescriptorBinder
| Modifier and Type | Method and Description |
|---|---|
Document |
buildDOM(Service service) |
<T extends Service> |
describe(T undescribedService,
Document dom) |
<T extends Service> |
describe(T undescribedService,
String descriptorXml) |
String |
generate(Service service) |
<T extends Service> T describe(T undescribedService, String descriptorXml) throws DescriptorBindingException, ValidationException
<T extends Service> T describe(T undescribedService, Document dom) throws DescriptorBindingException, ValidationException
String generate(Service service) throws DescriptorBindingException
DescriptorBindingExceptionDocument buildDOM(Service service) throws DescriptorBindingException
DescriptorBindingExceptionCopyright © 2023 jUPnP.org. All rights reserved.