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

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.IncomingUnsubscribeRequestMessage

public class IncomingUnsubscribeRequestMessage
extends StreamRequestMessage


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
IncomingUnsubscribeRequestMessage(StreamRequestMessage source, LocalService service)
           
 
Method Summary
 LocalService getService()
           
 String getSubscriptionId()
           
 boolean hasCallbackHeader()
           
 boolean hasNotificationHeader()
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingUnsubscribeRequestMessage

public IncomingUnsubscribeRequestMessage(StreamRequestMessage source,
                                         LocalService service)
Method Detail

getService

public LocalService getService()

hasCallbackHeader

public boolean hasCallbackHeader()

hasNotificationHeader

public boolean hasNotificationHeader()

getSubscriptionId

public String getSubscriptionId()


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