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 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 interface XsltUriResolverFactory
      Parameters:
      camelContext - camel context
      resourceUri - resource URI specified in the endpoint URI
      Returns:
      URI resolver