com.webify.wsf.engine.mediation
Interface EndpointSelectionListener
public interface EndpointSelectionListener
- Version:
- $Id: $
- Author:
- msanchez
reportStartedSelectingEndpoint
void reportStartedSelectingEndpoint()
reportFinishedSelectingEndpoint
void reportFinishedSelectingEndpoint()
reportSelectedEndpoint
void reportSelectedEndpoint(EndpointScore score)
reportCandidateEndpoints
void reportCandidateEndpoints(java.util.Collection candidates)
- For internal use only.
- Parameters:
candidates
- non-null collection of IEndpoint
instances.
reportMatchingEndpoints
void reportMatchingEndpoints(java.util.Collection matches)
- For internal use only.
- Parameters:
matches
- non-null collection of MatchResult
instances.
reportPolicy
void reportPolicy(Policy policy)
reportPolicy
void reportPolicy(PolicyComputation policyComputation)
Copyright © 2002-2009 IBM. All Rights Reserved.