org.teleal.cling.model.message.header
Class ContentTypeHeader

java.lang.Object
  extended by org.teleal.cling.model.message.header.UpnpHeader<org.teleal.common.util.MimeType>
      extended by org.teleal.cling.model.message.header.ContentTypeHeader

public class ContentTypeHeader
extends UpnpHeader<org.teleal.common.util.MimeType>

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Field Summary
static org.teleal.common.util.MimeType DEFAULT_CONTENT_TYPE
           
static org.teleal.common.util.MimeType DEFAULT_CONTENT_TYPE_UTF8
           
 
Constructor Summary
ContentTypeHeader()
           
ContentTypeHeader(org.teleal.common.util.MimeType contentType)
           
ContentTypeHeader(String s)
           
 
Method Summary
 String getString()
           
 boolean isText()
           
 boolean isUDACompliantXML()
           
 void setString(String s)
           
 
Methods inherited from class org.teleal.cling.model.message.header.UpnpHeader
getValue, newInstance, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_CONTENT_TYPE

public static final org.teleal.common.util.MimeType DEFAULT_CONTENT_TYPE

DEFAULT_CONTENT_TYPE_UTF8

public static final org.teleal.common.util.MimeType DEFAULT_CONTENT_TYPE_UTF8
Constructor Detail

ContentTypeHeader

public ContentTypeHeader()

ContentTypeHeader

public ContentTypeHeader(org.teleal.common.util.MimeType contentType)

ContentTypeHeader

public ContentTypeHeader(String s)
                  throws InvalidHeaderException
Throws:
InvalidHeaderException
Method Detail

setString

public void setString(String s)
               throws InvalidHeaderException
Specified by:
setString in class UpnpHeader<org.teleal.common.util.MimeType>
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<org.teleal.common.util.MimeType>
Returns:
A string representing this header's value.

isUDACompliantXML

public boolean isUDACompliantXML()

isText

public boolean isText()


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