org.apache.camel.builder
Interface ProcessorFactory

All Known Implementing Classes:
ConstantProcessorBuilder

public interface ProcessorFactory

An interface representing a builder of a Processor

Version:
$Revision: 747062 $

Method Summary
 Processor createProcessor()
          Creates the processor.
 

Method Detail

createProcessor

Processor createProcessor()
                          throws Exception
Creates the processor.

Returns:
a newly created processor
Throws:
Exception - is thrown if the processor cannot be created


Copyright © 2009 Apache Software Foundation. All Rights Reserved.