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 java.lang.Object
implements EndpointResolver


Constructor Summary
DefaultEndpointResolver()
           
 
Method Summary
 java.lang.String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit, java.lang.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 java.lang.String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                                java.lang.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)