org.apache.activemq.command
Interface UnresolvedDestinationTransformer

All Known Implementing Classes:
DefaultUnresolvedDestinationTransformer

public interface UnresolvedDestinationTransformer


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

Method Detail

transform

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

transform

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


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.