Package org.apache.camel.spi
Interface UriFactoryResolver
public interface UriFactoryResolver
A pluggable strategy for resolving different URI factories in a loosely coupled manner.
-
Method Summary
Modifier and TypeMethodDescriptionresolveFactory(String name, CamelContext context) Resolves the givenEndpointUriFactory.
-
Method Details
-
resolveFactory
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
-