Package org.apache.camel.impl.cloud
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
@CloudServiceFactory("combined-service-filter") public class CombinedServiceFilterFactory extends Object implements org.apache.camel.cloud.ServiceFilterFactory
-
-
Constructor Summary
Constructors Constructor Description CombinedServiceFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.camel.cloud.ServiceFilter>
getServiceFilterList()
org.apache.camel.cloud.ServiceFilter
newInstance(org.apache.camel.CamelContext camelContext)
void
setServiceFilterList(List<org.apache.camel.cloud.ServiceFilter> serviceFilterList)
-