|
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 |
public interface IPolicyCompatibilityResultInternal
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
. WARNING: THIS IS AN INTERNAL API
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. |
Methods inherited from interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResult |
---|
getWSDL, isCompatible, setWSDL |
Method Detail |
---|
void addIncompatibilityResult(IWSDLFragment wsdlFragment, IIntersectionContext context)
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
.Map<IWSDLFragment,IIntersectionContext> getIncompatibilityResults()
|
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 |