org.apache.cxf.transport.jms.util
Class JMSDestinationResolver
java.lang.Object
org.apache.cxf.transport.jms.util.JMSDestinationResolver
- All Implemented Interfaces:
- DestinationResolver
public class JMSDestinationResolver
- extends Object
- implements DestinationResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSDestinationResolver
public JMSDestinationResolver()
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