public static interface ContactStoreConnection.Factory
Modifier and Type | Method and Description |
---|---|
ContactStoreConnection |
open(java.net.URL url)
Open a new connection to a
ContactStore . |
ContactStoreConnection open(java.net.URL url) throws java.io.IOException
ContactStore
.url
- contact store URL.java.io.IOException
- the URL couldn't be opened.