HomeSort by relevance Sort by last modified time
    Searched refs:TelURL (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/javax/sip/address/
TelURL.java 6 public interface TelURL extends URI, Parameters {
AddressFactory.java 13 TelURL createTelURL(String uri) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 141 * Creates a TelURL based on given URI string. The scheme or '+' should
147 public javax.sip.address.TelURL createTelURL(String uri)
151 String telUrl = "tel:" + uri;
154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl);
155 return (TelURL) timp;
201 * returned may or may not be a SipURI or TelURL cast as a URI.
220 return (javax.sip.address.URI) urlParser.telURL(true);
TelURLImpl.java 34 * Implementation of the TelURL interface.
43 implements javax.sip.address.TelURL {
90 /** Returns <code>true</code> if this TelURL is global i.e. if the TelURI
93 * @return <code>true</code> if this TelURL represents a global phone user,
108 /** Sets phone user of this TelURL to be either global or local. The default
109 * value is false, hence the TelURL is defaulted to local.
111 * @param global - the boolean value indicating if the TelURL has a global
118 /** Sets ISDN subaddress of this TelURL. If a subaddress is present, it is
128 /** Sets post dial of this TelURL. The post-dial sequence describes what and
203 * @see javax.sip.address.TelURL#setPhoneContext(java.lang.String
    [all...]

Completed in 4271 milliseconds