org.jboss.deployment.plugin
Class MappedDeploymentEndpointResolver
java.lang.Object
org.jboss.deployment.plugin.MappedDeploymentEndpointResolver
- All Implemented Interfaces:
- DeploymentEndpointResolver
public class MappedDeploymentEndpointResolver
- extends Object
- implements DeploymentEndpointResolver
A DeploymentEndpointResolver implementation that relies on the endpoint
map produced by the MappedReferenceMetaDataResolverDeployer
- Version:
- $Revision: 85945 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedDeploymentEndpointResolver
public MappedDeploymentEndpointResolver(Map<String,ContainerDependencyMetaData> endpointMap,
Map<String,String> endpointAlternateMap,
String unitPath)
getEndpointInfo
public EndpointInfo getEndpointInfo(Class businessIntf,
String type,
String vfsContext)
- Specified by:
getEndpointInfo
in interface DeploymentEndpointResolver
- Parameters:
businessIntf
- type
- -vfsContext
- - The path of the unit this resolver is associated with. Used as the
starting point for link resolution.
getEndpointInfo
public EndpointInfo getEndpointInfo(String ref,
String type,
String vfsContext)
- Specified by:
getEndpointInfo
in interface DeploymentEndpointResolver
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.