org.jboss.soa.esb.listeners.gateway.camel
Class ServiceProcessor

java.lang.Object
  extended by org.jboss.soa.esb.listeners.gateway.camel.JBossESBProcessor
      extended by org.jboss.soa.esb.listeners.gateway.camel.ServiceProcessor
All Implemented Interfaces:
org.apache.camel.Processor

public class ServiceProcessor
extends JBossESBProcessor

ServiceProcessor.

Author:
dward at jboss.org

Constructor Summary
ServiceProcessor(ConfigTree config, Service service, boolean async, long timeout)
           
 
Method Summary
 void process(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class org.jboss.soa.esb.listeners.gateway.camel.JBossESBProcessor
getComposer, getConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProcessor

public ServiceProcessor(ConfigTree config,
                        Service service,
                        boolean async,
                        long timeout)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws java.lang.Exception
Throws:
java.lang.Exception