org.apache.camel.component.test
Class TestComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<Exchange>
          extended by 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

Constructor Summary
TestComponent()
           
 
Method Summary
 Endpoint<Exchange> createEndpoint(String uri)
           
protected  Endpoint<Exchange> createEndpoint(String uri, String remaining, Map parameters)
           
 
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
 

Constructor Detail

TestComponent

public TestComponent()
Method Detail

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