org.teleal.cling.support.xmicrosoft
Class AbstractMediaReceiverRegistrarService
java.lang.Object
org.teleal.cling.support.xmicrosoft.AbstractMediaReceiverRegistrarService
public abstract class AbstractMediaReceiverRegistrarService
- extends Object
Basic implementation of service required by MSFT devices such as XBox 360.
- Author:
- Mario Franco
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyChangeSupport
protected final PropertyChangeSupport propertyChangeSupport
AbstractMediaReceiverRegistrarService
protected AbstractMediaReceiverRegistrarService()
AbstractMediaReceiverRegistrarService
protected AbstractMediaReceiverRegistrarService(PropertyChangeSupport propertyChangeSupport)
getPropertyChangeSupport
public PropertyChangeSupport getPropertyChangeSupport()
getAuthorizationGrantedUpdateID
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getAuthorizationGrantedUpdateID()
getAuthorizationDeniedUpdateID
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getAuthorizationDeniedUpdateID()
getValidationSucceededUpdateID
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getValidationSucceededUpdateID()
getValidationRevokedUpdateID
public org.teleal.cling.model.types.UnsignedIntegerFourBytes getValidationRevokedUpdateID()
isAuthorized
public boolean isAuthorized(String deviceID)
isValidated
public boolean isValidated(String deviceID)
registerDevice
public Byte[] registerDevice(Byte[] registrationReqMsg)
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.