Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface EndUserConfirmationMessage

All Superinterfaces:
Message

public interface EndUserConfirmationMessage
extends Message

Represents End User Confirmation Message in an IMConversation between participants.

IMConversation is created by the SFT internally for the incoming MESSAGE request/response of End User Confirmation request, response or acknowledgment .

Upon the incoming of End User Confirmation request MESSAGE, CommunicationEvent.Type.CONFIRMATION_MESSAGEARRIVED event will be invoked on the CommunicationBean.

Upon the incoming of End User Confirmation response MESSAGE , CommunicationEvent.Type.CONFIRMATION_RESPONDED event will be invoked on the CommunicationBean.

Upon the incoming of response to MESSAGE of End User Confirmation response or acknowledgment, CommunicationEvent.Type.CONFIRMATION_FINISHED event will be invoked on the CommunicationBean.

CommunicationBean can get a EndUserConfirmationMessage via CommunicationContext.getMessage()

See Also:
IMConversation

Method Summary
 EndUserConfirmationData getData()
          to get End User Confirmation message data

 

Methods inherited from interface com.oracle.sft.api.Message
consume, getContent, getContentType, reject, send, send, send

 

Method Detail

getData

EndUserConfirmationData getData()
to get End User Confirmation message data
Returns:
EndUserConfirmationData

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.