org.ow2.jonas.camel.wrapper
Class RefComponentWithCreateEndpointPatch

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.component.ref.RefComponent
              extended by org.ow2.jonas.camel.wrapper.RefComponentWithCreateEndpointPatch
All Implemented Interfaces:
org.apache.camel.Component, org.apache.camel.Service, org.apache.camel.ShutdownableService

public class RefComponentWithCreateEndpointPatch
extends org.apache.camel.component.ref.RefComponent

Camel RefComponent with the createEndpoint method fixed as suggested in: http://camel.465427.n5.nabble.com/The-delay-option-seems-not-to-be-working-in-CAMEL-Java-DSL-mode-td2840369.html

Author:
S. Ali Tokmen

Constructor Summary
RefComponentWithCreateEndpointPatch()
           
 
Method Summary
 org.apache.camel.Endpoint createEndpoint(java.lang.String uri)
           
 
Methods inherited from class org.apache.camel.component.ref.RefComponent
createEndpoint, lookupEndpoint
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
afterConfiguration, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefComponentWithCreateEndpointPatch

public RefComponentWithCreateEndpointPatch()
Method Detail

createEndpoint

public org.apache.camel.Endpoint createEndpoint(java.lang.String uri)
                                         throws java.lang.Exception
Specified by:
createEndpoint in interface org.apache.camel.Component
Overrides:
createEndpoint in class org.apache.camel.impl.DefaultComponent
Throws:
java.lang.Exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.