Apache CXF API

org.apache.cxf.transport.jms.util
Class JMSDestinationResolver

java.lang.Object
  extended by org.apache.cxf.transport.jms.util.JMSDestinationResolver
All Implemented Interfaces:
DestinationResolver

public class JMSDestinationResolver
extends Object
implements DestinationResolver


Constructor Summary
JMSDestinationResolver()
           
 
Method Summary
 javax.jms.Destination resolveDestinationName(javax.jms.Session session, String destinationName, boolean pubSubDomain)
           
 void setJndiTemplate(JndiHelper jt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSDestinationResolver

public JMSDestinationResolver()
Method Detail

resolveDestinationName

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

setJndiTemplate

public void setJndiTemplate(JndiHelper jt)

Apache CXF API

Apache CXF