Package org.apache.camel.component.xslt
Interface TransformerFactoryConfigurationStrategy
public interface TransformerFactoryConfigurationStrategy
A configuration strategy applied to freshly created instances of
TransformerFactory.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(TransformerFactory factory, XsltEndpoint endpoint) Configure the givenfactoryassociated with the givenendpoint.
-
Method Details
-
configure
Configure the givenfactoryassociated with the givenendpoint.- Parameters:
factory- theTransformerFactoryto configureendpoint- theXsltEndpointowning the givenfactory
-