Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface MessageSummaryExtensionHeader


public interface MessageSummaryExtensionHeader

This interface encapsulates the Message Summary Extension Header for MWI Event Package. These message summary extension headers are defined by RFC3842, and sent to subscriber in MWI NOTIFY body. To: <alice@example.com> From: <bob@example.com> Subject: go to park tomorrow? Date: Sun, 09 Jul 2008 21:23:01 -0700 Priority: normal Message-ID: 12345678@mail.example.com


Method Summary
 String getDate()
          Returns Date field.
 String getFrom()
          Returns From field.
 String getMessageID()
          Returns Message-ID field.
 String getPriority()
          Returns Priority field.
 String getSubject()
          Returns Subject field.
 String getTo()
          Returns To field.
 void setDate(String date)
          Set the Date field.
 void setFrom(String from)
          Set the From field.
 void setPriority(String priority)
          Set the Priority field.
 void setSubject(String subject)
          Set the Subject field.
 void setTo(String to)
          Set the To field.

 

Method Detail

getFrom

String getFrom()
Returns From field.
Returns:
the From field.

setFrom

void setFrom(String from)
Set the From field.
Parameters:
from - From field

getTo

String getTo()
Returns To field.
Returns:
the To field.

setTo

void setTo(String to)
Set the To field.
Parameters:
to - To field

getSubject

String getSubject()
Returns Subject field.
Returns:
the Subject field.

setSubject

void setSubject(String subject)
Set the Subject field.
Parameters:
subject - Subject field

getDate

String getDate()
Returns Date field.
Returns:
the Date field.

setDate

void setDate(String date)
Set the Date field.
Parameters:
date - Date field

getPriority

String getPriority()
Returns Priority field.
Returns:
the Priority field.

setPriority

void setPriority(String priority)
Set the Priority field.
Parameters:
priority - Priority field

getMessageID

String getMessageID()
Returns Message-ID field.
Returns:
the Message-ID field.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.