org.sca4j.binding.jms.runtime
Class SCA4JMessageListener

java.lang.Object
  extended by org.sca4j.binding.jms.runtime.SCA4JMessageListener
All Implemented Interfaces:
javax.jms.MessageListener

public class SCA4JMessageListener
extends java.lang.Object
implements javax.jms.MessageListener

Message listeher for service requests.

Version:
$Revison$ $Date: 2008-03-17 21:24:49 +0000 (Mon, 17 Mar 2008) $

Constructor Summary
SCA4JMessageListener(javax.jms.Destination destination, javax.jms.ConnectionFactory connectionFactory, java.util.Map<java.lang.String,java.util.Map.Entry<org.sca4j.spi.model.physical.PhysicalOperationDefinition,org.sca4j.spi.wire.InvocationChain>> ops, CorrelationScheme correlationScheme, TransactionHandler transactionHandler, TransactionType transactionType)
           
 
Method Summary
 void onMessage(javax.jms.Message request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCA4JMessageListener

public SCA4JMessageListener(javax.jms.Destination destination,
                            javax.jms.ConnectionFactory connectionFactory,
                            java.util.Map<java.lang.String,java.util.Map.Entry<org.sca4j.spi.model.physical.PhysicalOperationDefinition,org.sca4j.spi.wire.InvocationChain>> ops,
                            CorrelationScheme correlationScheme,
                            TransactionHandler transactionHandler,
                            TransactionType transactionType)
Parameters:
destination - Destination for sending responses.
connectionFactory - Connection factory for sending responses.
ops - Map of operation definitions.
correlationScheme - Correlation scheme.
transactionHandler - Transaction handler.
transactionType - the type of transaction
Method Detail

onMessage

public void onMessage(javax.jms.Message request)
Specified by:
onMessage in interface javax.jms.MessageListener
See Also:
MessageListener.onMessage(javax.jms.Message)


Copyright © 2008-2010 Service Symphony. All Rights Reserved.