com.ibm.xdms.xcap
Interface XcapCaps


public interface XcapCaps

Represents the ibm-xcap-caps.xml that is loaded upon startup. This is the top level interface for accessing the configuration of all the application usages.


Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Method Summary
 ApplicationUsage getApplicationUsage(java.lang.String auid)
          Returns an ApplicationUsage for the given AUID
 java.util.Set<java.lang.String> getAuids()
          Returns a Set of String AUIDs that is supported by this XDMS
 org.w3c.dom.Document getDocument()
          Returns a DOM of the ibm-xcap-caps.xml
 java.lang.String getDocumentAsString()
          Returns the document as a String
 java.util.Set<java.lang.String> getExtensions()
          Returns the Set of String extensions
 GlobalConfig getGlobalConfig()
          Returns the GlobalConfig properties
 java.util.Set<java.lang.String> getNamespaces()
          Returns the Set of String namespaces
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Copyright

Method Detail

getAuids

java.util.Set<java.lang.String> getAuids()
Returns a Set of String AUIDs that is supported by this XDMS

Returns:
Returns a Set of String AUIDs that is supported by this XDMS

getApplicationUsage

ApplicationUsage getApplicationUsage(java.lang.String auid)
Returns an ApplicationUsage for the given AUID

Parameters:
auid - The AUID of interest
Returns:
Returns an ApplicationUsage for the given AUID

getExtensions

java.util.Set<java.lang.String> getExtensions()
Returns the Set of String extensions

Returns:
Returns the Set of String extensions

getNamespaces

java.util.Set<java.lang.String> getNamespaces()
Returns the Set of String namespaces

Returns:
Returns the Set of String namespaces

getDocument

org.w3c.dom.Document getDocument()
Returns a DOM of the ibm-xcap-caps.xml

Returns:
Returns a DOM of the ibm-xcap-caps.xml

getDocumentAsString

java.lang.String getDocumentAsString()
Returns the document as a String

Returns:
Returns the document as a String

getGlobalConfig

GlobalConfig getGlobalConfig()
Returns the GlobalConfig properties

Returns:
Returns the GlobalConfig properties