org.apache.camel.component.test
Class TestComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<Exchange>
org.apache.camel.component.test.TestComponent
- All Implemented Interfaces:
- Component<Exchange>, Service
public class TestComponent
- extends DefaultComponent<Exchange>
Test Component.
- Version:
- $Revision: 673477 $
- See Also:
TestEndpoint
Methods inherited from class org.apache.camel.impl.DefaultComponent |
convertTo, createExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateURI |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestComponent
public TestComponent()
createEndpoint
public Endpoint<Exchange> createEndpoint(String uri)
throws Exception
- Specified by:
createEndpoint
in interface Component<Exchange>
- Overrides:
createEndpoint
in class DefaultComponent<Exchange>
- Throws:
Exception
createEndpoint
protected Endpoint<Exchange> createEndpoint(String uri,
String remaining,
Map parameters)
throws Exception
- Specified by:
createEndpoint
in class DefaultComponent<Exchange>
- Throws:
Exception
Apache CAMEL