Deprecated API


Contents
Deprecated Fields
com.webify.wsf.engine.policy.PolicyManager.ACCESS_SERVICE
          No replacement planned. 
com.webify.wsf.engine.policy.Policy.PRISM_POLICY
          use Policy.PROPAGATED_POLICY instead. 
 

Deprecated Methods
com.webify.wsf.engine.mediation.Endpoint.getComputation()
          use the computation from the selection object instead. The result from this operation is only correct in single-threaded execution of endpoint selector. 
com.webify.wsf.engine.mediation.EndpointSelection.getOneEndpoint(Context, SelectionStrategy)
          As engine-core is removed, this method should be replaced with one that also takes an IndirectAddressResolver 
com.webify.wsf.engine.mediation.EndpointSelector.selectEndpoint(Context)
          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. 
 

Deprecated Constructors
com.webify.wsf.engine.policy.Policy(Context)
          use Policy.Policy(Object, Context) 
 



Copyright © 2002-2009 IBM. All Rights Reserved.