public interface AddressFactoryEx extends AddressFactory
AddressFactory
. It
declares methods which may be useful to user.Modifier and Type | Method and Description |
---|---|
SipURI |
createSipURI(String sipUri)
Creates SipURI instance from passed string.
|
createAddress, createAddress, createAddress, createSipURI, createTelURL, createURI
SipURI createSipURI(String sipUri) throws ParseException
sipUri
- - uri encoded string, it has form of:
ParseException
- if the URI string is malformed.Copyright © 2017. All Rights Reserved.