public interface DeploymentEndpointResolver
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
getEndpointInfo(Class businessIntf,
String endpointType,
String vfsContext)
Find the deployment endpoint info for the given business interface and
expected endpoint type.
|
EndpointInfo |
getEndpointInfo(String ref,
String endpointType,
String vfsContext)
Find the deployment endpoint for the given reference name.
|
EndpointInfo getEndpointInfo(Class businessIntf, String endpointType, String vfsContext)
businessIntf - - the interface the endpoint should implementendpointType - - the type of endpointvfsContext - - the vfs relative path for the deployment initiating
the resolution request. This is used to properly resolve
interface scopes from the inside out.EndpointInfo getEndpointInfo(String ref, String endpointType, String vfsContext)
ref - - relative or exact endpoint nameendpointType - the type of endpointvfsContext - - the vfs relative path for the deployment initiating
the resolution request. This is used to properly resolve
relative references.EndpointTypeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.