org.jboss.soa.esb.listeners.jca
Class JmsEndpoint

java.lang.Object
  extended by org.jboss.soa.esb.listeners.jca.JmsEndpoint
All Implemented Interfaces:
javax.jms.MessageListener, Configurable, InflowGateway

public class JmsEndpoint
extends java.lang.Object
implements InflowGateway, javax.jms.MessageListener, Configurable

comment

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
JmsEndpoint()
           
 
Method Summary
 void onMessage(javax.jms.Message message)
           
 void setConfiguration(ConfigTree config)
          Set the component configuration.
 void setServiceInvoker(ServiceInvoker invoker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsEndpoint

public JmsEndpoint()
Method Detail

setConfiguration

public void setConfiguration(ConfigTree config)
                      throws ConfigurationException
Description copied from interface: Configurable
Set the component configuration.

Specified by:
setConfiguration in interface Configurable
Parameters:
config - The conponent configuration.
Throws:
ConfigurationException - Bad component configuration.

setServiceInvoker

public void setServiceInvoker(ServiceInvoker invoker)
Specified by:
setServiceInvoker in interface InflowGateway

onMessage

public void onMessage(javax.jms.Message message)
Specified by:
onMessage in interface javax.jms.MessageListener