|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XCAPClient
Launch point for XCAP APIs. com.oracle.sft.api.CommunicationService.getXcapClient() can get an instance of XCAPClient.
| Method Summary | ||
|---|---|---|
XcapConnection |
createConnection(XcapRoot xcapRoot)Creates a new XcapConnection. |
|
|
createDocument(XcapDocumentSelector selector, String contentType)Create an instance of XcapDocument which denote an XML document. |
|
XcapDocumentSelector |
createDocumentSelector(String auid, String xui, String documentName)Create a XcapDocumentSelector instance which denotes document selector. |
|
XcapRequest |
createRequest(XcapResource component, XcapRequest.Operation operation)Creates an XCAP request. |
|
XcapRoot |
createXcapRoot(String anXcapRoot)Provides an encapsulation of the XCAP Root part of the request URI. |
|
| Method Detail |
|---|
XcapConnection createConnection(XcapRoot xcapRoot)
xcapRoot - The URI in which all XCAP resources exist.
XcapRequest createRequest(XcapResource component,
XcapRequest.Operation operation)
component - component related to the request.operation - operation to perform on the componentXcapRoot createXcapRoot(String anXcapRoot)
anXcapRoot - the XCAP Root part of the request URI. An example: https://www.zero-xdm.com:8080/services. The generic form is <protocol>://<host>:<port>[/<path>].
XcapDocumentSelector createDocumentSelector(String auid,
String xui,
String documentName)
auid - Application Unique IDxui - XCAP User IdentifierdocumentName - Name of the XML document
<X extends XcapDocument> X createDocument(XcapDocumentSelector selector,
String contentType)
selector - an XCAP document selectorcontentType - the content type of the XCAP document
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.