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, getIncomingMessageMethods inherited from interface com.novomind.ecom.api.imail.core.input.IncomingMessageInput
getIncomingBindings, getTicketStorageMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods 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
TemplateMessageused as template to be processed by the novomind iAGENT routing process. - Since:
- 12.33
-