|
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 IPolicyCompatibilityResult
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
.
Method Summary | |
---|---|
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 |
Method Detail |
---|
boolean isCompatible()
getIncompatibilityResults
API.void setWSDL(String wsdlDefinition)
String getWSDL()
|
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 |