public interface InformationProcessorManager
Modifier and Type | Method and Description |
---|---|
InformationProcessor |
getInformationProcessor(String name)
This method returns the information processor associated
with the supplied name.
|
String |
process(String processor,
String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes supplied information to
extract relevant details, and then return an
appropriate representation of that information
for public distribution.
|
void |
register(InformationProcessor ip)
This method registers the information processor.
|
void |
unregister(InformationProcessor ip)
This method registers the information processor.
|
void register(InformationProcessor ip) throws Exception
ip
- The information processorException
- Failed to registerInformationProcessor getInformationProcessor(String name)
name
- The nameString process(String processor, String type, Object info, Map<String,Object> headers, ActivityType actType)
processor
- The optional information processor to usetype
- The information typeinfo
- The information to be processedheaders
- The optional header informationactType
- The activity type to be annotated with
details extracted from the informationvoid unregister(InformationProcessor ip) throws Exception
ip
- The information processorException
- Failed to unregisterCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.