Uses of Class
org.apache.camel.component.xslt.XsltEndpoint
-
-
Uses of XsltEndpoint in org.apache.camel.component.xslt
Methods in org.apache.camel.component.xslt that return XsltEndpoint Modifier and Type Method Description protected XsltEndpoint
XsltComponent. createXsltEndpoint(String uri)
XsltEndpoint
XsltEndpoint. findOrCreateEndpoint(String uri, String newResourceUri)
Methods in org.apache.camel.component.xslt with parameters of type XsltEndpoint Modifier and Type Method Description void
TransformerFactoryConfigurationStrategy. configure(TransformerFactory factory, XsltEndpoint endpoint)
Configure the givenfactory
associated with the givenendpoint
.
-