public class JMSDestinationResolver extends Object implements DestinationResolver
| Constructor and Description |
|---|
JMSDestinationResolver() |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Destination |
resolveDestinationName(javax.jms.Session session,
String destinationName,
boolean pubSubDomain) |
void |
setJndiTemplate(JndiHelper jt) |
public javax.jms.Destination resolveDestinationName(javax.jms.Session session,
String destinationName,
boolean pubSubDomain)
throws javax.jms.JMSException
resolveDestinationName in interface DestinationResolverjavax.jms.JMSExceptionpublic void setJndiTemplate(JndiHelper jt)
Apache CXF