NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Interface
javax.sdp.Origin

Packages that use Origin
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
gov.nist.javax.sdp.fields Classes for SDP Fields. 
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141
 

Uses of Origin in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Origin
 Origin SessionDescriptionImpl.getOrigin()
          Returns information about the originator of the session.
 

Methods in gov.nist.javax.sdp with parameters of type Origin
 void SessionDescriptionImpl.setOrigin(Origin origin)
          Sets information about the originator of the session.
 

Uses of Origin in gov.nist.javax.sdp.fields
 

Classes in gov.nist.javax.sdp.fields that implement Origin
 class OriginField
          Origin Field SDP header
 

Uses of Origin in javax.sdp
 

Methods in javax.sdp that return Origin
 Origin SdpFactory.createOrigin(String userName, long sessionId, long sessionVersion, String networkType, String addrType, String address)
          Returns Origin object with the specified properties.
 Origin SdpFactory.createOrigin(String userName, String address)
          Returns Origin object with the specified properties.
 Origin SessionDescription.getOrigin()
          Returns information about the originator of the session.
 

Methods in javax.sdp with parameters of type Origin
 void SessionDescription.setOrigin(Origin origin)
          Sets information about the originator of the session.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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