public class CombinedServiceFilter extends Object implements ServiceFilter
| Constructor and Description |
|---|
CombinedServiceFilter(List<ServiceFilter> delegates) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDefinition> |
apply(List<ServiceDefinition> services)
Chooses one of the service to use
|
List<ServiceFilter> |
getDelegates() |
static CombinedServiceFilter |
wrap(ServiceFilter... delegates) |
public CombinedServiceFilter(List<ServiceFilter> delegates)
public List<ServiceFilter> getDelegates()
public List<ServiceDefinition> apply(List<ServiceDefinition> services)
ServiceFilterapply in interface ServiceFilterservices - list of servicespublic static CombinedServiceFilter wrap(ServiceFilter... delegates)
Apache Camel