Searched refs:TelURL (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/javax/sip/address/
H A DTelURL.java6 public interface TelURL extends URI, Parameters { interface in inherits:URI,Parameters
H A DAddressFactory.java13 TelURL createTelURL(String uri) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressFactoryImpl.java141 * Creates a TelURL based on given URI string. The scheme or '+' should
147 public javax.sip.address.TelURL createTelURL(String uri)
155 return (TelURL) timp;
201 * returned may or may not be a SipURI or TelURL cast as a URI.
H A DTelURLImpl.java34 * 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#setPhoneContex
[all...]

Completed in 499 milliseconds