org.apache.activemq.command
Interface UnresolvedDestinationTransformer

All Known Implementing Classes:
DefaultUnresolvedDestinationTransformer

public interface UnresolvedDestinationTransformer


Method Summary
 ActiveMQDestination transform(javax.jms.Destination dest)
           
 ActiveMQDestination transform(java.lang.String dest)
           
 

Method Detail

transform

ActiveMQDestination transform(javax.jms.Destination dest)
                              throws javax.jms.JMSException
Throws:
javax.jms.JMSException

transform

ActiveMQDestination transform(java.lang.String dest)
                              throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Copyright © 2005-2015. All Rights Reserved.