org.jboss.ejb3.endpoint.deployers
Class DefaultEndpointResolver

java.lang.Object
  extended by org.jboss.ejb3.endpoint.deployers.DefaultEndpointResolver
All Implemented Interfaces:
EndpointResolver

public class DefaultEndpointResolver
extends Object
implements EndpointResolver

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
DefaultEndpointResolver()
           
 
Method Summary
 String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit, String ejbName)
           
 void setEJBIdentifier(EJBIdentifier identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEndpointResolver

public DefaultEndpointResolver()
Method Detail

resolve

public String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                      String ejbName)
Specified by:
resolve in interface EndpointResolver
Parameters:
unit - the unit in which the EJB is known to hide
ejbName - the name of the EJB
Returns:
the bean name of the EJB container

setEJBIdentifier

public void setEJBIdentifier(EJBIdentifier identifier)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.