Package org.apache.activemq.command
Interface UnresolvedDestinationTransformer
-
- All Known Implementing Classes:
DefaultUnresolvedDestinationTransformer
public interface UnresolvedDestinationTransformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQDestination
transform(String dest)
ActiveMQDestination
transform(Destination dest)
-
-
-
Method Detail
-
transform
ActiveMQDestination transform(Destination dest) throws JMSException
- Throws:
JMSException
-
transform
ActiveMQDestination transform(String dest) throws JMSException
- Throws:
JMSException
-
-