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

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

public abstract class JBossESBProcessor
extends java.lang.Object
implements org.apache.camel.Processor

JBossESBProcessor.

Author:
dward at jboss.org

Constructor Summary
JBossESBProcessor(ConfigTree config)
           
 
Method Summary
 CamelMessageComposer<org.apache.camel.Message> getComposer()
           
 ConfigTree getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Processor
process
 

Constructor Detail

JBossESBProcessor

public JBossESBProcessor(ConfigTree config)
Method Detail

getConfig

public final ConfigTree getConfig()

getComposer

public final CamelMessageComposer<org.apache.camel.Message> getComposer()