Uses of Class
org.jwall.web.audit.AuditEventProcessorPipeline

Packages that use AuditEventProcessorPipeline
org.jwall.audit   
org.jwall.audit.processor   
 

Uses of AuditEventProcessorPipeline in org.jwall.audit
 

Methods in org.jwall.audit with parameters of type AuditEventProcessorPipeline
 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.
 

Uses of AuditEventProcessorPipeline in org.jwall.audit.processor
 

Methods in org.jwall.audit.processor that return AuditEventProcessorPipeline
static AuditEventProcessorPipeline AuditEventProcessorFinder.deployCustomEventProcessors(File file)
           
 

Methods in org.jwall.audit.processor with parameters of type AuditEventProcessorPipeline
 void AuditEventProcessorFinder.deployCustomEventProcessors(File procDefs, AuditEventProcessorPipeline pipeline)
           
 void AuditEventProcessorFinder.deployCustomEventProcessors(InputStream processorDefinitions, AuditEventProcessorPipeline pipeline)
           
 



Copyright © 2012 jwall.org. All Rights Reserved.