|
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 | |||||||||
public interface ResourceListsClient
XCAP resource-lists client interface.
Compliant with rfc4825, rfc4826
| Field Summary | |
|---|---|
static String |
DOCUMENT_FORMAT
Resource-lists uri format. |
static String |
ELEMENT_CONTENT_TYPE
Resource-lists content type. |
static String |
NAMESPACE
Resource-lists namespace. |
static String |
RESOURCE_LISTS_CONTENT_TYPE
Resource-lists content type. |
| Method Summary | |
|---|---|
void |
deleteResourceLists()
Deletes the resource-lists from the server. |
ListType |
getList(String anchor)
Gets the resource-lists from the server. |
ResourceListsType |
getResourceLists()
Gets the resource-lists from the server. |
void |
putResourceLists(ResourceListsType resourceLists)
Puts the resource-lists to the server. |
| Field Detail |
|---|
static final String DOCUMENT_FORMAT
static final String RESOURCE_LISTS_CONTENT_TYPE
static final String ELEMENT_CONTENT_TYPE
static final String NAMESPACE
| Method Detail |
|---|
void putResourceLists(ResourceListsType resourceLists)
throws XCapException
resourceLists - the resource-lists to be saved on the server.
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
ResourceListsType getResourceLists()
throws XCapException
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
void deleteResourceLists()
throws XCapException
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
ListType getList(String anchor)
throws XCapException
anchor - reference to the list.
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
|
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 | |||||||||