Class ServiceCallProcessorFactory

java.lang.Object
org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.cloud.ServiceCallDefinition>
org.apache.camel.impl.cloud.ServiceCallProcessorFactory
All Implemented Interfaces:
org.apache.camel.spi.ProcessorFactory

@Deprecated public class ServiceCallProcessorFactory extends org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.cloud.ServiceCallDefinition>
Deprecated.
  • Field Summary

    Fields inherited from interface org.apache.camel.spi.ProcessorFactory

    FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.camel.Processor
    doCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.cloud.ServiceCallDefinition definition)
    Deprecated.
     

    Methods inherited from class org.apache.camel.support.TypedProcessorFactory

    createChildProcessor, createProcessor, createProcessor, doCreateChildProcessor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceCallProcessorFactory

      public ServiceCallProcessorFactory()
      Deprecated.
  • Method Details

    • doCreateProcessor

      public org.apache.camel.Processor doCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.cloud.ServiceCallDefinition definition) throws Exception
      Deprecated.
      Overrides:
      doCreateProcessor in class org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.cloud.ServiceCallDefinition>
      Throws:
      Exception