public interface XsltUriResolverFactory
The dynamic resource URI given in ${header.XSLT_FILE} will be past as resourceUri parameter in the method<camel:recipientList><camel:simple>xslt:${header.XSLT_FILE}?uriResolverFactory=#uriResolverFactory</camel:recipientList>
createUriResolver(CamelContext, String)| Modifier and Type | Method and Description |
|---|---|
URIResolver |
createUriResolver(CamelContext camelContext,
String resourceUri)
Method is called during the creation of a xslt endpoint.
|
URIResolver createUriResolver(CamelContext camelContext, String resourceUri)
camelContext - camel contextresourceUri - resource URI specified in the endpoint URIApache Camel