Uses of Class
com.webify.wsf.engine.mediation.EndpointNotFoundException

Packages that use EndpointNotFoundException
com.webify.wsf.engine.mediation   
 

Uses of EndpointNotFoundException in com.webify.wsf.engine.mediation
 

Methods in com.webify.wsf.engine.mediation that throw EndpointNotFoundException
abstract  Endpoint EndpointSelection.getOneEndpoint(Context context)
          Gets one of the active endpoints from the set of endpoints this represents.
abstract  Endpoint EndpointSelection.getOneEndpoint(Context context, SelectionStrategy strategy)
          Deprecated. As engine-core is removed, this method should be replaced with one that also takes an IndirectAddressResolver
 Endpoint EndpointSelector.selectEndpoint(Context context)
          Deprecated. use EndpointSelector.selectEndpoints(Context) instead. This operation is only considered valid for single-threaded use. In practice, this API is safe so long as Endpoint.getComputation() is not invoked on the resulting endpoint.
 EndpointSelection EndpointSelector.selectEndpoints(Context context)
          Select the best endpoints for the specified context.
 EndpointSelection EndpointSelector.selectEndpoints(Context context, java.util.Collection listeners)
          Select the best endpoints for the specified context.
 



Copyright © 2002-2009 IBM. All Rights Reserved.