Package org.apache.activemq.command
Class DefaultUnresolvedDestinationTransformer
- java.lang.Object
-
- org.apache.activemq.command.DefaultUnresolvedDestinationTransformer
-
- All Implemented Interfaces:
UnresolvedDestinationTransformer
public class DefaultUnresolvedDestinationTransformer extends Object implements UnresolvedDestinationTransformer
-
-
Constructor Summary
Constructors Constructor Description DefaultUnresolvedDestinationTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQDestination
transform(String dest)
ActiveMQDestination
transform(Destination dest)
-
-
-
Method Detail
-
transform
public ActiveMQDestination transform(Destination dest) throws JMSException
- Specified by:
transform
in interfaceUnresolvedDestinationTransformer
- Throws:
JMSException
-
transform
public ActiveMQDestination transform(String dest) throws JMSException
- Specified by:
transform
in interfaceUnresolvedDestinationTransformer
- Throws:
JMSException
-
-