public class DefaultXsltUriResolverFactory extends Object implements XsltUriResolverFactory
| Constructor and Description |
|---|
DefaultXsltUriResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
URIResolver |
createUriResolver(CamelContext camelContext,
String resourceUri)
Method is called during the creation of a xslt endpoint.
|
public DefaultXsltUriResolverFactory()
public URIResolver createUriResolver(CamelContext camelContext, String resourceUri)
XsltUriResolverFactorycreateUriResolver in interface XsltUriResolverFactorycamelContext - camel contextresourceUri - resource URI specified in the endpoint URIApache Camel