org.jboss.ejb3.enc
Class MessageDestinationResolver
java.lang.Object
org.jboss.ejb3.enc.MessageDestinationResolver
Deprecated. use org.jboss.ejb3.resolvers.MessageDestinationReferenceResolver
@Deprecated
public class MessageDestinationResolver
- extends Object
Find a message destination link within any module of
this JavaEE application deployment.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDestinationResolver
public MessageDestinationResolver(DeploymentScope deploymentScope,
org.jboss.metadata.javaee.spec.MessageDestinationsMetaData mergedMessageDestinations)
- Deprecated.
resolveMessageDestination
public String resolveMessageDestination(String link)
- Deprecated.
- Resolve the message destination link name and return the
matching jndi name.
- Parameters:
link
- name of the message destination
- Returns:
- jndi name
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.