| Package | Description |
|---|---|
| org.jwall.audit | |
| org.jwall.audit.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessorFinder.deployCustomEventProcessors(File procDefs,
AuditEventProcessorPipeline pipeline)
This method parses the given XML file and deploys any processor nodes
that have been found in the given pipeline.
|
void |
EventProcessorFinder.deployCustomEventProcessors(InputStream processorDefinitions,
AuditEventProcessorPipeline pipeline)
This method parses an XML document from the given input-stream and
deploys any processor nodes that have been found at the given pipeline
instance.
|
protected void |
EventProcessorFinder.deployEventProcessors(NodeList candidateNodes,
AuditEventProcessorPipeline pipeline)
This method basically does the real work as it parses the list of
candidate nodes that might be referring to processors and creates objects
from theses that are deployed in the specified pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventProcessorPipeline |
AuditEventProcessorFinder.deployCustomEventProcessors(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEventProcessorFinder.deployCustomEventProcessors(File procDefs,
AuditEventProcessorPipeline pipeline) |
void |
AuditEventProcessorFinder.deployCustomEventProcessors(InputStream processorDefinitions,
AuditEventProcessorPipeline pipeline) |
protected static void |
AuditEventProcessorFinder.registerProcessors(AuditEventProcessorPipeline pipeline,
Element node) |
protected static void |
AuditEventProcessorFinder.registerProcessors(AuditEventProcessorPipeline pipeline,
NodeList eventProcessorList) |
Copyright © 2014 jwall.org. All Rights Reserved.