Package org.apache.camel.component.xslt
Interface TransformerFactoryConfigurationStrategy
-
public interface TransformerFactoryConfigurationStrategy
A configuration strategy applied to freshly created instances ofTransformerFactory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(TransformerFactory factory, XsltEndpoint endpoint)
Configure the givenfactory
associated with the givenendpoint
.
-
-
-
Method Detail
-
configure
void configure(TransformerFactory factory, XsltEndpoint endpoint)
Configure the givenfactory
associated with the givenendpoint
.- Parameters:
factory
- theTransformerFactory
to configureendpoint
- theXsltEndpoint
owning the givenfactory
-
-