org.apache.ws.policy
Interface CompositeAssertion

All Superinterfaces:
Assertion
All Known Implementing Classes:
AndCompositeAssertion, Policy, XorCompositeAssertion

public interface CompositeAssertion
extends Assertion

CompositeAssertion interface is a marker interface for indecating which Assertions are CompositeAssertion type.


Field Summary
 
Fields inherited from interface org.apache.ws.policy.Assertion
COMPOSITE_AND_TYPE, COMPOSITE_POLICY_TYPE, COMPOSITE_XOR_TYPE, POLIY_REFERCE_TYPE, PRIMITIVE_TYPE
 
Methods inherited from interface org.apache.ws.policy.Assertion
addTerm, addTerms, getLineNo, getParent, getSource, getTerms, getType, hasParent, intersect, intersect, isEmpty, isNormalized, merge, merge, normalize, normalize, remove, setLineNo, setNormalized, setParent, setSource, size
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.