org.apache.tuscany.sca.binding.jms.provider
Class RRBJMSBindingListener

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jms.provider.RRBJMSBindingListener

public class RRBJMSBindingListener
extends java.lang.Object

TODO RRB experiement Listener for the JMSBinding.


Constructor Summary
RRBJMSBindingListener(JMSBinding jmsBinding, JMSResourceFactory jmsResourceFactory, RuntimeComponentService service, Binding targetBinding, MessageFactory messageFactory)
           
 
Method Summary
protected  void invokeService(Message requestJMSMsg)
           
 void onMessage(Message requestJMSMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RRBJMSBindingListener

public RRBJMSBindingListener(JMSBinding jmsBinding,
                             JMSResourceFactory jmsResourceFactory,
                             RuntimeComponentService service,
                             Binding targetBinding,
                             MessageFactory messageFactory)
                      throws javax.naming.NamingException
Throws:
javax.naming.NamingException
Method Detail

onMessage

public void onMessage(Message requestJMSMsg)

invokeService

protected void invokeService(Message requestJMSMsg)
                      throws JMSException,
                             java.lang.reflect.InvocationTargetException
Throws:
JMSException
java.lang.reflect.InvocationTargetException