Uses of Interface
org.fourthline.cling.binding.xml.DeviceDescriptorBinder

Packages that use DeviceDescriptorBinder
org.fourthline.cling   
org.fourthline.cling.android   
org.fourthline.cling.binding.xml   
 

Uses of DeviceDescriptorBinder in org.fourthline.cling
 

Methods in org.fourthline.cling that return DeviceDescriptorBinder
protected  DeviceDescriptorBinder ManagedUpnpServiceConfiguration.createDeviceDescriptorBinderUDA10()
           
protected  DeviceDescriptorBinder DefaultUpnpServiceConfiguration.createDeviceDescriptorBinderUDA10()
           
 DeviceDescriptorBinder UpnpServiceConfiguration.getDeviceDescriptorBinderUDA10()
           
 DeviceDescriptorBinder ManagedUpnpServiceConfiguration.getDeviceDescriptorBinderUDA10()
           
 DeviceDescriptorBinder DefaultUpnpServiceConfiguration.getDeviceDescriptorBinderUDA10()
           
 

Uses of DeviceDescriptorBinder in org.fourthline.cling.android
 

Methods in org.fourthline.cling.android that return DeviceDescriptorBinder
protected  DeviceDescriptorBinder AndroidUpnpServiceConfiguration.createDeviceDescriptorBinderUDA10()
           
 

Uses of DeviceDescriptorBinder in org.fourthline.cling.binding.xml
 

Classes in org.fourthline.cling.binding.xml that implement DeviceDescriptorBinder
 class RecoveringUDA10DeviceDescriptorBinderImpl
           
 class UDA10DeviceDescriptorBinderImpl
          Implementation based on JAXP DOM.
 class UDA10DeviceDescriptorBinderSAXImpl
          A JAXP SAX parser implementation, which is actually slower than the DOM implementation (on desktop and on Android)!
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.