Uses of Interface
javax.servlet.sip.Contact

Uses of Contact in javax.servlet.sip
 

Methods in javax.servlet.sip that return Contact
 Contact SipFactory.createContact(java.lang.String contact)
          Parses the argument string as a SIP Contact (an element of the SIP Contact header) and returns the corresponding Contact object.
 Contact SipFactory.createContact(URI uri)
          Returns a new Contact with the specified URI.
 Contact SipFactory.createContact(URI uri, java.lang.String displayName)
          Returns a new Contact with the specified URI and display name.
 Contact SipFactory.createContact(SipAddress addr)
          Returns a Contact object corresponding to the specified SipAddress.