org.jboss.ejb3.endpoint.deployers
Class DefaultEndpointResolver
java.lang.Object
org.jboss.ejb3.endpoint.deployers.DefaultEndpointResolver
- All Implemented Interfaces:
- EndpointResolver
public class DefaultEndpointResolver
- extends Object
- implements EndpointResolver
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEndpointResolver
public DefaultEndpointResolver()
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 hideejbName
- 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.