public class TempDestinationResolver extends Object implements org.springframework.jms.support.destination.DestinationResolver
| Constructor and Description | 
|---|
| TempDestinationResolver() | 
| TempDestinationResolver(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.jms.Destination | resolveDestinationName(javax.jms.Session session,
                      String destinationName,
                      boolean pubSubDomain)This method is called by the Spring listener code. | 
| void | setConnectionFactory(org.apache.activemq.ActiveMQConnectionFactory aFactory)called from Spring during initialization | 
| void | setListener(UimaDefaultMessageListenerContainer aListener) | 
public TempDestinationResolver()
public TempDestinationResolver(String name)
public javax.jms.Destination resolveDestinationName(javax.jms.Session session,
                                                    String destinationName,
                                                    boolean pubSubDomain)
                                             throws javax.jms.JMSException
resolveDestinationName in interface org.springframework.jms.support.destination.DestinationResolverjavax.jms.JMSExceptionpublic void setListener(UimaDefaultMessageListenerContainer aListener)
public void setConnectionFactory(org.apache.activemq.ActiveMQConnectionFactory aFactory)
aFactory - Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.