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

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

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

Methods in com.webify.wsf.engine.mediation that return EndpointComputation
 EndpointComputation EndpointNotFoundException.getComputation()
           
abstract  EndpointComputation EndpointSelection.getComputation()
          Gets the computation used to arrive at this set of endpoints.
 EndpointComputation Endpoint.getComputation()
          Deprecated. use the computation from the selection object instead. The result from this operation is only correct in single-threaded execution of endpoint selector.
 

Methods in com.webify.wsf.engine.mediation with parameters of type EndpointComputation
protected  void Endpoint.setComputation(EndpointComputation computation)
           
 

Constructors in com.webify.wsf.engine.mediation with parameters of type EndpointComputation
EndpointNotFoundException(Context context, java.lang.String message, EndpointComputation computation)
           
EndpointNotFoundException(Context context, java.lang.String message, java.lang.Throwable cause, EndpointComputation computation)
           
EndpointNotFoundException(Context context, java.lang.Throwable cause, EndpointComputation computation)
           
EndpointNotFoundException(java.lang.String message, EndpointComputation computation)
           
EndpointNotFoundException(java.lang.String message, java.lang.Throwable cause, EndpointComputation computation)
           
EndpointNotFoundException(java.lang.Throwable cause, EndpointComputation computation)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.