Skip navigation links

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

E10689-03


Package oracle.wsm.policy.model

Interface Summary
IAssertion What is an Assertion?
An Assertion is any XML element that is a child of <wsp:Policy>, <wsp:All> or <wsp:ExactlyOne>
How does an Assertion differ from an XML element?
Not all XML elements in a XML document are assertions. An Assertion has special semantics in that it participates in the intersection algorithm defined by WS-Policy. The default intersection is based on the QName of the Assertion IAssertion is the base interface which all constructs of WS-Policy must implement.
IAssertion.AssertionTypes  
IConfig The pseudo schema for Config is as follows:
<Config...>
[<PropertySet...>
...
IProperty  
IPropertySet The pseudo schema for PropertySet is as follows:
<PropertySet...<
[<Property...<
...

 

Enum Summary
IConfig.CONFIG_TYPE_ENUM  
IProperty.CONTENT_TYPE_ENUM  

 


Skip navigation links

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

E10689-03


Copyright © 2007-2009, Oracle. All rights reserved.