|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
public class PolicyCompatibilityResult
In order to manage the Qos requirements between the client and service, we provide the ability to check if the client side policies are compatible with the service side policies. The results of a policy compatibility check are captured via IPolicyCompatibilityResult
.
Constructor Summary | |
---|---|
PolicyCompatibilityResult() |
Method Summary | |
---|---|
void |
addIncompatibilityResult(IWSDLFragment wsdlFragment, IIntersectionContext context) Add the results of the policy incompatibility. |
Map<IWSDLFragment,IIntersectionContext> |
getIncompatibilityResults() Returns the reasons/causes for the Policy Incompatibility. |
String |
getWSDL() Get the WSDL that contains the client side policy and the corresponding service side Policy Note: It is returned as a String. |
boolean |
isCompatible() Returns true if the client side policies are compatible with service side policies. |
void |
setWSDL(String wsdlDefinition) Set the WSDL that contains the client side policy and the corresponding service side Policy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyCompatibilityResult()
Method Detail |
---|
public void addIncompatibilityResult(IWSDLFragment wsdlFragment, IIntersectionContext context)
addIncompatibilityResult
in interface IPolicyCompatibilityResultInternal
wsdlFragment
- - The WSDL Fragment that represents the corresponding WSDL Policy Subject.context
- - IIntersectionContext - the context captures the results of the compatibility check or the policy subject represented by wsdlFragment
.public Map<IWSDLFragment,IIntersectionContext> getIncompatibilityResults()
getIncompatibilityResults
in interface IPolicyCompatibilityResultInternal
public boolean isCompatible()
getIncompatibilityResults
API.isCompatible
in interface IPolicyCompatibilityResult
public void setWSDL(String wsdlDefinition)
setWSDL
in interface IPolicyCompatibilityResult
public String getWSDL()
getWSDL
in interface IPolicyCompatibilityResult
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |