EndpointType
- type of endpointpublic class DefaultEndpointResolver<EndpointType extends Endpoint> extends AbstractEndpointResolver<EndpointType>
The supported Criterion
types and their use follows:
EndpointCriterion
BindingCriterion
Constructor and Description |
---|
DefaultEndpointResolver() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doCheckEndpoint(CriteriaSet criteria,
EndpointType endpoint)
Apply the supplied criteria to a candidate endpoint to determine its suitability.
|
getLogPrefix, resolve, resolveSingle
doInitialize, getId, setId
destroy, doDestroy, initialize, isDestroyed, isInitialized
protected boolean doCheckEndpoint(@Nonnull CriteriaSet criteria, @Nonnull EndpointType endpoint)
doCheckEndpoint
in class AbstractEndpointResolver<EndpointType extends Endpoint>
criteria
- input criteria setendpoint
- candidate endpointCopyright © 2016 JBoss by Red Hat. All rights reserved.