public class RibbonProcessorFactory extends org.apache.camel.impl.remote.DefaultServiceCallProcessorFactory<RibbonConfiguration,RibbonServer>
ProcessorFactory
that creates the Ribbon implementation of the ServiceCall EIP.Constructor and Description |
---|
RibbonProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
protected RibbonConfiguration |
createConfiguration(org.apache.camel.spi.RouteContext routeContext) |
protected org.apache.camel.Processor |
createProcessor(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.model.remote.ServiceCallDefinition definition,
RibbonConfiguration cfg) |
builtInLoadBalancer, builtInServerListStrategy, configureLoadBalancer, configureLoadBalancer, configureProperties, configureServerListStrategy, configureServerListStrategy, createChildProcessor, createDefaultLoadBalancer, createDefaultServerListStrategy, createProcessor, createProcessor
protected org.apache.camel.Processor createProcessor(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.model.remote.ServiceCallDefinition definition, RibbonConfiguration cfg) throws Exception
createProcessor
in class org.apache.camel.impl.remote.DefaultServiceCallProcessorFactory<RibbonConfiguration,RibbonServer>
Exception
protected RibbonConfiguration createConfiguration(org.apache.camel.spi.RouteContext routeContext) throws Exception
createConfiguration
in class org.apache.camel.impl.remote.DefaultServiceCallProcessorFactory<RibbonConfiguration,RibbonServer>
Exception
Apache Camel