|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.jabber.ParsedBuddyInfo
Parses a JID into its various parts
Constructor Summary | |
ParsedBuddyInfo(java.lang.String from)
Creates the ParsedBuddyInfo and parses the information |
Method Summary | |
java.lang.String |
getBareAddress()
Gets the address without the resource |
java.lang.String |
getResource()
Gets the resource |
java.lang.String |
getServer()
Gets the server that the user is on |
java.lang.String |
getUserId()
Gets the user ID - without resource if this is not a transport or agent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParsedBuddyInfo(java.lang.String from)
from
- the address to parseMethod Detail |
public java.lang.String getBareAddress()
public java.lang.String getUserId()
public java.lang.String getServer()
public java.lang.String getResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |