org.teleal.cling.protocol
Class RetrieveRemoteDescriptors

java.lang.Object
  extended by org.teleal.cling.protocol.RetrieveRemoteDescriptors
All Implemented Interfaces:
Runnable

public class RetrieveRemoteDescriptors
extends Object
implements Runnable


Constructor Summary
RetrieveRemoteDescriptors(UpnpService upnpService, RemoteDevice rd)
           
 
Method Summary
protected  void describe()
           
protected  void describe(String descriptorXML)
           
protected  RemoteService describeService(RemoteService service)
           
protected  RemoteDevice describeServices(RemoteDevice currentDevice)
           
 UpnpService getUpnpService()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveRemoteDescriptors

public RetrieveRemoteDescriptors(UpnpService upnpService,
                                 RemoteDevice rd)
Method Detail

getUpnpService

public UpnpService getUpnpService()

run

public void run()
Specified by:
run in interface Runnable

describe

protected void describe()

describe

protected void describe(String descriptorXML)

describeServices

protected RemoteDevice describeServices(RemoteDevice currentDevice)
                                 throws DescriptorBindingException,
                                        ValidationException
Throws:
DescriptorBindingException
ValidationException

describeService

protected RemoteService describeService(RemoteService service)
                                 throws DescriptorBindingException,
                                        ValidationException
Throws:
DescriptorBindingException
ValidationException


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