Home
last modified time | relevance | path

Searched refs:SipFactory (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/javax/sip/
DSipFactory.java11 public class SipFactory { class
15 private static SipFactory sSipFactory = null;
17 public static synchronized SipFactory getInstance() { in getInstance()
18 if (sSipFactory == null) sSipFactory = new SipFactory(); in getInstance()
26 private SipFactory() { in SipFactory() method in SipFactory
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java43 import javax.sip.SipFactory;
200 headerFactory = SipFactory.getInstance().createHeaderFactory(); in equals()