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 EndpointUriFactoryExtendedCamelContext. getEndpointUriFactory(String scheme)Gets theEndpointUriFactoryfor 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 EndpointUriFactoryUriFactoryResolver. resolveFactory(String name, CamelContext context)Resolves the givenEndpointUriFactory.
-