org.fourthline.cling.model.message.header
Class SoapActionHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<SoapActionType>
org.fourthline.cling.model.message.header.SoapActionHeader
public class SoapActionHeader
- extends UpnpHeader<SoapActionType>
- Author:
- Christian Bauer
SoapActionHeader
public SoapActionHeader()
SoapActionHeader
public SoapActionHeader(URI uri)
SoapActionHeader
public SoapActionHeader(SoapActionType value)
SoapActionHeader
public SoapActionHeader(String s)
throws InvalidHeaderException
- Throws:
InvalidHeaderException
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<SoapActionType>
- 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<SoapActionType>
- Returns:
- A string representing this header's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.