|
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.XCapResource
public class XCapResource
XCAP resource.
Compliant with rfc4825
| Constructor Summary | |
|---|---|
XCapResource(XCapResourceId id,
String content,
String contentType)
Creates XCAP resource with XCAP resource identifier, XCAP resource content and content-type. |
|
| Method Summary | |
|---|---|
String |
getContent()
Gets XCAP resource content. |
String |
getContentType()
Gets XCAP resource content type. |
XCapResourceId |
getId()
Gets XCAP resource identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XCapResource(XCapResourceId id,
String content,
String contentType)
id - the XCAP resource identifier.content - the XCAP resource content.contentType - the XCAP resource content type.| Method Detail |
|---|
public XCapResourceId getId()
public String getContent()
public String getContentType()
|
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 | |||||||||