Interface TemplateMessageManipulationInput
- All Superinterfaces:
IncomingBindingsProvider
,IncomingMessageInfo
,IncomingMessageInput
,MessageInfo
,TicketProvider
A
TemplateMessageManipulationInput
contains all information
to manipulate the template message with a TemplateMessageManipulator
- Since:
- 12.33
-
Method Summary
Modifier and TypeMethodDescriptionThis 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 Details
-
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
-