NIST SIP Parser and Stack (v1.2) API

javax.sdp
Interface SessionName

All Superinterfaces:
Cloneable, Field, Serializable

public interface SessionName
extends Field

A SessionName represents the s= fields contained within a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.

Version:
1.0
Author:
deruelle

Method Summary
 String getValue()
          Returns the value.
 void setValue(String value)
          Sets the value
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Method Detail

getValue

public String getValue()
                throws SdpParseException
Returns the value.

Returns:
the value
Throws:
SdpParseException

setValue

public void setValue(String value)
              throws SdpException
Sets the value

Parameters:
value - the - new information.
Throws:
SdpException - if the value is null

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.