|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.Set<java.lang.String> getAuids()
ApplicationUsage getApplicationUsage(java.lang.String auid)
auid
- The AUID of interest
java.util.Set<java.lang.String> getExtensions()
java.util.Set<java.lang.String> getNamespaces()
org.w3c.dom.Document getDocument()
java.lang.String getDocumentAsString()
GlobalConfig getGlobalConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |