- All Known Implementing Classes:
XmlSourceHandlerFactoryImpl
public interface SourceHandlerFactory
Interface to be implemented by concrete source handlers/converters
-
Method Summary
getSource(org.apache.camel.Exchange exchange)
Creates a specific
Source
depending on the current message exchanged
-
Method Details
-
getSource
Creates a specific
Source
depending on the current message exchanged
- Parameters:
exchange
- the exchange
- Returns:
- the source created from the message
- Throws:
Exception
- if the source couldn't be created