public class AuditEventProcessorFinder extends Object
| Constructor and Description |
|---|
AuditEventProcessorFinder() |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventProcessorPipeline |
deployCustomEventProcessors(File file) |
void |
deployCustomEventProcessors(File procDefs,
AuditEventProcessorPipeline pipeline) |
void |
deployCustomEventProcessors(InputStream processorDefinitions,
AuditEventProcessorPipeline pipeline) |
protected static void |
registerProcessors(AuditEventProcessorPipeline pipeline,
Element node) |
protected static void |
registerProcessors(AuditEventProcessorPipeline pipeline,
NodeList eventProcessorList) |
public static AuditEventProcessorPipeline deployCustomEventProcessors(File file) throws Exception
Exceptionpublic void deployCustomEventProcessors(File procDefs, AuditEventProcessorPipeline pipeline) throws Exception
Exceptionpublic void deployCustomEventProcessors(InputStream processorDefinitions, AuditEventProcessorPipeline pipeline) throws Exception
Exceptionprotected static void registerProcessors(AuditEventProcessorPipeline pipeline, NodeList eventProcessorList)
protected static void registerProcessors(AuditEventProcessorPipeline pipeline, Element node)
Copyright © 2015 jwall.org. All Rights Reserved.