public class TypedProcessorFactory<T extends org.apache.camel.NamedNode> extends Object implements org.apache.camel.spi.ProcessorFactory
| Modifier | Constructor and Description |
|---|---|
protected |
TypedProcessorFactory(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Processor |
createChildProcessor(org.apache.camel.Route route,
org.apache.camel.NamedNode definition,
boolean mandatory) |
org.apache.camel.Processor |
createProcessor(org.apache.camel.CamelContext camelContext,
String definitionName,
Object[] args) |
org.apache.camel.Processor |
createProcessor(org.apache.camel.Route route,
org.apache.camel.NamedNode definition) |
protected org.apache.camel.Processor |
doCreateChildProcessor(org.apache.camel.Route route,
T definition,
boolean mandatory) |
org.apache.camel.Processor |
doCreateProcessor(org.apache.camel.Route route,
T definition) |
public org.apache.camel.Processor createChildProcessor(org.apache.camel.Route route,
org.apache.camel.NamedNode definition,
boolean mandatory)
throws Exception
createChildProcessor in interface org.apache.camel.spi.ProcessorFactoryExceptionpublic org.apache.camel.Processor createProcessor(org.apache.camel.Route route,
org.apache.camel.NamedNode definition)
throws Exception
createProcessor in interface org.apache.camel.spi.ProcessorFactoryExceptionpublic org.apache.camel.Processor createProcessor(org.apache.camel.CamelContext camelContext,
String definitionName,
Object[] args)
throws Exception
createProcessor in interface org.apache.camel.spi.ProcessorFactoryExceptionprotected org.apache.camel.Processor doCreateChildProcessor(org.apache.camel.Route route,
T definition,
boolean mandatory)
throws Exception
ExceptionApache Camel