| Package | Description |
|---|---|
| org.apache.camel.component.dataset |
A DataSet Endpoint for testing of endpoints using defined DataSets
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetSupport
Base class for DataSet
|
class |
SimpleDataSet
A simple DataSet that allows a static payload to be used to create each message exchange
along with using a pluggable transformer to randomize the message.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetEndpoint.getDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetEndpoint.setDataSet(DataSet dataSet) |
| Constructor and Description |
|---|
DataSetEndpoint(String endpointUri,
Component component,
DataSet dataSet) |
Apache Camel