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

Uses of Class
gov.nist.javax.sip.address.TelephoneNumber

Packages that use TelephoneNumber
gov.nist.javax.sip.address Implementation of the address package of the JAIN SIP API. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
 

Uses of TelephoneNumber in gov.nist.javax.sip.address
 

Methods in gov.nist.javax.sip.address that return TelephoneNumber
 TelephoneNumber SipUri.getTelephoneSubscriber()
          Returns the stucture corresponding to the telephone number provided that the user is a telephone subscriber.
 

Methods in gov.nist.javax.sip.address with parameters of type TelephoneNumber
 void TelURLImpl.setTelephoneNumber(TelephoneNumber telephoneNumber)
          Set the telephone number.
 void SipUri.setTelephoneSubscriber(TelephoneNumber tel)
          Set the telephone subscriber field.
 

Uses of TelephoneNumber in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser that return TelephoneNumber
 TelephoneNumber URLParser.parseTelephoneNumber()
          Parser for telephone subscriber.
 TelephoneNumber StringMsgParser.parseTelephoneNumber(String telephone_number)
          Parse a telephone number return a parsed structure.
 


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.