org.teleal.cling.model.message.discovery
Class OutgoingNotificationRequest

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<O>
      extended by org.teleal.cling.model.message.OutgoingDatagramMessage<UpnpRequest>
          extended by org.teleal.cling.model.message.discovery.OutgoingNotificationRequest
Direct Known Subclasses:
OutgoingNotificationRequestDeviceType, OutgoingNotificationRequestRootDevice, OutgoingNotificationRequestServiceType, OutgoingNotificationRequestUDN

public abstract class OutgoingNotificationRequest
extends OutgoingDatagramMessage<UpnpRequest>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
protected OutgoingNotificationRequest(Locator locator, LocalDevice device, NotificationSubtype type)
           
 
Method Summary
 NotificationSubtype getType()
           
 
Methods inherited from class org.teleal.cling.model.message.OutgoingDatagramMessage
getDestinationAddress, getDestinationPort
 
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

OutgoingNotificationRequest

protected OutgoingNotificationRequest(Locator locator,
                                      LocalDevice device,
                                      NotificationSubtype type)
Method Detail

getType

public NotificationSubtype getType()


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