Uses of Interface
org.apache.camel.spi.UriFactoryResolver
-
Packages that use UriFactoryResolver Package Description org.apache.camel The core Camel API. -
-
Uses of UriFactoryResolver in org.apache.camel
Methods in org.apache.camel that return UriFactoryResolver Modifier and Type Method Description UriFactoryResolverExtendedCamelContext. getUriFactoryResolver()Gets theUriFactoryResolverto use.Methods in org.apache.camel with parameters of type UriFactoryResolver Modifier and Type Method Description voidExtendedCamelContext. setUriFactoryResolver(UriFactoryResolver uriFactoryResolver)Sets theUriFactoryResolverto use.
-