Interface TemplateMessageManipulationInput
-
- All Superinterfaces:
IncomingBindingsProvider
,IncomingMessageInfo
,IncomingMessageInput
,MessageInfo
,TicketProvider
public interface TemplateMessageManipulationInput extends IncomingMessageInput, TicketProvider
ATemplateMessageManipulationInput
contains all information to manipulate the template message with aTemplateMessageManipulator
- Since:
- 12.33
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateMessage
getTemplateMessage()
This method returns the generated template message ready to be processed by the novomind iAGENT routing process.-
Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessage
-
Methods inherited from interface com.novomind.ecom.api.imail.core.input.IncomingMessageInput
getIncomingBindings, getTicketStorage
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
-
-
-
Method Detail
-
getTemplateMessage
TemplateMessage getTemplateMessage()
This method returns the generated template message ready to be processed by the novomind iAGENT routing process.- Returns:
- the
TemplateMessage
used as template to be processed by the novomind iAGENT routing process. - Since:
- 12.33
-
-