org.apache.camel.component.jbi
Class ToJbiProcessor

java.lang.Object
  extended by 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: 563665 $

Constructor Summary
ToJbiProcessor(JbiBinding binding, javax.jbi.component.ComponentContext componentContext, String destinationUri)
           
 
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
 

Constructor Detail

ToJbiProcessor

public ToJbiProcessor(JbiBinding binding,
                      javax.jbi.component.ComponentContext componentContext,
                      String destinationUri)
Method Detail

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.