public final class DefaultXmppUriFactory extends Object implements XmppUriFactory
| Constructor and Description |
|---|
DefaultXmppUriFactory() |
| Modifier and Type | Method and Description |
|---|---|
URI |
createXmppUri(long id)
Creates a XMPP URI for the user with the specified ID.
|
URI |
createXmppUri(String id)
Creates a XMPP URI for the user with the specified ID.
|
public URI createXmppUri(String id)
XmppUriFactorycreateXmppUri in interface XmppUriFactoryid - The ID of the user to create a XMPP URI for.public URI createXmppUri(long id)
XmppUriFactorycreateXmppUri in interface XmppUriFactoryid - The ID of the user to create a XMPP URI for.Copyright © 2013 LittleShoot. All Rights Reserved.