Interface | Description |
---|---|
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 |
AssertionTypes Definition
|
IConfig |
The pseudo schema for Config is as follows:
<Config...> [<PropertySet...> ... |
IProperty |
Attributes / Properties definition for policy
|
IPropertySet |
The pseudo schema for PropertySet is as follows:
<PropertySet...< [<Property...< ... |
Enum | Description |
---|---|
IConfig.CONFIG_TYPE_ENUM |
ENUM Definition for Policy Config Types -declarative, programmatic
|
IProperty.CONTENT_TYPE_ENUM |
ENUM Definition for Policy Content Types.(constant, required, optional)
|