|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an Extension SIP header that is not currently defined by JAIN SIP. Extension Headers can be added as required by extending this interface assuming other endpoints understand the Header. Any Header that extends this class must define a "NAME" String constant identifying the name of the extension Header. A server must ignore Headers that it does not understand. A proxy must not remove or modify Headers that it does not understand.
Method Summary | |
java.lang.String |
getValue()
Gets the value of the ExtensionHeader. |
void |
setValue(java.lang.String value)
Sets the value parameter of the ExtensionHeader. |
Methods inherited from interface javax.sip.header.Header |
clone, equals, getName, toString |
Method Detail |
public void setValue(java.lang.String value) throws java.text.ParseException
value
- - the new value of the ExtensionHeader
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the value parameter.public java.lang.String getValue()
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |