public interface ValidatorResourceResolverFactory
The dynamic resource URI given in ${header.XSD_FILE} will be past as rootResourceUri parameter in the method<camel:recipientList><camel:simple>validator:${header.XSD_FILE}?resourceResolverFactory=#resourceResolverFactory</camel:simple></camel:recipientList>
createResourceResolver(CamelContext, String)| Modifier and Type | Method and Description |
|---|---|
LSResourceResolver |
createResourceResolver(CamelContext camelContext,
String rootResourceUri)
Method is called during the creation of a validator endpoint.
|
LSResourceResolver createResourceResolver(CamelContext camelContext, String rootResourceUri)
camelContext - camel contextrootResourceUri - resource URI specified in the endpoint URIApache Camel