Uses of Class
org.sca4j.binding.jms.common.CorrelationScheme

Packages that use CorrelationScheme
org.sca4j.binding.jms.common   
org.sca4j.binding.jms.runtime   
 

Uses of CorrelationScheme in org.sca4j.binding.jms.common
 

Methods in org.sca4j.binding.jms.common that return CorrelationScheme
 CorrelationScheme JmsBindingMetadata.getCorrelationScheme()
           
static CorrelationScheme CorrelationScheme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CorrelationScheme[] CorrelationScheme.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.sca4j.binding.jms.common with parameters of type CorrelationScheme
 void JmsBindingMetadata.setCorrelationScheme(CorrelationScheme correlationScheme)
           
 

Uses of CorrelationScheme in org.sca4j.binding.jms.runtime
 

Constructors in org.sca4j.binding.jms.runtime with parameters of type CorrelationScheme
JmsTargetInterceptor(java.lang.String methodName, PayloadType payloadType, javax.jms.Destination destination, javax.jms.ConnectionFactory connectionFactory, CorrelationScheme correlationScheme, SCA4JMessageReceiver messageReceiver, java.lang.ClassLoader cl)
           
ResponseMessageListenerImpl(java.util.Map<org.sca4j.spi.model.physical.PhysicalOperationDefinition,org.sca4j.spi.wire.InvocationChain> chains, CorrelationScheme correlationScheme, java.util.Map<java.lang.String,PayloadType> messageTypes, TransactionType transactionType, java.lang.String callbackUri)
           
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)
           
 



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