Package org.apache.camel.component.xslt
Interface SourceHandlerFactory
-
- All Known Implementing Classes:
XmlSourceHandlerFactoryImpl
public interface SourceHandlerFactoryInterface to be implemented by concrete source handlers/converters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourcegetSource(org.apache.camel.Exchange exchange)Creates a specificSourcedepending on the current message exchanged
-