com.webify.wsf.engine.mediation
Class EndpointComputation
java.lang.Object
com.webify.wsf.engine.mediation.EndpointComputation
public final class EndpointComputation
- extends java.lang.Object
Holds information about how a endpoint was selected. Includes data that is
useful for debugging and performance testing/debugging.
- Version:
- $Revision: $
- Author:
- msanchez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndpointComputation
public EndpointComputation()
getPolicyComputation
public PolicyComputation getPolicyComputation()
setPolicyComputation
public void setPolicyComputation(PolicyComputation policyComputation)
getSelectedScore
public EndpointScore getSelectedScore()
setSelectedScore
public void setSelectedScore(EndpointScore selectedScore)
getSelectionTime
public long getSelectionTime()
setSelectionTime
public void setSelectionTime(long selectionTime)
addMatchingEndpoint
public void addMatchingEndpoint(EndpointScore match)
getMatchingEndpoints
public java.util.Set getMatchingEndpoints()
- Returns:
- non-null set of
EndpointScore
instances.
addCandidateEndpoint
public void addCandidateEndpoint(java.lang.String endpointId)
getCandidateEndpoints
public java.util.Set getCandidateEndpoints()
- Returns:
- non-null set of endpointId strings.
toXmlObject
public EndpointComputationDocument toXmlObject()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2009 IBM. All Rights Reserved.