public class SoapActionHeader extends UpnpHeader<SoapActionType>
UpnpHeader.Type| Constructor and Description |
|---|
SoapActionHeader() |
SoapActionHeader(SoapActionType value) |
SoapActionHeader(String s) |
SoapActionHeader(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic SoapActionHeader()
public SoapActionHeader(URI uri)
public SoapActionHeader(SoapActionType value)
public SoapActionHeader(String s) throws InvalidHeaderException
InvalidHeaderExceptionpublic void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<SoapActionType>s - This header's value as a string representation.InvalidHeaderException - If the value is invalid for this UPnP header.public String getString()
getString in class UpnpHeader<SoapActionType>Copyright © 2023 jUPnP.org. All rights reserved.