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