Package com.opencloud.javax.sip.header
Interface HeaderExt
-
- All Superinterfaces:
Cloneable,javax.sip.header.Header,Serializable
- All Known Subinterfaces:
ParametersHeaderExt
public interface HeaderExt extends javax.sip.header.Header
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Get value of this header as a string.voidsetValue(String value)Sets the header's value from a string.
-
-
-
Method Detail
-
getValue
String getValue()
Get value of this header as a string.- Returns:
- the header value encoded as a string
-
setValue
void setValue(String value) throws ParseException
Sets the header's value from a string.- Parameters:
value- the new header value.- Throws:
ParseException- if unable to parse the new header value
-
-