public class ElsqlSqlMapSource
extends org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
SqlParameterSource that is used by ElSql
to lookup parameter values. This source will lookup in the Camel Exchange and Message
assuming they are Map based.| Constructor and Description |
|---|
ElsqlSqlMapSource(org.apache.camel.Exchange exchange,
Object body) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(String paramName) |
boolean |
hasValue(String paramName) |
public ElsqlSqlMapSource(org.apache.camel.Exchange exchange,
Object body)
public boolean hasValue(String paramName)
public Object getValue(String paramName) throws IllegalArgumentException
IllegalArgumentExceptionApache Camel