public interface AddressFactory
| Modifier and Type | Method and Description |
|---|---|
Address |
createAddress(String address) |
Address |
createAddress(String displayName,
URI uri) |
Address |
createAddress(URI uri) |
SipURI |
createSipURI(String user,
String host) |
TelURL |
createTelURL(String phoneNumber) |
URI |
createURI(String uri) |
URI createURI(String uri) throws ParseException
ParseExceptionSipURI createSipURI(String user, String host) throws ParseException
ParseExceptionTelURL createTelURL(String phoneNumber) throws ParseException
ParseExceptionAddress createAddress(String address) throws ParseException
ParseExceptionAddress createAddress(String displayName, URI uri) throws ParseException
ParseExceptionCopyright © 2016. All rights reserved.