org.teleal.cling.mock
Class MockUpnpService.MockProtocolFactory

java.lang.Object
  extended by org.teleal.cling.protocol.ProtocolFactoryImpl
      extended by org.teleal.cling.mock.MockUpnpService.MockProtocolFactory
All Implemented Interfaces:
ProtocolFactory
Enclosing class:
MockUpnpService

public static class MockUpnpService.MockProtocolFactory
extends ProtocolFactoryImpl


Field Summary
 
Fields inherited from class org.teleal.cling.protocol.ProtocolFactoryImpl
upnpService
 
Constructor Summary
MockUpnpService.MockProtocolFactory(UpnpService upnpService, boolean sendsAlive)
           
 
Method Summary
 SendingNotificationAlive createSendingNotificationAlive(LocalDevice localDevice)
           
 SendingSearch createSendingSearch(UpnpHeader searchTarget, int mxSeconds)
           
 
Methods inherited from class org.teleal.cling.protocol.ProtocolFactoryImpl
createReceivingAsync, createReceivingSync, createSendingAction, createSendingEvent, createSendingNotificationByebye, createSendingRenewal, createSendingSubscribe, createSendingUnsubscribe, getUpnpService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockUpnpService.MockProtocolFactory

public MockUpnpService.MockProtocolFactory(UpnpService upnpService,
                                           boolean sendsAlive)
Method Detail

createSendingNotificationAlive

public SendingNotificationAlive createSendingNotificationAlive(LocalDevice localDevice)
Specified by:
createSendingNotificationAlive in interface ProtocolFactory
Overrides:
createSendingNotificationAlive in class ProtocolFactoryImpl

createSendingSearch

public SendingSearch createSendingSearch(UpnpHeader searchTarget,
                                         int mxSeconds)
Specified by:
createSendingSearch in interface ProtocolFactory
Overrides:
createSendingSearch in class ProtocolFactoryImpl


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