Class CombinedServiceFilterFactory

java.lang.Object
org.apache.camel.impl.cloud.CombinedServiceFilterFactory
All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>, org.apache.camel.cloud.ServiceFilterFactory

@Deprecated(since="4.7") @CloudServiceFactory("combined-service-filter") @Configurer public class CombinedServiceFilterFactory extends Object implements org.apache.camel.cloud.ServiceFilterFactory
Deprecated.
since 4.7
  • Constructor Details

    • CombinedServiceFilterFactory

      public CombinedServiceFilterFactory()
      Deprecated.
  • Method Details

    • getServiceFilterList

      public List<org.apache.camel.cloud.ServiceFilter> getServiceFilterList()
      Deprecated.
    • setServiceFilterList

      public void setServiceFilterList(List<org.apache.camel.cloud.ServiceFilter> serviceFilterList)
      Deprecated.
    • newInstance

      public org.apache.camel.cloud.ServiceFilter newInstance(org.apache.camel.CamelContext camelContext) throws Exception
      Deprecated.
      Specified by:
      newInstance in interface org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>
      Throws:
      Exception