org.apache.camel.component.jms.requestor
Class PersistentReplyToRequestor.DestinationResolverDelegate

java.lang.Object
  extended by org.apache.camel.component.jms.requestor.PersistentReplyToRequestor.DestinationResolverDelegate
All Implemented Interfaces:
DestinationResolver
Enclosing class:
PersistentReplyToRequestor

public class PersistentReplyToRequestor.DestinationResolverDelegate
extends Object
implements DestinationResolver


Constructor Summary
PersistentReplyToRequestor.DestinationResolverDelegate(DestinationResolver delegate)
           
 
Method Summary
 Destination resolveDestinationName(Session session, String destinationName, boolean pubSubDomain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentReplyToRequestor.DestinationResolverDelegate

public PersistentReplyToRequestor.DestinationResolverDelegate(DestinationResolver delegate)
Method Detail

resolveDestinationName

public Destination resolveDestinationName(Session session,
                                          String destinationName,
                                          boolean pubSubDomain)
                                   throws JMSException
Specified by:
resolveDestinationName in interface DestinationResolver
Throws:
JMSException


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.