Package org.apache.camel.component.xslt
Class DefaultXsltUriResolverFactory
- java.lang.Object
-
- org.apache.camel.component.xslt.DefaultXsltUriResolverFactory
-
- All Implemented Interfaces:
XsltUriResolverFactory
public class DefaultXsltUriResolverFactory extends Object implements XsltUriResolverFactory
Default URI resolver factory which instantiates the camel default XSLT URI resolver which can resolves absolute and relative URIs in the classpath and file system.
-
-
Constructor Summary
Constructors Constructor Description DefaultXsltUriResolverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIResolver
createUriResolver(org.apache.camel.CamelContext camelContext, String resourceUri)
Method is called during the creation of a xslt endpoint.
-
-
-
Method Detail
-
createUriResolver
public URIResolver createUriResolver(org.apache.camel.CamelContext camelContext, String resourceUri)
Description copied from interface:XsltUriResolverFactory
Method is called during the creation of a xslt endpoint.- Specified by:
createUriResolver
in interfaceXsltUriResolverFactory
- Parameters:
camelContext
- camel contextresourceUri
- resource URI specified in the endpoint URI- Returns:
- URI resolver
-
-