Package org.jupnp.model.message.header
Klasse SoapActionHeader
java.lang.Object
org.jupnp.model.message.header.UpnpHeader<SoapActionType>
org.jupnp.model.message.header.SoapActionHeader
- Autor:
- Christian Bauer
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.jupnp.model.message.header.UpnpHeader
UpnpHeader.Type -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.jupnp.model.message.header.UpnpHeader
getValue, newInstance, setValue, toString
-
Konstruktordetails
-
SoapActionHeader
public SoapActionHeader() -
SoapActionHeader
-
SoapActionHeader
-
SoapActionHeader
- Löst aus:
InvalidHeaderException
-
-
Methodendetails
-
setString
- Angegeben von:
setStringin KlasseUpnpHeader<SoapActionType>- Parameter:
s- This header's value as a string representation.- Löst aus:
InvalidHeaderException- If the value is invalid for this UPnP header.
-
getString
- Angegeben von:
getStringin KlasseUpnpHeader<SoapActionType>- Gibt zurück:
- A string representing this header's value.
-