org.teleal.cling.model.message.gena
Class IncomingEventRequestMessage

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<UpnpRequest>
      extended by org.teleal.cling.model.message.StreamRequestMessage
          extended by org.teleal.cling.model.message.gena.IncomingEventRequestMessage

public class IncomingEventRequestMessage
extends StreamRequestMessage


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
IncomingEventRequestMessage(StreamRequestMessage source, RemoteService service)
           
 
Method Summary
 UnsignedIntegerFourBytes getSequence()
           
 RemoteService getService()
           
 List<StateVariableValue> getStateVariableValues()
           
 String getSubscrptionId()
           
 boolean hasNotificationHeaders()
           
 boolean hasValidNotificationHeaders()
           
 String toString()
           
 
Methods inherited from class org.teleal.cling.model.message.StreamRequestMessage
getUri
 
Methods inherited from class org.teleal.cling.model.message.UpnpMessage
getBody, getBodyBytes, getBodyString, getBodyType, getContentTypeCharset, getContentTypeHeader, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, hasHostHeader, isTextContentType, isUDATextContentType, setBody, setBodyCharacters, setBodyType, setHeaders, setOperation, setUdaMajorVersion, setUdaMinorVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingEventRequestMessage

public IncomingEventRequestMessage(StreamRequestMessage source,
                                   RemoteService service)
Method Detail

getService

public RemoteService getService()

getStateVariableValues

public List<StateVariableValue> getStateVariableValues()

getSubscrptionId

public String getSubscrptionId()

getSequence

public UnsignedIntegerFourBytes getSequence()

hasNotificationHeaders

public boolean hasNotificationHeaders()

hasValidNotificationHeaders

public boolean hasValidNotificationHeaders()

toString

public String toString()
Overrides:
toString in class UpnpMessage<UpnpRequest>


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