Package org.apache.activemq.util
Class StringToListOfActiveMQDestinationConverter
- java.lang.Object
-
- org.apache.activemq.util.StringToListOfActiveMQDestinationConverter
-
public class StringToListOfActiveMQDestinationConverter extends Object
Special converter for String -> Listto be used instead of a PropertyEditor
which otherwise causes memory leaks as the JDKPropertyEditorManager
is a static class and has strong references to classes, causing problems in hot-deployment environments.
-
-
Constructor Summary
Constructors Constructor Description StringToListOfActiveMQDestinationConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
convertFromActiveMQDestination(Object value)
static String
convertFromActiveMQDestination(Object value, boolean includeOptions)
static List<ActiveMQDestination>
convertToActiveMQDestination(Object value)
-
-
-
Method Detail
-
convertToActiveMQDestination
public static List<ActiveMQDestination> convertToActiveMQDestination(Object value)
-
-