public interface UriFactoryResolver
| Modifier and Type | Method and Description |
|---|---|
EndpointUriFactory |
resolveFactory(String name,
CamelContext context)
Resolves the given
EndpointUriFactory. |
EndpointUriFactory resolveFactory(String name, CamelContext context)
EndpointUriFactory.name - the name of the factory (timer-endpoint etc)context - the camel contextApache Camel