Uses of Interface
org.apache.camel.component.dataset.DataSet
-
-
Uses of DataSet in org.apache.camel.component.dataset
Classes in org.apache.camel.component.dataset that implement DataSet Modifier and Type Class Description classDataSetSupportBase class for DataSetclassFileDataSetA DataSet that reads payloads from a file that are used to create each message exchange along with using a pluggable transformer to customize the messages.classListDataSetA DataSet that allows a list of static payloads to be used to create each message exchange along with using a pluggable transformer to customize the messages.classSimpleDataSetA 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.Methods in org.apache.camel.component.dataset that return DataSet Modifier and Type Method Description DataSetDataSetEndpoint. getDataSet()Methods in org.apache.camel.component.dataset with parameters of type DataSet Modifier and Type Method Description voidDataSetEndpoint. setDataSet(DataSet dataSet)Constructors in org.apache.camel.component.dataset with parameters of type DataSet Constructor Description DataSetEndpoint(String endpointUri, org.apache.camel.Component component, DataSet dataSet)
-