org.jboss.deployment.plugin
Class MappedDeploymentEndpointResolver

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

Constructor Summary
MappedDeploymentEndpointResolver(Map<String,ContainerDependencyMetaData> endpointMap, Map<String,String> endpointAlternateMap, String unitPath)
           
 
Method Summary
 EndpointInfo getEndpointInfo(Class businessIntf, String type, String vfsContext)
           
 EndpointInfo getEndpointInfo(String ref, String type, String vfsContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedDeploymentEndpointResolver

public MappedDeploymentEndpointResolver(Map<String,ContainerDependencyMetaData> endpointMap,
                                        Map<String,String> endpointAlternateMap,
                                        String unitPath)
Method Detail

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.