Package org.apache.camel.spi
Interface UriFactoryResolver
-
public interface UriFactoryResolverA pluggable strategy for resolving different URI factories in a loosely coupled manner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointUriFactoryresolveFactory(String name, CamelContext context)Resolves the givenEndpointUriFactory.
-
-
-
Method Detail
-
resolveFactory
EndpointUriFactory resolveFactory(String name, CamelContext context)
Resolves the givenEndpointUriFactory.- Parameters:
name- the name of the factory (timer-endpoint etc)context- the camel context- Returns:
- the resolved factory, or null if no factory could be found
-
-