|
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 CapabilityMessage
Represents CapabilityMessage in a QueryInteraction for the capability query and update exchange between participants.
IMConversation is created by the SFT internally for the incoming OPTIONS request/response
Upon receiving the incoming OPTIONS request, the CommunicationEvent.Type.QUERYING event is invoked on the CommunicationBean.
Upon receiving a response to an OPTIONS request, the CommunicationEvent.Type.QUERIED is invoked on the CommunicationBean. CommunicationBean can get an instance of CapabilityMessage via CommunicationContext.getMessage()
QueryInteraction| Method Summary | |
|---|---|
void |
consume(Capability capability)Consume this CapabilityMessage in the server and send the Capability back to the participant. |
Capability |
getAvailableCapabilities()Retrieve an instance of Capability that encapsulates the available capability of an endpoint. |
Capability |
getCapabilities()Retrieve an instance of Capability that encapsulates the capability of an endpoint. |
String |
getCapabilityOwner()Retrieve the owner of the capability. |
String |
getCommunication()Retrieve the name of communication in which capability query happens |
| Methods inherited from interface com.oracle.sft.api.Message |
|---|
consume, getContent, getContentType, reject, send, send, send |
| Method Detail |
|---|
Capability getCapabilities()
Capability that encapsulates the capability of an endpoint.Capability.Capability getAvailableCapabilities()
Capability that encapsulates the available capability of an endpoint.Capability.String getCapabilityOwner()
void consume(Capability capability)
CapabilityMessage in the server and send the Capability back to the participant.capability - An instance of CapabilityString getCommunication()
|
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.