public interface MailContentProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
process(java.lang.String input)
Take the supplied input data and process it in some fashion, returning the result.
|
java.lang.String process(java.lang.String input)
input
- the content to be processed.Copyright © 2003-2014 Atlassian. All Rights Reserved.