org.jboss.ejb3.enc
Class MessageDestinationResolver

java.lang.Object
  extended by 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

Constructor Summary
MessageDestinationResolver(DeploymentScope deploymentScope, org.jboss.metadata.javaee.spec.MessageDestinationsMetaData mergedMessageDestinations)
          Deprecated.  
 
Method Summary
 String resolveMessageDestination(String link)
          Deprecated. Resolve the message destination link name and return the matching jndi name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDestinationResolver

public MessageDestinationResolver(DeploymentScope deploymentScope,
                                  org.jboss.metadata.javaee.spec.MessageDestinationsMetaData mergedMessageDestinations)
Deprecated. 
Method Detail

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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.