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

java.lang.Object
  extended by org.jboss.soa.esb.listeners.gateway.camel.JBossESBProcessor
Direct Known Subclasses:
ServiceProcessor

public abstract class JBossESBProcessor
extends java.lang.Object

JBossESBProcessor.

Author:
dward at jboss.org

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

Constructor Detail

JBossESBProcessor

public JBossESBProcessor(ConfigTree config)
Method Detail

getConfig

public final ConfigTree getConfig()

getComposer

public final CamelMessageComposer<Message> getComposer()