org.ow2.jonas.camel.component
Class ProducerProcessorUsingBundleClassLoader

java.lang.Object
  extended by org.ow2.jonas.camel.component.ProducerProcessorUsingBundleClassLoader
All Implemented Interfaces:
org.apache.camel.Processor

public class ProducerProcessorUsingBundleClassLoader
extends Object
implements org.apache.camel.Processor

CAMEL producer with the bundle's ClassLoader.


Constructor Summary
ProducerProcessorUsingBundleClassLoader(String destination)
           
 
Method Summary
 void process(org.apache.camel.Exchange exchange)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProducerProcessorUsingBundleClassLoader

public ProducerProcessorUsingBundleClassLoader(String destination)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Specified by:
process in interface org.apache.camel.Processor
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.