public class PerformanceTestComponent
extends org.apache.camel.impl.DefaultComponent
Modifier and Type | Field and Description |
---|---|
static String |
HEADER_ITERATIONS |
static String |
HEADER_THREADS |
Constructor and Description |
---|
PerformanceTestComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
static int |
getHeaderValue(org.apache.camel.Exchange exchange,
String header) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public static final String HEADER_THREADS
public static final String HEADER_ITERATIONS
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public static int getHeaderValue(org.apache.camel.Exchange exchange, String header)
Apache Camel