Class CombinedServiceFilterFactory

  • All Implemented Interfaces:
    org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>, org.apache.camel.cloud.ServiceFilterFactory

    @CloudServiceFactory("combined-service-filter")
    public class CombinedServiceFilterFactory
    extends Object
    implements org.apache.camel.cloud.ServiceFilterFactory
    • Constructor Detail

      • CombinedServiceFilterFactory

        public CombinedServiceFilterFactory()
    • Method Detail

      • getServiceFilterList

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

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

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