upnp.controlpoint.core
Class BrisaDeviceCreator

java.lang.Object
  extended by java.util.Observable
      extended by upnp.controlpoint.core.BrisaDeviceCreator

public class BrisaDeviceCreator
extends java.util.Observable

Class used to create devices objects from strings sent by the devices in a ssdp search message. If the string is invalid or with wrong arguments, so it's ignored;

Author:
Thiago Ribeiro

Constructor Summary
BrisaDeviceCreator(BrisaControlPoint b)
           
 
Method Summary
 BrisaCPDevice createDevice(java.lang.String deviceMSearchAnswer)
           
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrisaDeviceCreator

public BrisaDeviceCreator(BrisaControlPoint b)
Method Detail

createDevice

public BrisaCPDevice createDevice(java.lang.String deviceMSearchAnswer)