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 ActiveMQDestinationtransform(String dest)ActiveMQDestinationtransform(javax.jms.Destination 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
-
-