Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.caps
Interface XcapCapsDocument

All Superinterfaces:
XcapDocument, XcapResource

public interface XcapCapsDocument
extends XcapDocument

The XCAP CAPS document. This is a global document with document root xcap-caps/global/index. The document is read only document for XCAP clients.


Method Summary
 List<String> getAuids()
          Provides a list of all supported Application Usage IDs.
 List<String> getNamespaces()
          Provides a list of all supported namespaces.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapDocument
getDocumentSelector, getNamespace2PrefixMap, setNamespace2PrefixMap

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Method Detail

getAuids

List<String> getAuids()
Provides a list of all supported Application Usage IDs.
Returns:
the list of all supported Application Usage IDs.

getNamespaces

List<String> getNamespaces()
Provides a list of all supported namespaces.
Returns:
the list of all supported namespaces.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.