|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.XCapResourceId
public class XCapResourceId
XCAP resource identifier.
| Constructor Summary | |
|---|---|
XCapResourceId(String document)
Creates XCAP resource identifier with document selector. |
|
XCapResourceId(String document,
String node)
Creates XCAP resource identifier with document and node selector. |
|
| Method Summary | |
|---|---|
static XCapResourceId |
create(String resourceId)
Creates XCAP resource identifier object from single string. |
String |
getDocument()
Gets document selector. |
String |
getNode()
Gets node selector. |
String |
toString()
Gets XCAP resource identifier object as single string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XCapResourceId(String document)
document - the document selector.
public XCapResourceId(String document,
String node)
document - the document selector.node - the node selector.| Method Detail |
|---|
public String getDocument()
public String getNode()
public String toString()
toString in class Objectpublic static XCapResourceId create(String resourceId)
resourceId - the XCAP resource identifier as single string.
IllegalArgumentException - if resourceId is null or emty or has
invalid format.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||