Package org.apache.camel.component.xslt
Class DefaultXsltUriResolverFactory
java.lang.Object
org.apache.camel.component.xslt.DefaultXsltUriResolverFactory
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptioncreateUriResolver
(org.apache.camel.CamelContext camelContext, String resourceUri) Method is called during the creation of a xslt endpoint.
-
Constructor Details
-
DefaultXsltUriResolverFactory
public DefaultXsltUriResolverFactory()
-
-
Method Details
-
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
-