com.webify.wsf.engine.mediation
Interface EndpointSelectionListener


public interface EndpointSelectionListener

Version:
$Id: $
Author:
msanchez

Method Summary
 void reportCandidateEndpoints(java.util.Collection candidates)
          For internal use only.
 void reportFinishedSelectingEndpoint()
           
 void reportMatchingEndpoints(java.util.Collection matches)
          For internal use only.
 void reportPolicy(Policy policy)
           
 void reportPolicy(PolicyComputation policyComputation)
           
 void reportSelectedEndpoint(EndpointScore score)
           
 void reportStartedSelectingEndpoint()
           
 

Method Detail

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.