public abstract class InformationTransformer extends Object
Constructor and Description |
---|
InformationTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the information transformer.
|
void |
init()
This method initializes the information transformer.
|
String |
transform(Object information)
Deprecated.
|
String |
transform(Object information,
Map<String,Object> headers,
ActivityType activityType)
This method transforms the supplied information and
returns the textual representation of the result.
|
public void init() throws Exception
Exception
- Failed to initialize@Deprecated public String transform(Object information)
information
- The informationpublic String transform(Object information, Map<String,Object> headers, ActivityType activityType)
information
- The informationheaders
- The optional header informationactivityType
- The optional activity typeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.