Uses of Interface
org.apache.neethi.Assertion

Packages that use Assertion
org.apache.neethi   
org.apache.neethi.builders   
org.apache.neethi.builders.xml   
org.apache.neethi.util   
 

Uses of Assertion in org.apache.neethi
 

Subinterfaces of Assertion in org.apache.neethi
 interface IntersectableAssertion
          Assertions that need special consideration to implement the intersection algorithms should implement this interface.
 interface PolicyContainingAssertion
          Interface to mark Assertions that contain child Policy documents
 

Methods in org.apache.neethi that return Assertion
 Assertion AssertionBuilderFactory.build(Object element)
          Returns an assertion that is built using the specified element.
 Assertion AssertionBuilderFactoryImpl.build(Object element)
          Returns an assertion that is built using the specified element.
 Assertion IntersectableAssertion.intersect(Assertion assertion, boolean strict)
           
 

Methods in org.apache.neethi that return types with arguments of type Assertion
 Iterator<List<Assertion>> Policy.getAlternatives()
          Returns an Iterator that will return a list of assertions correspond to a Policy alternative if any.
 Iterator<List<Assertion>> Policy.getAlternatives(PolicyRegistry reg)
           
 

Methods in org.apache.neethi with parameters of type Assertion
 void All.addAssertion(Assertion assertion)
          Adds an assertion to its PolicyComponent list.
 Assertion IntersectableAssertion.intersect(Assertion assertion, boolean strict)
           
 boolean IntersectableAssertion.isCompatible(Assertion assertion, boolean strict)
           
 

Uses of Assertion in org.apache.neethi.builders
 

Classes in org.apache.neethi.builders that implement Assertion
 class PolicyContainingPrimitiveAssertion
          Implementation of an assertion that required exactly one (possibly empty) child element of type Policy (as does for examples the wsam:Addressing assertion).
 class PrimitiveAssertion
           
 

Methods in org.apache.neethi.builders that return Assertion
 Assertion AssertionBuilder.build(T element, AssertionBuilderFactory factory)
          Constructs an assertion from a known element.
protected  Assertion PrimitiveAssertion.clone(boolean isoptional)
           
protected  Assertion PolicyContainingPrimitiveAssertion.clone(boolean optional, Policy n)
           
 

Uses of Assertion in org.apache.neethi.builders.xml
 

Classes in org.apache.neethi.builders.xml that implement Assertion
 class XmlPrimitiveAssertion
          XmlPrimitiveAssertion wraps an Element s.t.
 

Methods in org.apache.neethi.builders.xml that return Assertion
 Assertion XMLPrimitiveAssertionBuilder.build(Element element, AssertionBuilderFactory factory)
           
 Assertion XMLPrimitiveAssertionBuilder.newPolicyContainingAssertion(Element element, Map<QName,String> atts, Policy policy)
           
 Assertion 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
static boolean PolicyComparator.compare(Assertion arg1, Assertion arg2)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.