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

Packages that use Endpoint
com.webify.fabric.engine.extension Extension interfaces for Fabric Engine plugins. 
com.webify.wsf.engine.mediation   
 

Uses of Endpoint in com.webify.fabric.engine.extension
 

Methods in com.webify.fabric.engine.extension that return Endpoint
 Endpoint EndpointList.getEndpoint(int i)
           
 

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

Methods in com.webify.wsf.engine.mediation that return Endpoint
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 getComputation() is not invoked on the resulting endpoint.
 

Methods in com.webify.wsf.engine.mediation with parameters of type Endpoint
 java.lang.String SelectionStrategy.whyUnavailable(Endpoint endpoint)
          Gives a code that indicates why the endpoint is unavailable.
 



Copyright © 2002-2009 IBM. All Rights Reserved.