Uses of Interface
org.apache.neethi.Assertion
Packages that use Assertion
Package
Description
-
Uses of Assertion in org.apache.neethi
Subinterfaces of Assertion in org.apache.neethiModifier and TypeInterfaceDescriptioninterfaceAssertions that need special consideration to implement the intersection algorithms should implement this interface.interfaceInterface to mark Assertions that contain child Policy documentsMethods in org.apache.neethi that return AssertionModifier and TypeMethodDescriptionReturns an assertion that is built using the specified element.Returns an assertion that is built using the specified element.Methods in org.apache.neethi that return types with arguments of type AssertionModifier and TypeMethodDescriptionPolicy.getAlternatives()Returns an Iterator that will return a list of assertions correspond to a Policy alternative if any.Policy.getAlternatives(PolicyRegistry reg) Methods in org.apache.neethi with parameters of type AssertionModifier and TypeMethodDescriptionvoidAll.addAssertion(Assertion assertion) Adds an assertion to its PolicyComponent list.booleanIntersectableAssertion.isCompatible(Assertion assertion, boolean strict) -
Uses of Assertion in org.apache.neethi.builders
Classes in org.apache.neethi.builders that implement AssertionModifier and TypeClassDescriptionclassImplementation of an assertion that required exactly one (possibly empty) child element of type Policy (as does for examples the wsam:Addressing assertion).classMethods in org.apache.neethi.builders that return Assertion -
Uses of Assertion in org.apache.neethi.builders.xml
Classes in org.apache.neethi.builders.xml that implement AssertionModifier and TypeClassDescriptionclassXmlPrimitiveAssertion wraps an Element s.t. any unknown elements can be treated an assertions if there is no AssertionBuilder that can build an assertion from that Element.Methods in org.apache.neethi.builders.xml that return AssertionModifier and TypeMethodDescriptionXMLPrimitiveAssertionBuilder.build(Element element, AssertionBuilderFactory factory) XMLPrimitiveAssertionBuilder.newPolicyContainingAssertion(Element element, Map<QName, String> atts, Policy policy) XMLPrimitiveAssertionBuilder.newPrimitiveAssertion(Element element, Map<QName, String> atts) -
Uses of Assertion in org.apache.neethi.util
Methods in org.apache.neethi.util with parameters of type Assertion