Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policyimport.compatibility
Interface IPolicyCompatibilityResult

All Superinterfaces:
Serializable
All Known Subinterfaces:
IPolicyCompatibilityResultInternal
All Known Implementing Classes:
PolicyCompatibilityResult

public interface IPolicyCompatibilityResult
extends Serializable

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

isCompatible

boolean isCompatible()
Returns true if the client side policies are compatible with service side policies. Returns false otherwise. The reasons for the incompatibility can be retrieved using the getIncompatibilityResults API.
Returns:
boolean

setWSDL

void setWSDL(String wsdlDefinition)
Set the WSDL that contains the client side policy and the corresponding service side Policy

getWSDL

String getWSDL()
Get the WSDL that contains the client side policy and the corresponding service side Policy Note: It is returned as a String. It is responsibility of the client to use the WSDL4J APIs to convert this to a javax.wsdl.Definition object.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.