com.webify.wsf.engine.mediation
Interface SelectionStrategy


public interface SelectionStrategy

Version:
$Id: $
Author:
dranatunga

Method Summary
 long getTimeOfInvocation()
           
 java.lang.String whyUnavailable(Endpoint endpoint)
          Gives a code that indicates why the endpoint is unavailable.
 

Method Detail

whyUnavailable

java.lang.String whyUnavailable(Endpoint endpoint)
Gives a code that indicates why the endpoint is unavailable.

Parameters:
endpoint - The endpoint to check
Returns:
A String code that indicates why the endpoint is unavailable, or null if the endpoint is available.

getTimeOfInvocation

long getTimeOfInvocation()


Copyright © 2002-2009 IBM. All Rights Reserved.