org.apache.camel.component.activemq
Class ActiveMQConverter

java.lang.Object
  extended by org.apache.camel.component.activemq.ActiveMQConverter

public class ActiveMQConverter
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
ActiveMQConverter()
           
 
Method Summary
static org.apache.activemq.command.ActiveMQDestination toDestination(String name)
          Converts a URL in ActiveMQ syntax to a destination such as to support "queue://foo.bar" or 'topic://bar.whatnot".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQConverter

public ActiveMQConverter()
Method Detail

toDestination

public static org.apache.activemq.command.ActiveMQDestination toDestination(String name)
Converts a URL in ActiveMQ syntax to a destination such as to support "queue://foo.bar" or 'topic://bar.whatnot". Things default to queues if no scheme. This allows ActiveMQ destinations to be passed around as Strings and converted back again.

Parameters:
name - is the name of the queue or the full URI using prefixes queue:// or topic://
Returns:
the ActiveMQ destination


Copyright © 2007 Apache Software Foundation. All Rights Reserved.