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")
@Configurer
public class CombinedServiceFilterFactory
extends Object
implements org.apache.camel.cloud.ServiceFilterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.camel.cloud.ServiceFilter>org.apache.camel.cloud.ServiceFilternewInstance(org.apache.camel.CamelContext camelContext) voidsetServiceFilterList(List<org.apache.camel.cloud.ServiceFilter> serviceFilterList)
-
Constructor Details
-
CombinedServiceFilterFactory
public CombinedServiceFilterFactory()
-
-
Method Details
-
getServiceFilterList
-
setServiceFilterList
-
newInstance
public org.apache.camel.cloud.ServiceFilter newInstance(org.apache.camel.CamelContext camelContext) throws Exception - Specified by:
newInstancein interfaceorg.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>- Throws:
Exception
-