Uses of Interface
org.apache.camel.component.dataset.DataSet

Packages that use DataSet
org.apache.camel.component.dataset A DataSet Endpoint for testing of endpoints using defined DataSets 
 

Uses of DataSet in org.apache.camel.component.dataset
 

Classes in org.apache.camel.component.dataset that implement DataSet
 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.
 

Methods in org.apache.camel.component.dataset that return DataSet
 DataSet DataSetEndpoint.getDataSet()
           
 

Methods in org.apache.camel.component.dataset with parameters of type DataSet
 void DataSetEndpoint.setDataSet(DataSet dataSet)
           
 

Constructors in org.apache.camel.component.dataset with parameters of type DataSet
DataSetEndpoint(String endpointUri, Component component, DataSet dataSet)
           
 



Apache Camel