org.apache.camel.component.jbi
Class ToJbiProcessor
java.lang.Object
org.apache.camel.component.jbi.ToJbiProcessor
- All Implemented Interfaces:
- org.apache.camel.Processor
public class ToJbiProcessor
- extends Object
- implements org.apache.camel.Processor
A @{link Processor} which takes a Camel Exchange
and invokes it into JBI using the straight JBI API
- Version:
- $Revision: 534145 $
Method Summary |
void |
process(org.apache.camel.Exchange exchange)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToJbiProcessor
public ToJbiProcessor(JbiBinding binding,
javax.jbi.component.ComponentContext componentContext,
String destinationUri)
process
public void process(org.apache.camel.Exchange exchange)
- Specified by:
process
in interface org.apache.camel.Processor
Copyright © 2007 Apache Software Foundation. All Rights Reserved.