Uses of Class
org.eclipse.ecf.provider.xmpp.identity.XMPPID

Packages that use XMPPID
org.eclipse.ecf.provider.xmpp.identity   
 

Uses of XMPPID in org.eclipse.ecf.provider.xmpp.identity
 

Subclasses of XMPPID in org.eclipse.ecf.provider.xmpp.identity
 class XMPPSID
           
 

Methods in org.eclipse.ecf.provider.xmpp.identity that return XMPPID
 XMPPID XMPPFileID.getXMPPID()
           
 

Methods in org.eclipse.ecf.provider.xmpp.identity with parameters of type XMPPID
static java.net.URL XMPPFileID.createURL(XMPPID xmppid2, java.lang.String filename2)
           
 

Constructors in org.eclipse.ecf.provider.xmpp.identity with parameters of type XMPPID
XMPPFileID(XMPPID id, java.lang.String fn)
           
XMPPRoomID(Namespace namespace, XMPPID userid, java.lang.String domain, java.lang.String groupname, java.lang.String nickname)