Package org.bedework.caldav.server
Class IscheduleMessage
java.lang.Object
org.bedework.caldav.server.IscheduleMessage
- All Implemented Interfaces:
Serializable,org.apache.james.jdkim.api.Headers
- Direct Known Subclasses:
IscheduleIn
public class IscheduleMessage
extends Object
implements org.apache.james.jdkim.api.Headers, Serializable
- Author:
- douglm
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a fieldvoidUpdate the headersorg.apache.james.jdkim.api.SignatureRecordGet the dkim signaturegetFieldVals(String val) Get the iScheduleMessageIdGet the iScheduleVersionGet the originatorGet the recipientstoString()
-
Field Details
-
originator
value of the Originator header -
recipients
values of Recipient headers -
iScheduleVersion
-
iScheduleMessageId
-
dkimSignature
protected org.apache.james.jdkim.tagvalue.SignatureRecordImpl dkimSignature
-
-
Constructor Details
-
IscheduleMessage
public IscheduleMessage()Constructor
-
-
Method Details
-
addField
Add a field- Parameters:
nameLc-
-
addHeader
Update the headers- Parameters:
name-val-
-
getOriginator
Get the originator- Returns:
- String originator
-
getRecipients
Get the recipients- Returns:
- Set of String recipients
-
getIScheduleVersion
Get the iScheduleVersion- Returns:
- String iScheduleVersion
-
getIScheduleMessageId
Get the iScheduleMessageId- Returns:
- String iScheduleMessageId
-
getDkimSignature
public org.apache.james.jdkim.api.SignatureRecord getDkimSignature()Get the dkim signature- Returns:
- SignatureRecord
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.james.jdkim.api.Headers
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.james.jdkim.api.Headers
-
getFieldVals
- Parameters:
val-- Returns:
- header values without the name: part
-
toString
-