|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.ericsson.hosasdk.api.hui.IpAppHosaUIManagerAdapter
tourguide.MMSProcessor
Implements handlers for MMS interactions. This class is heavily based on a sample code provided with NRG SDK.
| Constructor Summary | |
MMSProcessor(com.ericsson.hosasdk.api.hui.IpHosaUIManager aHosaUIManager,
ServiceLogic service)
Initializes instance variables. |
|
| Method Summary | |
void |
hosaSendMessageErr(int anAssignmentID,
com.ericsson.hosasdk.api.TpHosaSendMessageError[] anErrorList)
Processes a failed MMS send notification. |
void |
hosaSendMessageRes(int anAssignmentID,
com.ericsson.hosasdk.api.TpHosaSendMessageReport[] aResponseList)
Processes a sucessful MMS send notification. |
void |
sendMMS(java.lang.String aSender,
java.lang.String aReceiver,
byte[] aMessageContent,
java.lang.String aMessageSubject)
Sends MMS. |
| Methods inherited from class com.ericsson.hosasdk.api.hui.IpAppHosaUIManagerAdapter |
dispose, hosaMessageDeliveryNotification, notImplemented, reportEventNotification, reportNotification, userInteractionAborted, userInteractionNotificationContinued, userInteractionNotificationInterrupted |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ericsson.hosasdk.api.hui.IpAppHosaUIManager |
hosaMessageDeliveryNotification, reportEventNotification, reportNotification, userInteractionAborted, userInteractionNotificationContinued, userInteractionNotificationInterrupted |
| Constructor Detail |
public MMSProcessor(com.ericsson.hosasdk.api.hui.IpHosaUIManager aHosaUIManager,
ServiceLogic service)
aHosaUIManager - a User Interactions manager (NRG object).service - the service logic object that will process MMS messages.| Method Detail |
public void hosaSendMessageErr(int anAssignmentID,
com.ericsson.hosasdk.api.TpHosaSendMessageError[] anErrorList)
hosaSendMessageErr in interface com.ericsson.hosasdk.api.hui.IpAppHosaUIManagerIpAppHosaUIManager
public void hosaSendMessageRes(int anAssignmentID,
com.ericsson.hosasdk.api.TpHosaSendMessageReport[] aResponseList)
hosaSendMessageRes in interface com.ericsson.hosasdk.api.hui.IpAppHosaUIManagerIpAppHosaUIManager
public void sendMMS(java.lang.String aSender,
java.lang.String aReceiver,
byte[] aMessageContent,
java.lang.String aMessageSubject)
aSender - sender of the MMSaReceiver - receiver of the MMSaMessageContent - message as a byte arrayaMessageSubject - subject of the MMS
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||