|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Communication | |
|---|---|
| com.oracle.sft.api | The SFT base communication API. |
| Uses of Communication in com.oracle.sft.api |
|---|
| Classes in com.oracle.sft.api with type parameters of type Communication | |
|---|---|
interface |
CommunicationContext<C extends Communication,P extends Participant,M extends Message>Represents the context of a given Communication event. |
| Subinterfaces of Communication in com.oracle.sft.api | |
|---|---|
interface |
ConferenceRepresents a Conference. |
interface |
ConversationRepresents a two party call. |
interface |
IMConferenceRepresents a multi-party pager-mode instant messaging. |
interface |
IMConversationRepresents a two party IM conversation. |
interface |
InteractionA communication where more than one Participant interact with each other. |
interface |
MessageObservationThis interface encapsulates Message Observation UserActivity. |
interface |
MSRPConferenceA interaction object that can represents 2 different type of MSRP session: |
interface |
MSRPConversationAn interaction object that represents the session-mode instant messaging or chat session among two participants. |
interface |
QueryInteractionRepresents a QueryInteraction for some message exchange between two user agents via AS , such as SIP OPTIONS It extends a Interaction. |
interface |
UserActivityThis interface encapsulates the User Activity. |
| Methods in com.oracle.sft.api with type parameters of type Communication | ||
|---|---|---|
|
RestAuthorizationAdapter.authorize(Principal principal, RestAuthorizationAdapter.HTTPMethod method, URI uri, Class<C> communicationClass, RestAuthorizeData data)Determines whether the authentication id with given role and principal is allowed to do the specific REST API. |
|
|
CommunicationSession.createCommunication(Class<C> type, String name, Communication other, Object... arg)A generic method to create any type of communication from another communication. |
|
|
CommunicationSession.createCommunication(Class<C> type, String name, Participant initiator, Object... arg)A generic method to create any type of communication. |
|
|
CommunicationService.findByInitiator(Class<C> type, String initiator)Search for all communication initiated by a particular user. |
|
|
CommunicationService.findByName(Class<C> type, String name)Search API for communication by name. |
|
|
CommunicationService.findByParticipant(Class<C> type, String participantName)Search for all communication where a particular user is present. |
|
|
CommunicationService.findCommunications(Class<C> type)Method that returns all the communications for that application depending on the type of communication, |
|
| Methods in com.oracle.sft.api that return Communication | |
|---|---|
Communication |
AuthenticationCallback.getCommunication()Retrieve the Communication whose challenge response has reached SFT. |
| Methods in com.oracle.sft.api with parameters of type Communication | ||
|---|---|---|
|
CommunicationSession.createCommunication(Class<C> type, String name, Communication other, Object... arg)A generic method to create any type of communication from another communication. |
|
| Constructors in com.oracle.sft.api with parameters of type Communication | |
|---|---|
AuthenticationCallback(AuthenticationCallback.ChallengeType challengeType, Communication communication, String realm)Creates a AuthenticationCallback for an authentication challenge. |
|
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.