org.apache.camel.component.sql
Class SqlProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.sql.SqlProducer
- All Implemented Interfaces:
- Processor, Producer, Service
public class SqlProducer
- extends DefaultProducer
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
UPDATE_COUNT
public static final String UPDATE_COUNT
- See Also:
- Constant Field Values
SqlProducer
public SqlProducer(SqlEndpoint endpoint,
String query,
JdbcTemplate jdbcTemplate)
process
public void process(Exchange exchange)
throws Exception
- Throws:
Exception
Apache CAMEL