org.fourthline.cling.model.message.header
Class ServiceUSNHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<NamedServiceType>
org.fourthline.cling.model.message.header.ServiceUSNHeader
public class ServiceUSNHeader
- extends UpnpHeader<NamedServiceType>
- Author:
- Christian Bauer
ServiceUSNHeader
public ServiceUSNHeader()
ServiceUSNHeader
public ServiceUSNHeader(UDN udn,
ServiceType serviceType)
ServiceUSNHeader
public ServiceUSNHeader(NamedServiceType value)
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<NamedServiceType>
- Parameters:
s
- This header's value as a string representation.
- Throws:
InvalidHeaderException
- If the value is invalid for this UPnP header.
getString
public String getString()
- Specified by:
getString
in class UpnpHeader<NamedServiceType>
- Returns:
- A string representing this header's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.