Uses of Interface
org.lastbamboo.common.sdp.api.SessionName

Packages that use SessionName
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of SessionName in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return SessionName
 SessionName SessionDescriptionImpl.getSessionName()
          Returns the name of the session.
 

Methods in org.lastbamboo.common.sdp with parameters of type SessionName
 void SessionDescriptionImpl.setSessionName(SessionName sessionName)
          Sets the name of the session.
 

Uses of SessionName in org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api that return SessionName
 SessionName SdpFactory.createSessionName(String name)
          Returns SessionName object with the specified name.
 SessionName SessionDescription.getSessionName()
          Returns the name of the session.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type SessionName
 void SessionDescription.setSessionName(SessionName sessionName)
          Sets the name of the session.
 

Uses of SessionName in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement SessionName
 class SessionNameField
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.