|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentEndpointResolver
An interface for resolving deployment endpoints by reference name or interface type.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
EndpointType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |