Uses of Interface
org.apache.camel.spi.EndpointUriFactory
-
Packages that use EndpointUriFactory Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of EndpointUriFactory in org.apache.camel
Methods in org.apache.camel that return EndpointUriFactory Modifier and Type Method Description EndpointUriFactory
ExtendedCamelContext. getEndpointUriFactory(String scheme)
Gets theEndpointUriFactory
for the given component name. -
Uses of EndpointUriFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return EndpointUriFactory Modifier and Type Method Description EndpointUriFactory
UriFactoryResolver. resolveFactory(String name, CamelContext context)
Resolves the givenEndpointUriFactory
.
-